.top{
    padding-top: 100px;
    background-color: #b0efeb;
    position: relative;
    
}
.subtitle{
    text-decoration: underline;
    font-weight: normal;
    margin-top: 0px;
}
.top-cloud{
    position: absolute;
    right: 200px;
    top: 50px;
}
.cloud{
    position: absolute;
    left:200px;
    bottom: 300px;
}
body{
    margin: 0px;
    text-align: center;
    font-family: 'Merriweather', serif;
}
h1{ 
    font-size: 5.625rem;
    margin: 50px auto 0px auto;
    font-family: 'Sacramento', cursive;
    color: #66BFBF;
}
h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem ;
    color: #66BFBF;
}
h3{
    color: #11999E;
    font-family: 'Montserrat', sans-serif;
}
.middle-container{
    margin-top: 100px ;
    
}
.bio{
    width: 30%;
    margin: auto ;
}
a{
    color: #11999E;
}
p{
    color: #40514E;
    line-height: 2;
}
.profile{
    border-radius: 100%;
}
.cpp{
    height: 100%;
    width: 40%;
    border-radius: 300px;
    margin-right: 30px;
    float: left;
}
hr{
    margin: 70px auto 70px auto;
    width: 3%;
    color: #EAF6F6;
    border-style: dotted;
    background-color: white;
    border-top: 0px;
    border-width: 5px;    
}
.html{
    height: 100%;
    width: 30% ;
    margin-left: 30px;
    float: right;
}
.skill-row{
    margin: 100px auto 100px auto;
    text-align: left;
    width: 50%;
    line-height: 2;
}
.contact-me{
    line-height: 2;
    
}
.bottom-container{
    background-color: #66BFBF;
    padding: 100px auto 100px auto;
   
    height: 150px;
}
.footer-link{
    display: inline-block;
    margin-top: 50px;
    margin-right: 30px;
    margin-bottom: 20px;
    color: #11999E;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}
a:hover{
    color: #EAF6F6;
}
.BUTTON_ICH {
    background: #11999E;
    background-image: -webkit-linear-gradient(top, #11999E, #11999E);
    background-image: -moz-linear-gradient(top, #11999E, #11999E);
    background-image: -ms-linear-gradient(top, #11999E, #11999E);
    background-image: -o-linear-gradient(top, #11999E, #11999E);
    background-image: -webkit-gradient(to bottom, #11999E, #11999E);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 1rem;
    font-weight: 100;
    padding: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 20px;
    margin-bottom: 50px;
    -webkit-box-shadow: 27px 1px 20px 0 #000000;
    -moz-box-shadow: 27px 1px 20px 0 #000000;
    box-shadow: 0px 0PX 0PX 0PX #000000;
    text-shadow: 1px 1px 20px #000000;
    border: solid #337FED 1px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
 }
 
 .BUTTON_ICH:hover {
    border: solid #337FED 1px;
    background: #1E62D0;
    background-image: -webkit-linear-gradient(top, #1E62D0, #3D94F6);
    background-image: -moz-linear-gradient(top, #1E62D0, #3D94F6);
    background-image: -ms-linear-gradient(top, #1E62D0, #3D94F6);
    background-image: -o-linear-gradient(top, #1E62D0, #3D94F6);
    background-image: -webkit-gradient(to bottom, #1E62D0, #3D94F6);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-decoration: none;
 }
 .copyright{
     color: #EAF6F6;
     font-size: 0.8rem;
 }

