.parallax {
	line-height:27px;
	font-size:15px;
	margin-bottom:28px;
	color:#fff;
	/*overflow:hidden;*/
}
.parallax >div {
	position:relative;
	padding:6.8% 0 7%;
	color:#fff;
	background-position:top;
	background-repeat:no-repeat;
	background-size:100%;
	background-attachment: scroll !important;
}
.parallax h1{
	position:relative;
	font-size:72px;
	line-height:72px;
	text-transform:uppercase;
	color:#fff;
	font-weight:800;
	margin:0 0 15px 0;
}
.parallax p {
	position:relative;
	display:block;
	font-weight:300;
	text-transform:uppercase;
	font-size:24px;
	line-height:33px;
	margin-bottom:23px;
}