body{
    margin: 0;
    background-color: ;
    text-align: center;
    font-family: 'Merriweather', serif;
    color: #3F4E4F;
}

h1{
    font-size: 6rem;
    margin: 50px auto 0px auto;
    font-family: 'Sacramento', cursive;
    color: #DCD7C9;
    line-height: 2;
    
}

h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    color: #DCD7C9;
    font-weight: normal;
    padding-bottom: 10px;
}

h3{
    font-family: 'Montserrat', sans-serif;
    color: #3F4E4F;
}

a{
    color: #3f4e4f7b;
    font-family: 'Montserrat', sans-serif ;
    margin: 10px 20px;
    text-decoration: none;
}

a:hover{
    color: #688385;
}

.copyright{
    color: #cec6ba;
    font-size: 0.75rem;
}

.top{
    background-color: #576F72 ;
    position: relative;
    padding-top: 100px;

}


.mid{
    background-color: #7D9D9C;
    position: relative;
    padding: 100px 0px;
}

.bottom{
    background-color: #E4DCCF;
    position: relative;
    padding: 50px 0 20px;
}

.underline{
    text-decoration: underline;
}

.top-cloud{
    position: absolute;
    right: 300px;
    top: 60px;

}

.bottom-cloud{
    position: absolute;
    left: 300px;
    bottom: 300px;

}


.dp{
    width:15%
}

.skill-row{
    width: 50%;
    margin: 100px auto 100px auto;
    text-align: left;
}

.skill-img1{
    width:15%;
    float:left;
    margin-right: 30px;
}

.skill-img2{
    width:15%;
    float:right;
    margin-left: 30px;
} 

hr{
    border: dotted #3f4e4f35 6PX;
    border-bottom: none;
    width: 4%;
    margin: 100px auto;
}

.intro{
    width: 30%;
    margin: auto;
}

p{
    line-height: 2;
}

.contact-msg{
    width: 40%;
    margin: 40px auto 60px;
}

.btn {
    background: #7d9d9c;
    background-image: -webkit-linear-gradient(top, #7d9d9c, #E4DCCF);
    background-image: -moz-linear-gradient(top, #7d9d9c, #E4DCCF);
    background-image: -ms-linear-gradient(top, #7d9d9c, #E4DCCF);
    background-image: -o-linear-gradient(top, #7d9d9c, #E4DCCF);
    background-image: linear-gradient(to bottom, #7d9d9c, #E4DCCF);
    -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;
  }
  
  .btn:hover {
    background: #6d8f8e;
    background-image: -webkit-linear-gradient(top, #6d8f8e, #b8ae9e);
    background-image: -moz-linear-gradient(top, #6d8f8e, #b8ae9e);
    background-image: -ms-linear-gradient(top, #6d8f8e, #b8ae9e);
    background-image: -o-linear-gradient(top, #6d8f8e, #b8ae9e);
    background-image: linear-gradient(to bottom, #6d8f8e, #b8ae9e);
    text-decoration: none;
  }
