body {
  margin: 0;
  color: #40514E;
  text-align: center;
  font-family: 'Kalam', sans-serif;
  font-size: 140%;
}

h1 {
  font-size: 5.625rem; /* to make dynamic 90px/16 = 5.625 rem=root em     */
  margin: 2rem auto 0 auto;
  color: #66BFBF;
  position: relative;

}

h2 {
  font-size: 2.5rem; /* to make dynamic 90px/16 = 5.625 rem=root em     */
  margin-top: 50px;
  padding-bottom: 10px;
  color: #66BFBF;
  font-weight: normal;
  position: relative;
}

h3 {
  color: #11999E;
}

hr{
  border: dotted #EAF6F6 6px;
  border-bottom: none;
  margin: 70px auto 70px auto;
  width: 4%;
}

a{
  color: #11999E;
  font-family: 'Kalam', sans-serif;
  text-decoration: none;

}

a:hover {
  color: #EAF6F6
}


.contact-message{
  width: 40%;
  margin: 40px auto 40px auto;
}

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

.middle-container {

}

.bottom-container {
  background-color: #66BFBF;
  padding: 50px 0 20px;

}

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

.top-bf{
  position: absolute;
  right: 300px;
  top: 40px;
}

.profile{
  width: 50%;
  margin: auto;
  line-height: 1.5;
}

.profile-photo{
  width: 30%;
  margin-top: 30px;
}

.skills-images{
  width: 30%;
  margin: auto auto 20px auto;
  display: block;
}

.skill-row{
  width: 50%;
  margin: 10px auto 100px auto;
  line-height: 1.5;
  text-align: left;

}

.contact-me{
  width: 50%;
  margin: 10px auto 100px auto;
}

.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: 'Kalam',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;
}

.copyright {
  color: #EAF6F6;
  font-size:  0.75rem;
  padding: 20px 0;
}
