html {
	background:#837e56 url(../images/body.jpg) no-repeat center center fixed; 
	min-height:100%;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

body {
	background:transparent;
	min-height:100%; 	
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	line-height: 1.5em;
	font-size:14px;
	font-family: Helvetica, Arial, sans-serif;
	color:#fff;
	color:rgba(255,255,255,.8); 
	font-weight: normal;
}

.section { 
	z-index: 1;
	min-height:420px;
	width: 100%; 
	overflow:auto;
	height:100%;
	padding-top:150px;
	padding-bottom:50px; 
	display:none;
	top:0;
} 

#head { 
	display: block;
}

a { color:#fff; text-decoration: none; }
a:hover, a:active { color:#fff; text-decoration: underline; }
.lead { 
	font-weight:normal;
	font-size:1.5em;
	line-height:1.2em;
        text-align:center;
}

.title,
.subtitle { 
	font-family: 'Wire One', Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:7em;
	margin-bottom:15px; 
	color:#FDF9F4; 
	line-height:1em;
        text-align:center;
}
.subtitle { 
	line-height:.9em;
	font-size:5.5em;
	margin-top:0px;
	margin-bottom:40px; 
        text-align:center;
}
.tagline { 
	font-size:1.4em;
	line-height:1.3em;
	font-weight:normal;
	margin-bottom:75px;
        text-align:center;
}

.shadows { 	
	text-shadow:0 1px 2px rgba(0,0,0,.2);
}
.shadows .title,
.shadows .subtitle,
.shadows .tagline { 
	text-shadow:0 2px 3px rgba(0,0,0,.4);
}





