/*........element selector......... */
h1 {
    margin: 50px auto 0 auto;
    font-family: 'Sacramento', cursive;
    font-size: 562.5%;
    color: #66BFBF;

}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    color: #66BFBF;
    font-weight: normal;
}

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

a {
    color: #11999E;
}

body{
    margin: 0;
    text-align: center;
    font-family: 'Merriweather', serif;
}

hr {
    border: none;
    border-top-style: dotted;
    width: 4%;
    border-width: 7px;
    border-color: #EAF6F6;
    margin: 100px auto;
    
}

p {
    line-height: 2;
}

a:hover{
    color: #EAF6F6;
}
/* ........class tag........... */
.top-container {
    background-color: #EAF6F6;
    position: relative;
    padding-top: 50px;
}

.bottom-cloud {
    position: absolute;
    left: 250px;
    bottom: 300px;
}
.top-cloud {
    position: absolute;
    right: 300px;
    top: 50px;
    
}

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

.profile-para {
    color: #40514E;
    width: 30%;
    margin: auto;
}

.skill-row {
    width: 50%;
    margin: 100px auto 100px auto;
    text-align: left;
    

}

.skill-giphy-img {
    width: 25%;
    float: left;
    margin-right: 30px;
    
}

.skill-blogger-img {
    width: 25%;
    float: right;
    margin-left: 30px;
    
}

.btn {
    border-radius: 8;
    background: #3498db;
    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: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

.btn:hover {
    
    background: #3cb0fd;
    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;


}

.contact-me {
    margin: 50px auto 50px auto;
}

.contact-me-touch {
    margin: 50px auto 50px auto;
    width: 40%;
}

.bottom-container {
    background-color: #66BFBF;
    padding: 50px 0 20px ;
    margin-top: 5%;
    
    
} 

.footer-link{
    color: #11999E;
    /* line-height: 2; */
    padding: 30px;
    text-decoration: solid;
    font-family: 'Merriweather' serif;
}



.copyright {
    color: #EAF6F6;
    padding: 20px 0;
}

.payal-copyright {
    text-decoration: none;
    color: #EAF6F6;
}
/*...........ID selector.................. */




