@charset "UTF-8";
/* Mobile CSS */

/* -- Basic Styles --*/
*	{
	padding:0;
	margin: 0px auto 0px auto;
	}
	
body 	{
	color: #646464;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 100%;
	font-weight: 100;
}

li	{
	list-style:none;
	}
	
a {
	color:#9ad163;
	text-decoration:none;
}

/* -- Type --*/
.importanttext {
	color: #038819;
	font-weight: bold;
}

section#main_banner	{
	-webkit-text-stroke: 1px black;
	-ms-text-stroke: 1px black;
	color: white;
	text-shadow:
		3px 3px 0 #000,
		-1px -1px 0 #000,  
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
	}
	
article#banner_text {
	width: 80%;
	padding: 5%;
	}
	
article#banner_text p 	{
	width: 80%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 2em;
	color: #fff;
	line-height: 100%;
	text-align: center;
	}
	
article#banner_text h1	{
	font-size: 3em;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-outline: #5F5D5D;
	line-height: 100%;
	text-align: center;
	}	

.logo {
	font-family: 'Pacifico', cursive;
	font-size: 48px;
	text-align: center;
}

.maintext {
	text-align: center;
	padding-top: 5%;
}
/* -- Layout --*/

#container {
	background-color: #fefefe;
	width:100%;
	margin-left: auto;
	margin-right: auto;
}

header	{
	width: 100%;
	background: #fff;
	height: 100%;
	vertical-align: middle;
	margin-top: 2%;
	margin-bottom: 2%;
	text-align: center;
	}
	
header img	{
	float:left;
	}

section#main_banner	{
	background:url(images/banner-background.jpg) no-repeat center;
	width:100%;
	height: auto;
	}
	
section#main_content	{
	background:url(images/content-background.jpg) no-repeat center;
	width:100%;
	height: auto;
	}
	
section#subcontent	{
	background: #F2E6D1;
	width:100%;
	height:100%;
	margin-left: auto;
	margin-right: auto;
	}

#box	{
	width:100%;
	}
	
.column 	{
	width: 80%;
	float: none;
	padding: 2em 2.5em;
	}
	
.column p 	{
	padding-bottom: 1em;
	text-align: left;
	}
	
.column a:hover	{
	text-decoration:underline;
	color:#F6AA03;
	}
		
#subcontent article	{
	width:100%;
	padding: 2% 0 5% 0;
	text-align:center;
	}
	
#subcontent article img 	{
	float:none;
	width: 80%;
	border: 1px solid #5F5D5D;	
	margin: 1% auto;

}

#subcontent article h2	{
	margin: 1% auto;
    line-height: normal;
}	

section#contact{
	background:#9ad163;
	}
	
/* -- Navigation --*/

nav		{
	width:100%;
	float: none;
	text-align:center;
	padding-top: 5%;
	}
	
nav#header_nav li	{
	float: none;
	padding: 2% 0 2% 0;
	}
	
nav#header_nav li a	{
	color:#808080;
	text-decoration:none;
	font-weight: 500;
	font-size: 85%;
}

nav#header_nav li a:hover	{
	color:#9ad163;
	}
	
/* -- footer --*/	

footer	{
	background:#fefefe;
	height:50%;
	padding: 5% 0;
	text-align: center;
}

footer nav	{
	font-size:90%;
	font-weight:500;
	float: none;
	width: 100%;
}

footer nav li	{
	float: none;
	padding:0 2em;
	}
	
footer nav li:last-child	{
	padding-right:0;
	padding-left:0;
	}
	
footer nav li a 	{
	color:#848484;
	}
	
footer nav li a:hover	{
	text-decoration:underline;
	}
	
footer .copyright	{
	width:100%;
	text-align:center;
	font-size:80%;
	padding: 5% 0 0 0;
	}


