@import url('https://fonts.googleapis.com/css?family=Raleway:100');
@import url('https://fonts.googleapis.com/css?family=Oswald:400');

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
.intro {
	height: 100%;
	width: 100%
	margin: auto;
	
	display: auto;
        top: 0;
	background-size: cover;
        
}
.intro .inner {
	
	vertical-align: middle;
	width: 100%;
	max-width: none;
}

 

.content {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 28%;
}
.content h1 {
	font-family: "Raleway", sans-serif;
	font-size: 600%;
	font-weight: 100;
	color: #e1efe9;
	line-height: 60%;


}

img.resize {
        max-width:70%;
        max-height:70%;
}

.btn {
	font-family: "Oswald", sans-serif;
	font-size: 135%;
	font-weight: 400;
	color: #e1efe9;
	text-transform: uppercase;
	text-decoration: none;
	border: solid #e1efe9;
	padding: 10px 20px;
	border-radius: 9px;
}
.btn:hover {
	color: 
}

.social {
	float: center;
	margin-top: 0px;
	position: relative;
	padding: 0px;
	padding-right: 5px;
	padding-top: 0;
	height: 40px;
	
}

.social2 {
	float: center;
	margin: auto;
	position: relative;
	padding: 3%;
	padding-right: 5px;
	padding-top: 2%;
	padding-bottom: 10%;
	height: 40px;
	
}








