body{
    background:#d7ebe6;
    text-align: center;
    font-family: 'Merriweather', serif;
}
h1{
    font-size: 2.18rem;
    color: #8093a9;
    margin:0;
    font-family: 'Merriweather', serif;
    font-weight: normal;
}
h2{
    font-size: 5.31rem;
    color: #084963;
    margin:auto;
    font-family: 'Sacramento', cursive;
    /* font-family: 'Tangerine', cursive; */

}
h3{
    font-size: 2.3rem;
    color:#084963;
    margin:0;
    font-weight: bolder;
    font-family: 'Montserrat', sans-serif;
}
h4{
    font-size: 4.37rem;
    color: #000000;
    margin:auto;
    /* font-family: 'Sacramento', cursive; */
    font-family: 'Tangerine', cursive;
    margin:80px 0 0 0;;
}
h5{
    font-size: 1.7rem;
    color: #009975;
    margin:auto;
    font-family: 'Varela', sans-serif;
    letter-spacing: .2rem;
}
h6{    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    color:rgb(190, 245, 255);
    margin:auto;
    font-family: 'Sacramento', cursive;
    padding-top:20px
}
hr{
    border-style: none;
    border-top-style:dotted;
    border-width:5px;
    border-color:rgb(216, 216, 216);
    width: 5%;
}
.skill-img1 {
    height: 15.50rem;
    width: 30%;
    border-radius:80%;
    background:#d7ebe6;
    padding:15px;
    float:left;
    margin-right: 30px;
    position:relative;
    top:30px;
}
.skill-img2 {
    height: 13rem;
    width: 30%;
    border-radius:80%;
    background:#d7ebe6;
    padding:15px;
    float: right;
}
.skill-row{
    width:50%;
    margin:20px auto 80px auto;
    text-align: left;
    line-height: 2;
}
.top-cloud{
    height:5rem;
    position:relative;
    left:23.75rem;
    top:5rem;
}
.bottom-cloud{
    height:5rem;
    position:absolute;
    left:23.75rem;
}
.land{
    height:37.5rem;
    width:60%;

}
.top-container{

}
.middle-container1{

}
.middle-container2{

}
.bottom-container{
    background-color: #66BFBF;
    padding:60px 0 30px 0;
}
a{
    color: #11999E;
    font-family: 'Montserrat', sans-serif;
    margin:10px 20px;
    font-size:1.25rem;
    text-decoration:none
}
a:hover{
    color:#EAF6F6
}
.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: 'Montserrat', sans-serif;
        color: #ffffff;
        font-size: 20px;
        padding: 10px 20px 10px 20px;
        text-decoration: none;
}
.butn: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;
}