.h{
  font-family : 'Merriweather', serif;
font-family : 'Montserrat', sans-serif;
font-family : 'Sacramento', cursive;
}
body{
  /* background: #eaeaea; */
  font-family : 'Merriweather', serif;
  margin: 0 0 0 0;
  text-align: center;
}
hr{
  border: dotted #66BFBF 6px;
  border-bottom: none;
  width: 6%;
  margin: 100px auto;
}
h1{
  color: #66BFBF;
  font-family : 'Sacramento', 'cursive';
  font-size: 90px;
  margin-top: 0;
}
h2{
  color: #66BFBF;
  font-family : 'Montserrat', 'serif';
  font-size: 2.5rem;
  font-weight: normal;
}
h3{
  color: #11999E;
  font-family : 'Montserrat', 'serif';
}
a{
  color: #11999E;
  margin: 10px 20px 10px 20px;
  text-decoration: none;
}
a:hover{
  color: #EAF6F6;
}
p{
  line-height: 2;
}
.program{
  text-decoration: underline;
}
.top-container{
  background-color:#E4F9F5;
  margin-top: 0;
  padding-top: 75px;
  position: relative;

}
.upper-cloud{
  position: absolute;
  right: 300px;
  top: 30px;
}
.lower-cloud{
  position: absolute;
  left: 250px;
  bottom: 300px;
}
.middle-container{
  margin: 0;
}
.bottom-container{
 margin: 0;
 background-color:  #66BFBF;
 padding: 50px 0;
}

.profile{
  padding: 50px 0px;
}
.skill-row{
  line-height: 2;
  margin: 100px auto;
  text-align: left;
  width: 50%;
}
.skill-pic{
  float: left;
  margin-right: 30px;
  margin-top: -20px;
  width: 25%;
}
.skill-pic-row{
  float: right;
  margin-left: 30px;
  margin-top: -27px;
  width: 25%;
}
.contact-me{
  margin:  50px 0;
}
.contact_text{
  margin: 40px auto 60px;
  width: 40%;
}
.copyright{
  color: #fff;
  font-size: 0.75rem;
  margin-top: 30px;

}
.button{
  margin: 70px 0 100px;
}
.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: '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;
}
