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

h1{
    margin: 50px auto 0 auto;
    font-family: 'Sacramento',serif;
    font-size:5.625rem;
    color:#85586F;
    font-weight:lighter;
}
h2{
    font-family:'Montserrat',serif ;
    font-size: 2.5rem;
    color:#85586F;
    font-weight: normal;
    padding:10px;
}
h3{
    color:#AC7D88;
}
a{
    color:#AC7D88; 
    font-family:'Montserrat',serif;
    margin:10px 20px;
    text-decoration: none;
}
a:hover{
    color:#EAF6F6;
}
p{
    line-height:2;
}

hr{
    border:dotted #cfd3d3 6px;
    width:4%;
    border-bottom: none;
    margin:100px auto 100px auto;
}
.top_cloud{
    position: absolute;
    right:300px;
    top:40px;
    }

 .bottom_cloud{
    position: absolute;
    bottom:300px;
    left:250px;
    }

.top-container{
    background-color:#F8ECD1;
    position: relative;   
    padding-top: 100px;
}

.middle-container{
  margin: 100px auto 100px auto;
}
.profile{
width:50%;
margin:0 auto 0 auto;
}
 .bottom-container{
    background-color:#DEB6AB ;
    padding:50px 0 20px 0;
  
    height:200%;
}
.skill-row{
    width: 50%;
    margin:100px auto 100px auto;
    text-align: left;
  
}
.camera{
    width:25%;
    float:right;
    margin-right: 30px; 
}

.laptop{
    width: 25%;
    float:left;
    margin-right:30px; 
}
.contact-me{
    margin:50px auto 50px auto;
    /* line-height:2; */
}
.contactmessage{
    width:40%;
     margin : 40px auto 60px;
}
.copyright{
    color:#EAF6F6;
    font-size:0.75rem;
    padding:20px 0;
}

/* .wd{
    clear:right;
} */
.pro{
   text-decoration: underline;
}

.btn {
    background: #855959;
    background-image: -webkit-linear-gradient(top, #855959, #855959);
    background-image: -moz-linear-gradient(top, #855959, #855959);
    background-image: -ms-linear-gradient(top, #855959, #855959);
    background-image: -o-linear-gradient(top, #855959, #855959);
    background-image: linear-gradient(to bottom, #855959, #855959);
    -webkit-border-radius: 8;
    -moz-border-radius: 8;
    border-radius: 8px;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
  }
  
  .btn:hover {
    background: #DEB6AB;
    background-image: -webkit-linear-gradient(top, #DEB6AB, #DEB6AB);
    background-image: -moz-linear-gradient(top, #DEB6AB, #DEB6AB);
    background-image: -ms-linear-gradient(top, #DEB6AB, #DEB6AB);
    background-image: -o-linear-gradient(top, #DEB6AB, #DEB6AB);
    background-image: linear-gradient(to bottom, #DEB6AB, #DEB6AB);
    text-decoration: none;
  }

@media (max-width: 1028px){

    .mountain{
        width:80%;
        position:static;
    }
    .top_cloud{
        position:static; 
    }
    .bottom_cloud{
        position:static;
    }
}
