body {
	background: #000;
	font: 16px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #FFF;
}
.wrapper {
	margin: 0px auto;
	width: 100%;
	text-align: center;
	position: relative;
	background: black;
	z-index: 999;
}
.padding {
	padding: 40px 20%;	
}
a  {
	color: #FFF;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 18px;
}
.logo-501 {
	display: block;
	width: 500px;
	height: 217px;
	margin: 0 auto;	
}

#header {
    background: url(/templateImages/pattern-textures/023.jpg);
}
#header {
    position: relative;
}
#logo {
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 2000;
    margin: 0 auto;
    display: block;
    width: 305px;
    padding-top: 0px;
}
#logo img {
    height: auto;
    width: 305px;
}
#parallax {
    width: 100%;
    position: fixed;
    background-size: cover;
    z-index: 0;
}
#main-banner-overlay {
    position: relative;
    margin: 0px auto;
    text-align: center;
    background-position: 50% 50%;
    background: url(/templateImages/pattern-overlays/9.png);
    height: 580px;
}

/* Pure CSS3 jQuery-Like fadeIn
---------------------------------------------------- */
.fadeIn {
	/* CSS needed for animation
	---------------------------------------------------- */
	opacity:0;
	-webkit-animation:fadeIn ease-in 1;
	-moz-animation:fadeIn ease-in 1;
	-o-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	-o-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
}

/* Animation Times - Time for image to fade in
---------------------------------------------------- */
.fadeIn-3s {
	-webkit-animation-duration:3s;
	-moz-animation-duration:3s;
	-o-animation-duration:3s;
	animation-duration:3s;
}

.fadeIn-5s {
	-webkit-animation-duration:5s;
	-moz-animation-duration:5s;
	-o-animation-duration:5s;
	animation-duration:5s;
}

/* Animation Delay - Time for image to be delayed
---------------------------------------------------- */
.fadeIn-Delay-3s {
	-webkit-animation-delay:3s;
	-moz-animation-delay:3s;
	-o-animation-delay:3s;
	animation-delay:3s;
}

.fadeIn-Delay-5s {
	-webkit-animation-delay:5s;
	-moz-animation-delay:5s;
	-o-animation-delay:5s;
	animation-delay:5s;
}

/* Key Frames
---------------------------------------------------- */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-o-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }


@media (max-width: 768px) {
	#parallax {
		display: none;	
	}
	#main-banner-overlay {
		height: 200px !important;	
	}
	.padding {
		padding: 10px;	
	}
}
