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


}
h1{
    color: #66BFBF;
    font-size: 5.625rem;
    margin: 50px auto 0 auto;
    font-family: 'Sacramento', cursive;
}
h2{
    color: #66BFBF;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: normal;

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

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

.middle-container{
    margin: 100px 0;
}


.bottom-cloud{
    position: absolute;
    left: 250px;
    bottom: 300px;
}
.top-cloud{
    position: absolute;
    right: 300px;
    top: 30px;
}
.pictures{
    height: 250px;
    width: 250px;
}
.profile-pic{
    height: 200px;
    width: 200px;
}
.skill-row{
    width: 50%;
    margin: 150px auto;
    text-align: left;
    line-height: 2;
}
.bookpicture{
    width: 25%;
    height: 25%;
    float: left;
    margin-right: 30px;
}
.pianopicture{
    width: 25%;
    height: 25%;
    float: right;
    margin-left: 30px;
}
.firepicture{
    width: 25%;
    height: 25%;
    float: left;
    margin-right: 30px;
}
hr{
    border-style: dotted none none;
    width: 4%;
    height: 0px;
    border-width: 6px;
    border-color: #eaf6f6;
    margin: 100px auto;

}
.footer-link{
    color: #11999e;
    margin: 20px 10px;
    text-decoration: none;

}
.footer-link:hover{
    text-shadow: 1px 1px 5px  #11999e;
    color: darkcyan;

}
.bottom-container{
    background-color: #66BFBF;
    position: relative;
    top: 17px;
    padding: 50px;

}
.copyright{
    color: #eaf6f6;
    margin: 20px auto auto auto;
}
.button{
    background-color: #66BFBF;
    background-image: -webkit-linear-gradient(top, #66BFBF, #1E62D0);
    background-image: -moz-linear-gradient(top, #66BFBF, #1E62D0);
    background-image: -ms-linear-gradient(top, #66BFBF, #1E62D0);
    background-image: -o-linear-gradient(top, #66BFBF, #1E62D0);
    background-image: linear-gradient(to bottom, #66BFBF, #1E62D0);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #FFFFFF;
    font-family: sans-serif;
    font-size: 28px;
    font-weight: 100;
    padding: 21px;

    -webkit-box-shadow: 1px 1px 20px 0px #40514e;
    -moz-box-shadow: 1px 1px 20px 0px #40514e;
    text-shadow: 1px 1px 15px #40514e;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    position: relative;
    top: 50px;
}

.button:hover {
    background: #2AB1B5;
    background-image: -webkit-linear-gradient(top, #2AB1B5, #1E5BBE);
    background-image: -moz-linear-gradient(top, #2AB1B5, #1E5BBE);
    background-image: -ms-linear-gradient(top, #2AB1B5, #1E5BBE);
    background-image: -o-linear-gradient(top, #2AB1B5, #1E5BBE);
    background-image: linear-gradient(to bottom, #2AB1B5, #1E5BBE);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-decoration: none;
    box-shadow: 1px 1px 20px 0px #40514e;
}
.intro{
    width: 30%;
    margin: auto;
}
