body{
  color: #40514e;
  margin: 0;
  text-align: center;
  font-family: 'Merriweather', serif;
}
h1{
  color: #66bfbf;
  font-size:5.625rem;
  margin:0 auto 0 auto;
  font-family: 'Sacramento', cursive;

}
h2{
  color: #66bfbf;
 font-size: 2.5rem;
 font-family: 'Montserrat', sans-serif;
 font-weight: normal;
}
h3{
  color: #11999e;
 font-family: 'Montserrat', sans-serif;
}
.top-container{
  background-color: #CFF5E7;
  position: relative;
  padding-top: 300px;

}
.middle-container{
  background-color: white;
  margin: 50px 0;

}
.bottom-container{
  background-color: #66bfbf;
  padding: 50px 0 20px;
}
.top-cloud{
  position: absolute;
  right: 500px;
  top: 200px;
}
.bottom-cloud{
  position: absolute;
  left: 500px;
  bottom: 300px;
}
.profile-img{
  height: 120px;
}
.skill-img1{
  height:120px;
  float:left;
  margin-right: 30px;
}
.skill-img2{
  height: 120px;
  float: right;
  margin: 30px;
}
.p{
  color:  #11999e;
  line-height: 2;
}
.skill-row{
  width: 50%;
  margin: 100px auto 100px auto;
  text-align: left;
  line-height: 2;
}

.footer-link{
  font-family: 'Montserrat', sans-serif;
  margin: 10px 20px;
  text-decoration: none;
}
footer-link:hover{
  color: #eaf6f6;
}
.copyright{
  color: #eaf6f6;
}
hr{
  border: dotted #181D31 6px;
  border-bottom:none;
  width: 4%;
}
.contact-message{
  width: 40%;
  margin: 40px auto 60px;
}
.btn {
  background: #1cdfe6;
  background-image: -webkit-linear-gradient(top, #1cdfe6, #244e69);
  background-image: -moz-linear-gradient(top, #1cdfe6, #244e69);
  background-image: -ms-linear-gradient(top, #1cdfe6, #244e69);
  background-image: -o-linear-gradient(top, #1cdfe6, #244e69);
  background-image: linear-gradient(to bottom, #1cdfe6, #244e69);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
