
body{
  margin: 0;
  text-align: center;
  font-family: 'Merriweather', serif;
  font-size: 100%;
  color: #40514E;
}
h1{
  font-size: 5.625rem; /* 100% -> 16px so for 90px = 100*90/16 == 562.5 and also 16px ==100%==1em*/
  margin: 50px auto 0 auto;
  font-family: 'Sacramento', cursive;
  color: #66BFBF;
  /*line-height: 2; */
}
h2{
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  color: #66BFBF;
  font-weight: normal;
}
h3{
  font-family: 'Montserrat', sans-serif;
  color: #11999E;
}

a{
  color: #11999E;
}
.top-container{
  background-color: #E4F9F5;
  position: relative;
  padding-top: 100px;
}
.middle-container{
  margin-top: 50px;
}
.bottom-container{
  margin-top: 50px;
}
.about-para{
  color: #40514E;
  width: 30%;
  margin: auto;
  line-height: 2;
}
.btn {
  background: #11cdd4;
  background-image: -webkit-linear-gradient(top, #11cdd4, #11999e);
  background-image: -moz-linear-gradient(top, #11cdd4, #11999e);
  background-image: -ms-linear-gradient(top, #11cdd4, #11999e);
  background-image: -o-linear-gradient(top, #11cdd4, #11999e);
  background-image: linear-gradient(to bottom, #11cdd4, #11999e);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #30e3cb;
  background-image: -webkit-linear-gradient(top, #30e3cb, #2bc4ad);
  background-image: -moz-linear-gradient(top, #30e3cb, #2bc4ad);
  background-image: -ms-linear-gradient(top, #30e3cb, #2bc4ad);
  background-image: -o-linear-gradient(top, #30e3cb, #2bc4ad);
  background-image: linear-gradient(to bottom, #30e3cb, #2bc4ad);
  text-decoration: none;
}
.last-para{
  color: #40514E;
  width: 50%;
  margin: auto;
  margin-bottom: 30px;
  line-height: 2;
}
hr{
  border-color:  grey;
  border-width: 5px;
  border-style:  dotted none none;
  width: 4%;
  margin-top: 60px;
  margin-bottom: 60px;
}
.skill-row{
  width: 50%;
  margin: 100px auto 100px auto;
  text-align: left;
  line-height: 2;
}

.top-cloud{
  position: absolute;
  right: 320px;
  top: 50px;
}
.bottom-cloud{
  position: absolute;
  left: 320px;
  bottom: 300px;
}
.code-img{
  width: 25%;
  float: left;
  margin-right: 30px;
  margin-top: 15px;
}
.swim-img{
  width: 25%;
  float: right;
  margin-left: 30px;
}
.bottom-container{
  background-color: #66BFBF;
  padding:  30px;
}
.copyright{
  color: #EAF6F6;
  margin-top: 30px;
}
.footer-link{
  margin: 20px;
}
