@charset "utf-8";
/* CSS Document */

.float-left{
	float: left;	

}

.float-right{
	float: right;

}


#header, #truthOne, #truthTwo, #truthThree, #truthFour, #truthFive{
	width: 100%;
}

#truthOne{
	background:url("../img/parallax-ooh.jpg") 50% 0 no-repeat fixed;
	color: white;
	height: 100vh;
	margin: 0 auto;
	padding: 0;
}

#truthTwo{
	background:url("../img/parallax-pos.jpg") 50% 0 no-repeat fixed;
	color: white;
	height: 100vh;
	margin: 0 auto;
	padding: 0;
}

#truthThree{
	background:url("../img/parallax-colateral.jpg") 50% 0 no-repeat fixed;
	color: white;
	height: 100vh;
	margin: 0 auto;
	padding: 0;
}



.story{

	width:100%;
}

.story .float-left, .story .float-right{
	padding: 100px 0 0 0;
	position: relative;
	
}