html,body{
	width:100%;
	height:100%;
	background-color:#fff;
	margin:0px;
	padding:0px;
	float:left;
	display:inline;
	min-height:500px;
}
body{
	background-image:url('clouds.jpg');
	background-size:80%;
	background-position:center bottom;
	background-repeat:no-repeat;
}
#logo{
	width:200px;
	margin:0px auto;
	margin-top:50px;
}
#logo img{
	width:100%;
}
#banner{
	float:left;
	display:inline;
	height:350px;
	height:auto;
	width:100%;
	background-size:cover;
	margin-top:50px;
}
#text{
	float:left;
	display:inline;
	width:100%;
	height:300px;
	height:auto;
	padding-bottom:100px;
	padding-top:25px;
	color:#38486c;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	line-height:200%;
}
#text h2{
	margin:0px;
	padding:0px;
}
#text a{
	color:#38486c;
}
.facebook{
	margin-top:10px;
}
@media screen and (max-width: 600px) {
	#text{
		padding-top:10px;
		padding-bottom:10px;
		font-size:14px;		
	}
	html,body{
		min-height:350px;
	}
	
}