body {
	margin: 0;
	text-align: center;
	font-family: 'Merriweather', serif;
}

h1 {
	font-size: 5.625rem;
	margin: 50px auto -30px auto;
	font-family: 'Sacramento', cursive;
	color: #66BFBF;
}

h2 {
	font-size: 1.5rem;
	font-family: 'Montserrat', sans-serif;
	color: #66BFBF;
	padding: 10px;
	}
h3{
	font-family: 'Montserrat', sans-serif;
	color: #11999E;
}

hr {
    color: sandybrown;
	border-style: none;
	border-bottom: dotted;
	border-width: 5px;
	width: 4%;
	margin: 50px auto 50px auto;
}







.intro {
	width: 30%;
	margin: auto;
	line-height: 2;
}

.you {
	font-weight: normal;
}




.top-container {
	background-color: #F7F5EB;
	position: relative;
	padding-top: 100px;
}

.middle-container {
	margin: 80px auto 80px auto;
	
}

.bottom-container {
	background-color: #68B984;
	padding: 30px 0 10px;
}

 .skill-row {
 	width: 50%;
	margin: 50px auto 50px auto;
	text-align: left;
	line-height: 2;
	font-size: 0.94rem;
}

.contact-message {
	width: 30%;
	margin: 40px auto 40px auto;
}

.question {
	width: 30%;
	margin: auto;
}

.folder {
	width: 25%;
	height: 25%;
	float: left;
	margin-right: 30px;
}

.photographer {
    width: 25%;
	height: 25%;
	float: right;
	margin-right: 30px;
}


.footer-link {
	color: #11999E;
	font-family: 'Montserrat', sans-serif;
	margin: 20px;
	text-decoration: none;
}

a:hover{
	color: darkblue;
}

.copyright {
	color: antiquewhite;
	font-size: 0.75rem;
	padding: 10px 0px;
}

.btn {
   background: #11CDD4;
   background-image: -webkit-linear-gradient(top, #11CDD4, #11999E);
   background-image: -moz-linear-gradient(top, #11CDD4, #11999E);
   background-image: -ms-linear-gradient(top, #11CDD4, #11999E);
   background-image: -o-linear-gradient(top, #11CDD4, #11999E);
   background-image: linear-gradient(to bottom, #11CDD4, #11999E);
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   color: #FFFFFF;
   font-family: 'Montserrat', sans-serif;
   font-size: 20px;
   padding: 10px 20px 10px 20px;
   text-decoration: none;
 }

.btn:hover {
   
   background: #30E3CB;
   background-image: -webkit-linear-gradient(top, #30E3CB, #2BC4AD);
   background-image: -moz-linear-gradient(top, #30E3CB, #2BC4AD);
   background-image: -ms-linear-gradient(top, #30E3CB, #2BC4AD);
   background-image: -o-linear-gradient(top, #30E3CB, #2BC4AD);
   background-image: linear-gradient(to bottom, #30E3CB, #2BC4AD);
   text-decoration: none;
}


.dev{
	text-decoration: underline;
}

.bottom-cloud {
	position: absolute;
	left: 220px;
	bottom: 300px;
	}

.top-cloud {
	position: absolute;
    right: 250px;
    top: 50px;
}

