/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/	

header {
	//padding-bottom:2em;	
}

header .container {
	margin:auto;
	padding:4em;
	max-width:1200px;
}

header .container h3, header h3 {
	font-size:2em;
	padding-bottom:0;
}

/*********************************************************************************/
/* About                                                                         */
/*********************************************************************************/	
	
#story {
	margin:0;
	padding:4em 10%;
	background:#000;
	text-align:center;
}

	#story p, #story h2, #story h3, #story a, #story strong {
		color:#fff;	
	}

	#story h2 {
		font-family:league-gothic;
		font-size:4em;
		font-weight:500;
		line-height:1;
		padding:0;
		margin:0 0 .4em 0;
	}

	#story h3 {
		font-family:roboto;
		font-size:1.8em;
		font-weight:300;
		letter-spacing:.02em;
		margin:0 0 .5em 0;
	}

	#story p {
		font-family:roboto;
		font-size:1.3em;
		font-weight:300;
		line-height:1.8em;
		margin:0 0 1em 0;
		text-align:left;
	}
	
		#story p:last-child {
			margin-bottom:0;
		}

	#story a {
		text-decoration:none;
		font-weight:400;
	}
	
	#story hr {
		border:none;
		border-top:rgba(255,255,255,.4) dashed 1px;
		margin:2em 0;
	}

	#story .button {
		font-family:league-gothic;
		font-size:2em;
		font-weight:400;
		line-height:1;
		padding:.3em 2em .2em 2em;
		margin:.8em .5em 0 0;
		/*border-color:rgba(255,255,255,.4);
		color:rgba(255,255,255,.4) !important;*/
		border-color:#fff;
		color:#fff !important;
	}

		#story .button:hover {
			background:#fff;
			border-color:#fff;
			color:#000 !important;
		}
		
		#story .button:last-child {
			margin-right:0;	
		}


/*********************************************************************************/
/* Mobile                                                                        */
/*********************************************************************************/

@media (max-width:850px) {

	#story {
		padding:2em 5% 2.5em 5%;
	}
	
		#story h2 {
			font-size:3em;
			line-height:1;
		}

}

@media (max-width:375px) {

}
