body{
    color: #40514E;
    margin: 0;
    text-align: center;
    font-family: 'Merriweather', serif;
    line-height: 2;
}

#sub {
    font-weight: normal;
    line-height: 0;
}

#web {
    text-decoration: underline;
}

.profile-pix {
    width: 200px; 
    height: 200px;
    margin-top: 100px;
}

.profile-text {
    width: 30%;
    margin:auto;
}

hr{
    border-style: dotted none none none;
    border-width: 8px;
    width: 5%;
    border-color: #EAF6F6;
    margin: 100px auto 100px auto;
}

h1{
    margin-top: 50px auto 0 auto;
    font-family: 'Sacramento', cursive;
    font-size: 5.625rem;
    color: #66BFBF;
}

h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 2.50rem;
    color: #66BFBF;
    padding-top: 10px;
}

h3{
    font-family: 'Montserrat', sans-serif;
    color: #11999E;


}

.top-container{
    background-color: #E4F9F5;
    position: relative;
    padding-top: 100px;

}

.top-cloud{
    position: absolute;
    right: 300px;
    top: 40px;

}

.bottom-cloud{
    position: absolute;
    left: 250px;
    bottom: 300px;
}

.skill-row {
    width: 50%;
    margin: 100px auto;
    text-align: left;
}

.skill-web {
    width: 25%;
    float: left;
    padding-right: 30px;
}
.skill-keyboard {
    width: 25%;
    float: right;
    margin-left: 30px;
}
.skill-guitar {
    width: 25%;
    float: left;
    margin-right: 30px;
}

.bottom-container {
    background-color: #66BFBF;
    padding: 50px;
}

.contact-message {
    margin: 40px auot 60px;
}

.contact {
    background-color: #66BFBF;
    color: white;
    cursor:pointer;
    font-family: 'Merriweather', serif;
    border-radius: 8px;
    border-style: none;
    font-size: 20px;
    padding: 10px;
}

/*.contact {
    color: #ffffff;
    background-image: -webkit-linear-gradient(top, #11cdd4 #11999E);
    background-image: -moz-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;
    cursor:pointer;
    font-family: 'Merriweather', serif;
    border-radius: 8px;
    border-style: none;
}*/

.contact:hover {
    background-color: #30e3cb;
    color: #EAF6F6;
}

.footer-link {
    color:  #11999E;
    margin: 10px;  
    font-family: 'monospace';
    text-decoration: none;
}

.footer-link:hover {
    color: #EAF6F6;
    text-decoration: none;
}

.copywright {
    color: #EAF6F6;
    width: 30%;
    margin: 10px auto 10px;
    font-size: 15px;
}
