body {
      color: #40514E;
      margin: 0px; 
      text-align: center;
      font-family:'Merriweather', serif ; 
    }

h1 {
    margin: 50px auto 0 auto;
    font-size: 5.625rem;
    font-family: 'Sacramento', cursive;
    color: #163020;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    color:#3D3B40;
    padding: 10px;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    color: #434242;
}

p{
    line-height: 2;
}

a{
    color:  #ffffff;
    cursor: pointer;
    margin: 10px 20px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}

a:hover {
    color : #6da7a7;
}


hr {
    border: dotted #324646 6px;
    border-bottom: none;
    width: 4%;
    margin: 100px auto;
     
}

/**********************CLASS-SELECTORS**********************/

.contact-message{
    width: 40%;
    margin: 40px auto 60px;
}

.intro {
    width: 30%;
    margin: auto;
}

.top-container { 
    background-color: #EAF6F6;   
    position: relative;
    padding-top: 100px; 
}


.middle-container{
    margin :100px 0;

}

.bottom-container{
    background-color: #393646;
    padding: 50px 0 20px;

} 

.pro {
    text-decoration: underline;
}

.top-cloud {
    position : absolute;
    width: 10%;
    right : 280px;
    top : 10px;
}

.bottom-cloud {
    position: absolute;
    width: 10%;
    left : 200px;
    bottom: auto;
}

.skill-row {
    width: 50%;
    margin: 100px auto 100px auto;
    text-align: left;
}

.coding {
    width: 25%;
    float: left;
    padding-right: 30px;    
}

.chicken {
    width: 25%;
    float: right;
    padding-left: 30px;
}

.rights-reserved {
    color: #EAF6F6;
    font-size: 0.75rem;
    padding: 20px 0;

}

.btn {
    background: #3b4242;
    background-image: -webkit-linear-gradient(top, #3b4242, #242729);
    background-image: -moz-linear-gradient(top, #3b4242, #242729);
    background-image: -ms-linear-gradient(top, #3b4242, #242729);
    background-image: -o-linear-gradient(top, #3b4242, #242729);
    background-image: linear-gradient(to bottom, #3b4242, #242729);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    -webkit-box-shadow: 0px 1px 3px #666666;
    -moz-box-shadow: 0px 1px 3px #666666;
    box-shadow: 0px 1px 3px #666666;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
  }
  
  .btn:hover {
    background: #525252;
    background-image: -webkit-linear-gradient(top, #525252, #333333);
    background-image: -moz-linear-gradient(top, #525252, #333333);
    background-image: -ms-linear-gradient(top, #525252, #333333);
    background-image: -o-linear-gradient(top, #525252, #333333);
    background-image: linear-gradient(to bottom, #525252, #333333);
    text-decoration: none;
  }

.contact-me {
    padding-top: 50px ;
    padding-bottom: 50px;
}

.mountains {
    width: 100%;
    height: auto;
}

