body {
  color: #40514E;
  font-family: 'Merriweather', serif;
  margin: 0;
  text-align: center;
}

.profile-img {
  border-radius: 100%;
}

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

h2 {
  color: #66BFBF;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 2.5rem;
  padding-bottom: 10px;
}

h3 {
  color: #11999E;
  font-family: 'Montserrat', sans-serif;
}

p {
  line-height: 2;
}

hr {
  border-style: dotted;
  border-width: 7px 0 0 0;
  color: #EAF6F6;
  margin: 100px auto;
  width: 3%;
}

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

.cloud-top {
  right: 300px;
  top: 50px;
  position: absolute;
}

.cloud-bottom {
  left: 300px;
  bottom: 300px;
  position: absolute;
}

.middle-container {
  margin: 100px 0;

}

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

.code-img {
  float: left;
  margin-right: 30px;
  width: 25%;
}

.rgb-img {
  float: right;
  margin-left: 30px;
  width: 25%;
}


.bottom-container {
  background-color: #66BFBF;
  bottom: 0;
  line-height: 2;
  margin-top: 50px;
  width: 100%;
  padding: 20px 0;
}

.contact-me p {
    margin: 50px auto;
}

.btn {
  background: #11999E;
  background-image: -webkit-linear-gradient(top, #11999E, #66BFBF);
  background-image: -moz-linear-gradient(top, #11999E, #66BFBF);
  background-image: -ms-linear-gradient(top, #11999E, #66BFBF);
  background-image: -o-linear-gradient(top, #11999E, #66BFBF);
  background-image: linear-gradient(to bottom, #11999E, #66BFBF);
  -webkit-border-radius: 9;
  -moz-border-radius: 9;
  border-radius: 9px;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #66BFBF;
  background-image: -webkit-linear-gradient(top, #66BFBF, #66BFBF);
  background-image: -moz-linear-gradient(top, #66BFBF, #66BFBF);
  background-image: -ms-linear-gradient(top, #66BFBF, #66BFBF);
  background-image: -o-linear-gradient(top, #66BFBF, #66BFBF);
  background-image: linear-gradient(to bottom, #66BFBF, #66BFBF);
  text-decoration: none;
}
.footer-link {
  color: #11999E;
  font-family: 'Montserrat', sans-serif;
  margin-left: 20px;
  text-decoration: none;
}

.footer-link:hover {
  color: #EAF6F6;
}
.copyright {
  color: #EAF6F6;
  font-size: 0.75rem;
  padding: 20px 0;
}
.flat-icons {
  display: none;
}
