
body {
margin: 0;
text-align:  center;
font-family: 'Merriweather Sans', sans-serif;;
}

h1 {
  margin: 50px auto 0 auto;
  font-family: 'Sacramento', cursive;
font-size: 5.625rem;
  color:  #66bfbf;

}
.top-container {
  background-color: #EAF6F6;
position: relative;
padding-top: 100px;

}
h2 {
  font-family:  'Montserrat', sans-serif;
  font-size: 2.5rem;
    color:  #66bfbf;
    font-weight: normal;

}
h3 {
  font-family:  'Montserrat', sans-serif;
    color:  #11999E;
}
a {
  line-height: 40px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;

}
a:hover {
color:  #EAF6F6;
}
hr {
  width: 5%;
  border-style: dotted;
  border-bottom: none;
border-width: thick;
color: #a9c0c0;
}
p {
  line-height: 2;
}

.middle-container {
color: #40514E;
padding-top: 100px;
}
.bottom-container {
background-color: #66bfbf;
  width: 100%;
  height: 100px;
}
.intro {
  width: 30%;
margin: auto;
}
.size {
  height: 200px;
  width: 200px;
}
.pro {
  text-decoration: underline;
}
.bottom-cloud {
  position: absolute;
  left: 300px;
  bottom: 300px;
}
.top-cloud {
  position: absolute;
  right: 300px;
  top: 50px;

}
.img-size {
  width: 150px;
  height: 150px;


}
.skill-row {
  width: 50%;
  margin:  100px auto;
  text-align: left;

}



.btn {
display: inline-block;
margin-top: 75px;
margin-bottom: 75px;
  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: 'Montserrat', sans-serif;
  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;
}
.footer-link {
  color: #11999E;
  padding-left: 50px;
}
.photograher {
  width: 25%;
  float: left;
  margin-right: 30px;
}
.developer {
  width: 25%;
  float: right;
  margin-left: 30px;
}

.copyright {
  color: white;
  font-size: .75em;
}
.btn-paragraph {
  width: 40%;
  margin: auto;
}
