h1 {
    font-size: 5.625rem;  /* 16px = 100% = 1em */
    /*margin: 50px auto 0px auto;*/
    color: #66bfbf;
    font-family: 'Sacramento', cursive;
    line-height: 0;
}

h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    color: #66bfbf;
    font-weight: normal;
}

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

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

p {
    line-height: 2;
}

hr {
    border: dotted 7px #cdf1f1;
    border-bottom: none;
    width: 10%;
    margin: 50px auto;
}

.footer-link {
    color: #4db2b6;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    padding: 5px 20px;
}

.footer-link:hover {
    color: #e2d6d6;
}

.copywrite {
    color: #6c9e9e;
    font-size: 0.75em;
    padding: 20px auto;
}

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

.middle-container {
    margin: 80px auto;
}

.bottom-container {
    background-color: #b0eee3;
    padding: 50px 0 20px;
}

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

.skill-heading {
    text-align: center;
    margin-top: 50px;
}

.mountain {
    width: 100%;
    height: 100%;
    max-width: 598px;
    max-height: 357px;
}

.intro {
    width: 40%;
    margin: auto;
    margin-bottom: 10px;
}

.webdev {
    width: 30%;
    float: left;
    margin-top: 10px;
    margin-right: 30px;
}

.coding {
    width: 30%;
    float: right;
    margin-top: 30px;
    margin-left: 30px;
}

.pro {
    text-decoration: underline;
}

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

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

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

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