body {
  color: #40514E;
  margin: 0;
  text-align: center;
  font-family: 'Merriweather', serif;
  /* font-family: 'Cuprum', sans-serif; */
  /*font-size: 200%; */
}

h1 {
  color: #66BFBF;
  font-size: 5.625rem;
  line-height: 2;
  margin: 50 auto 0 auto;
  font-family: 'Sacramento', cursive;
}

h2 {
  color: #66BFBF;
  font-size: 2.5rem;
  /*font-family: 'Montserrat Alternates', sans-serif;*/
  font-family: 'Montserrat Alternates', sans-serif;
  font-weight: normal;
  padding-bottom: 10px;

}

h3 {
  font-size: 1.8rem;;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #11999E;
}

hr {
  border-style: dotted none none none;
  border-color: #e8ded2;
  border-width: 7px;
  width: 5%;
}

p{
  line-height: 2;
}

a{
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
}

a:hover{
  color: #c70039;

}

.menus {
  background-color: #E4F9F5;
  padding-top: 40px;
  padding-bottom: 70px;
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}

.sep{
  padding-left: 10px;
  padding-right: 10px;
  color: #66BFBF;
}

.intro {
  width: 50%;
  margin: auto;
  font-size: 20px;
}

.pos {
  width: 40%;
  font-weight: bold;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #11999E;
  margin: 20px auto 60px auto;
}

.java-img {
  width: 20%;
  float: right;
  margin-left: 5px;
}

.web-img {
  width: 20%;
  float: left;
  margin-right: 30px;
}

.photo-img {
  width: 20%;
  float: right;
  margin-left: 30px;
}


.skill-row {
  width: 50%;
  margin: auto; /* auto on 4 sided */
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: left;
  font-size: 20px;
}

.contact-me{
  padding-top: 60px;
}

.copyright {
  font-size: 0.9rem;
  color: #EAF6F6;
  font-family: 'Montserrat Alternates', sans-serif;
  padding: 20px 0;

}

.footer-link {
  color: #056676;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 1.125rem;
}

.web {
  color: #66BFBF;
  font-size: 1.5rem;
  font-family: 'Montserrat Alternates', sans-serif;
  font-weight: bold;
  margin-top: 10px;
}


.under {
  text-decoration: underline;
}

.topContainer {
  background-color: #E4F9F5;
  position: relative;
  padding-top: 100px;
}

.middle-container {
  background-color: #E4F9F5;
  padding-top: 60px;
    padding-bottom: 40px;
}

.bottom-container {
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: #66BFBF;

}

.top-cloud {
  position: absolute;
  right: 500px;
  top: 50px;
}

.bottom-cloud {
  position: absolute;
  left: 500px;
  bottom: 300px;
}

.btn {
  background: #66bfbf;
  background-image: -webkit-linear-gradient(top, #66bfbf, #326280);
  background-image: -moz-linear-gradient(top, #66bfbf, #326280);
  background-image: -ms-linear-gradient(top, #66bfbf, #326280);
  background-image: -o-linear-gradient(top, #66bfbf, #326280);
  background-image: linear-gradient(to bottom, #66bfbf, #326280);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Georgia;
  color: #ffffff;
  font-size: 25px;
  padding: 9px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #013a5e;
  text-decoration: none;
}
