/* Color Pallete: https://colorhunt.co/palette/2c3333395b64a5c9cae7f6f2 */
body{
    color: #40514E;
    margin: 0;
    text-align: center;
    font-family: 'Merriweather', serif;
}
h1{
    font-size: 5.6rem;
    margin: 50px auto 0 auto;
    font-family: 'Sacramento', cursive;
    color: #66BFBF;
}
h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    color: #66BFBF;
    font-weight: normal;
    padding-bottom: 10px;
}
h3 {
    font-family: 'Montserrat', sans-serif;
    color: #11999E;
}
a {
    color: #11999E;
}
hr {
    border-top-style: dotted;
    border-width: 0px;
    border-top-width: 10px;
    border-color: #11999E;
    width: 10%;
    margin: 100px auto;
}
p{
    line-height: 2;
}
/**************** Class Selectors *******************/
.profilePicture{
    width: 200px;
    border-radius: 50%;
}
.top-container{
    background-color: #E7F6F2;
    position: relative;
    padding-top: 100px;
}
.profile{
    margin: 100px auto 100px auto;
}
.pro {
    text-decoration: underline;
}
.intro {
    width: 30%;
    margin: auto;
}
.top-cloud {
    position: absolute;
    right: 300px;
    top: 50px;
}
.bottom-cloud {
    position: absolute;
    left: 300px;
    bottom: 30
}
.skill-row{
    width: 50%;
    margin: 100px auto 100px auto;
    text-align: left;
}
.build-img{
    width: 25%;
    float: left;
    margin-right: 30px;
}
.admin-img{
    width: 25%;
    float: right;
    margin-left: 30px;
}
.middle-container{
    margin-bottom: 100px;
}
.contact-me {
    line-height: 3;
}
.bottom-container {
    background-color: #11999E;
    padding-top: 50px;
    padding-bottom: 50px;
}
.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: Arial;
    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: #054f52;
    margin-right: 25px;
    margin-left: 25px;
    text-decoration: none;
  }
  .tm{
    color: #EAF6FF;
  }