body{
  margin: 0;
text-align: center;

  font-family: 'Merriweather', serif;
  background-color: #e8e9a1;
  color: #e5707e;

}
html{
  font-size: 16px;
}
h1{
  margin: 30px auto 0 auto;
  font-family: 'Sacramento', cursive;
  font-size: 5.625rem;
  color: #66BFBF;
  line-height: 1.75;

}
h2{
  font-size: 2.5rem;
  font-family: 'Montserrat', sans-serif;
  color: #66BFBF;
  font-weight: normal;
}
h3{
  font-family: 'Montserrat', sans-serif;
  color: #11999e;
}
img{
  padding: 0;
  margin: 0;
}
a{
  color: #11999E;
  text-decoration: none;
  margin: 10px 20px;
  font-family: 'Montserrat', sans-serif;

}
a:hover{
  color: white;
}
hr{
  border-style: dotted;
  border-color: #e6b566;
  width: 5%;
  border-bottom: none;
  border-width: 6px;
  margin :100px auto;

}
/*classes*/
.prog{
  width: 25%;
  float: left;
  margin: 0 20px;
  border: 2px solid #e5707e;
}
.web{
  width: 25%;
  float: right;
  margin: 0 20px;
  border: 2px solid #e5707e;
}
.BUTTON_LNH {
   background: #3D94F6;
   background-image: -webkit-linear-gradient(top, #3D94F6, #1E62D0);
   background-image: -moz-linear-gradient(top, #3D94F6, #1E62D0);
   background-image: -ms-linear-gradient(top, #3D94F6, #1E62D0);
   background-image: -o-linear-gradient(top, #3D94F6, #1E62D0);
   background-image: -webkit-gradient(to bottom, #3D94F6, #1E62D0);
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   color: #FFFFFF;
   font-family: Arial;
   font-size: 18px;
   font-weight: 100;
   padding: 6px;
   -webkit-box-shadow: 1px 1px 20px 0 #000000;
   -moz-box-shadow: 1px 1px 20px 0 #000000;
   box-shadow: 1px 1px 20px 0 #000000;
   text-shadow: 1px 1px 20px #000000;
   border: solid #337FED 1px;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
   margin: 0 auto 30px;
}

.BUTTON_LNH:hover {
   border: solid #337FED 1px;
   background: #1E62D0;
   background-image: -webkit-linear-gradient(top, #1E62D0, #3D94F6);
   background-image: -moz-linear-gradient(top, #1E62D0, #3D94F6);
   background-image: -ms-linear-gradient(top, #1E62D0, #3D94F6);
   background-image: -o-linear-gradient(top, #1E62D0, #3D94F6);
   background-image: -webkit-gradient(to bottom, #1E62D0, #3D94F6);
   -webkit-border-radius: 9px;
   -moz-border-radius: 9px;
   border-radius: 9px;
   text-decoration: none;
}
/* .prd{
  clear: left;
}
.webd{
  clear: right;
} */
.propic{
  width: 15%;
}
.pro{
  text-decoration: underline;
}
.intro{
  width: 25%;
  text-align: left;
  margin: 0 auto 0 auto;
  font-size: 1rem;
  line-height: 2;
}
.top-container{
  position: relative;
  background-color: #c6ebc9;
  padding-top: 100px;
  padding-bottom: 0;
  margin-bottom: 40px;

}
.middle-container{

}
.bottom-container{
  background-color: #c6ebc9;
  padding: 40px 0 20px;
}
.top-cloud{
  position: absolute;
  right: 300px;
  top: 50px;
}
.bottom-cloud{
  position:absolute;
  bottom: 300px;
  left: 250px;
}
.skill-row{
  width: 50%;
  margin: 100px auto 100px auto;
  text-align: left;
  line-height: 2;
}
.contact{
  width: 40%;
  margin: 40px auto 60px auto;
  line-height: 2;
}
.copyright{
  color: white;
  font-size: 1rem;
  padding: 20px 0;
}
