body{
  margin: 0;
  text-align: center;
  font-family: 'Merriweather Sans', sans-serif;
  color:#40514e;
}
h1{
  margin: 80px auto 20px auto;
  font-family: 'Charmonman', cursive;
  font-size: 5.62rem;
  color: white;

}
h2{
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  color:#25B8EF;
  padding-bottom: 10px;
}
h3{
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 50px;
}
hr{
  border:  dotted #EAF6F6 6px;
  border-bottom: none;
  width: 4%;
  margin: 100px auto;
}
p{
  line-height: 2;
}


.top-container{
  background-color: #25B8EF;
  position: relative;
  padding-top: 100px;
  font-size: 1.2rem;
  line-height: 2;
  color: white;

}
.middle-container{
  margin: 100px 0;
}
.skill-row{
  width: 50%;
  margin: 100px auto 50px auto;
  text-align: left;
}
.bottom-container{
  background-color: #25B8EF;
  padding: 50px 0 20px;

}
.intro{
  width: 35%;
  margin: auto;
}
.contact-message{
  width: 30%;
  margin: 40px auto 60px;
}
.copyright{
  color: white;
  font-size: 0.7rem;
  padding: 20px 0px;
}
.developing{
  font-family: 'Charmonman', cursive;
}
.profile-image{
  border-radius: 20%;
  height: 200px;
}
.coding-image{
  width:15%;
  float: left;
  margin-right: 30px;
}
.engineering-image{
  width: 15%;
  float: right;
  margin-left: 30px;
}

.credit{
  font-size: 0.5rem;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}
.footer-link{
    color: white;
    font-family: 'Montserrat', sans-serif;
    margin: 10px 15px;
    text-decoration: none;
}
.footer-link:hover{
  color: yellow;
}
.mytitle{
  font-weight: normal;
}

.btn{
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: 'Montserrat', sans-serif;
  color: white;
  font-size: 27px;
  background: #25B8EF;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}
.btn:hover{
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
