body{

  margin: 0;
  text-align: center;
  font-family: 'Merriweather', serif;
}
h1{
  color: #66BFBF;
 font-size: 5.625em;
 margin: 50px auto 0 auto;
 font-family: 'Sacramento', cursive;
}

h2{

  color: #1b1b2f;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5em;
  font-weight: normal;
  padding-bottom: 100px;
}
h3{
    color: #11999E;
    font-family: 'Montserrat', sans-serif;
}
hr{
  border: dotted  #85a392 6px;
  border-bottom: none;
  width: 4%;
  margin: 100px auto;

}
a{
  color: #000000;
    font-family: 'Montserrat', sans-serif;
    margin: 10px 20px;
    text-decoration: none;
}

a:hover{
  color: #faf4f4;
}

.top-container{
  background-color: #dddddd;
  position: relative;
  padding-top: 100px;
}
.middle-container{

margin: 100px 0 ;

}
.bottom-container{
background-color: #66BFBF;
padding: 60px 0 20px;


}
.pro{
  text-decoration: underline;
}
.bottom-cloud{
    position: absolute;
    left:250px;
    bottom: 300px;
}
.top-cloud{
  position: absolute;
  right: 300px;
  top: 40px;
}


.skill-row{
  width: 50%;
  margin: 100px auto 100px auto;
  text-align: left;

}
.skill-image{
  width: 35%;
  float: left;
  margin: 50px;
}
.hambarger-img{
  width: 20%;
  float: right;
  margin: 50px;
}
.intro{
  width: 30%;
  margin: auto;
}
.contact-message{
  width: 40%;
  margin: 40px auto;
}
.p{
    line-height: 2;
}

.btn {
	background-color:#485d75;
	-webkit-border-top-left-radius:23px;
	-moz-border-radius-topleft:23px;
	border-top-left-radius:23px;
	-webkit-border-top-right-radius:23px;
	-moz-border-radius-topright:23px;
	border-top-right-radius:23px;
	-webkit-border-bottom-right-radius:23px;
	-moz-border-radius-bottomright:23px;
	border-bottom-right-radius:23px;
	-webkit-border-bottom-left-radius:23px;
	-moz-border-radius-bottomleft:23px;
	border-bottom-left-radius:23px;
text-indent:0;
	border:4px solid #507199;
	display:inline-block;
	color:#ffffff;
	  font-family: 'Merriweather', serif;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
height:50px;
	line-height:50px;
width:140px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0 #4f6da1;
}.btn:hover {
	background-color:#c3d9a9;
}
.btn:active {
	position:relative;
	top:1px;
}
.copyright{
  color: #EAF6F6;
  font-size: 0.75em;
  padding: 20px 0 ;
}
