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

hr{
    border-style: dotted none none;
    border-color:#F4EAD5; 
    border-width: 7px;
    width: 4%;   
    margin: 100px auto;
}
h1 {
    color: #CCD6A6;
    font-size: 5.625rem; 
    margin: 50px auto 0 auto;
    font-family: 'Sacramento', cursive;
}
h2{
    color: #CCD6A6;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 2.5rem;
}
h3{
    color: #DAE2B6;
    font-family: 'Montserrat', sans-serif;
}
a{
    color:#DAE2B6;
}
p{
    line-height: 2;
}

fieldset{
    border: none;
}



.top_container {
    background-color: #FFFBE9;
    position: relative;
    padding-top: 210px;
    padding-bottom: 210px;
}

.middle_container{
    padding: 100px 0 100px 0;
}


.bottom_container{
    background-color: #CCD6A6;
    padding: 50px 0 50px 0;
}

.top-cloud{
    position: absolute;
    right: 300px;
    top: 40px;
}

.bottom-cloud{
    position: absolute;
    left: 200px;
    bottom: 50px;
}
.profile-row{
    width: 30%;
    margin: auto;
}
.profile-img{
    height: 20%;
    width: 20%;
}
.icon-img{
    width: 10%;
    float:left;
    margin-right: 30px;
}

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


.contact-text-h3{
    margin-bottom: 50px;
}
.btn {
    background: #DAE2B6;
    background-image: -webkit-linear-gradient(top, #DAE2B6, #61764B);
    background-image: -moz-linear-gradient(top, #DAE2B6, #61764B);
    background-image: -ms-linear-gradient(top, #DAE2B6, #61764B);
    background-image: -o-linear-gradient(top, #DAE2B6, #61764B);
    background-image: linear-gradient(to bottom, #DAE2B6, #61764B);
    -webkit-border-radius: 8;
    -moz-border-radius: 8;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
  }
  
  .btn:hover {
    background: #e6ebe2;
    background-image: -webkit-linear-gradient(top, #e6ebe2, #CCD6A6);
    background-image: -moz-linear-gradient(top, #e6ebe2, #CCD6A6);
    background-image: -ms-linear-gradient(top, #e6ebe2, #CCD6A6);
    background-image: -o-linear-gradient(top, #e6ebe2, #CCD6A6);
    background-image: linear-gradient(to bottom, #e6ebe2, #CCD6A6);
    text-decoration: none;
  }

.copyright{
    color: #61764B;
    font-size: 0.75rem;
    margin: 0;
}

/* new article */

.article{
    text-align: center;
    width: 50%;
}
