.parallax {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	overflow:hidden;
	padding:50px 0 50px;
	background-size:cover;
}
.parallax.shadeOverlay.dark,
.parallax.shadeOverlay.light,
.parallax.shadeOverlay.auto {
	position:relative;
}
.parallax.shadeOverlay:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
}
.parallax.shadeOverlay.dark:before {
	background: rgba(0,0,0,.5);
}
.parallax.shadeOverlay.light:before {
	background: rgba(255,255,255,.7);
}



.parallax .innerContent {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.parallax h1 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 4.5em;
}
.parallax h2 {
	font-weight: 200;
	font-size: 2.5em;
	text-transform: uppercase;
	line-height: 1.5;
}
.parallax h3 {
	font-family: 'Oswald', sans-serif;
	font-size:2em;
	margin:0 0 14px 0;
	font-weight:700;
	line-height:1.3em;
}
.parallax.dark {
	color:#fff;
}

.parallax.light {
	color:#666669;
}

.parallax .innerContent .copy {
	overflow: hidden;
}
.parallax.contentRight .innerContent .copy {
	width: 50%;
	margin-left: 50%;
	margin-top: 150px;
	margin-bottom: 100px;
}
.parallax.contentLeft .innerContent .copy {
	width: 50%;
	margin-top: 150px;
	margin-bottom: 100px;
}
.parallax.contentFull .innerContent .copy {
}
.parallax.content .innerContent .copy {
	margin:150px 10px 100px;
}

.parallax.contentFull.customerQuote {
	padding:116px 0;
}
.parallax.contentFull.customerQuote p{
    font-size: 1.75em;
    line-height: 45px;
    font-style: italic;
}



.parallax.dark h4,
.parallax.dark a {
	color:#FFC425;
}




@media only screen and (max-device-width: 1024px) {
    .parallax {
        background-attachment: scroll;
    }
}

.parallax .innerContent {
	width: 1200px;
	margin: auto;
}

@media screen and (max-width: 1220px) {
	.parallax .innerContent{
		width:1080px;
	}
}

@media screen and (max-width: 1100px) {
	.parallax .innerContent{
		width:960px;
	}
}

@media screen and (max-width: 980px) {
	.parallax .innerContent {
		width:748px;
	}
}
@media screen and (max-width: 768px) {
	.parallax .innerContent {
		width:583px;
	}
	.parallax h1 {
		width:583px;
	}
}
@media screen and (max-width: 603px) {
	.parallax .innerContent {
		width:460px;
	}
	.parallax.content .innerContent .copy {
		margin:40px 10px 0;
	}
}
@media screen and (max-width: 480px) {
	.parallax .innerContent {
		width:300px;
	}
}
@media screen and (max-width: 320px) {
	.parallax .innerContent {
		width:280px;
	}
}