body {
    margin: 0;
    text-align: center;
    color: #4AB19A;
    font-family: 'Merriweather', serif;

}

h1 {
    position: relative;
    bottom: 30px;
    font-family: 'Sacramento', cursive;
    font-size: 4.7em;
    margin-bottom: 0;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
}

h3 {
    font-family: 'Montserrat', sans-serif;
}

hr {
    margin-bottom: 80px;
    margin-top: 80px;
    border-style: none;
    border-top-style: dotted;
    border-color: #e0ebe8;
    border-width: 5px;
    width: 4%;
}

p {
    color: #40514E;
    font-weight: 500;
}

a {
    margin: 0 20px;
    color: #4AB19A;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}

a:hover {
    color: black;
}

.top-me {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 13rem;
    top: 1.5rem;
}

.top-p {
    margin-top: 0;
    color: #4AB19A;
    font-size: large;
}

.top-cloud {
    height: 140px;
    width: 150px;
    position: relative;
    left: 370px;
    top: 50px;
}

.bottom-cloud {
    height: 140px;
    width: 150px;
    position: relative;
    right: 420px;
    bottom: 70px;
}

.top-container {
    background-color: #e0ebe8;
    height: 750px;
}

.bottom-container {
    margin-top: 110px;
    background-color: #e0ebe8;
    padding: 70px 0 20px;
}


.mountain {
    position: relative;
    bottom: 40px;
}

.profile {
    margin-top: 80px;
}

.skill-row {
    width: 50%;
    margin: 100px auto;
    text-align: left;
    line-height: 2;
}

.nodejs,
.js,
.express {
    float: left;
    width: 25%;
    margin-right: 30px;
}

.js {
    float: right;
}

.express {
    margin-top: 30px;
}

.contact-message {
    width: 45%;
    margin: auto;
    line-height: 2;
    margin-top: 30px;
    margin-bottom: 40px;
}

.copyright {
    margin-top: 40px;
    font-size: 0.75rem;
    color: #4AB19A;
}

#me {
    height: 150px;
    width: 150px;
}

.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: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 100;
    padding: 15px;
    text-shadow: 1px 1px 20px #000000;
    border: solid #337FED 1px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    width: 12%;
}

.btn:hover {
    border: solid #337FED 1px;
    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);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-decoration: none;
}