@charset "utf-8";
/*******************************
	Site:		Overhaul.com
	Author:		JoshMax.net
 *******************************/

/* @import url(reset.css); */
@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,700);

html,body,li { margin:0; padding:0; }

body {
	font-size:1em;
	padding-top:68px; 
}

#header, nav, #parallax, #content, #footer {
	width: 100%;
}

#header { 
	background: rgba(198,48,50,1);
	border-width: 2px 0;
	border-style: solid;
	border-color: #111;
	color: #fff;
	margin-bottom: 10px;
	text-transform: uppercase;
}

a:link, a:visited { 
	color: #c63032; 
	text-decoration: underline; 
}

a:hover {
	color: #92181a;
}

nav {
	background: #fff;
	color: #222;
	font-size: 1.4em;
}

nav ul, #home section div, #content, #footer div {
	display: block;
	margin:0 auto;
	max-width: 960px;
	padding-left:0;
}

#footer div { margin: 0; }

nav ul, footer {
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
	-webkit-justify-content: center;
	justify-content: center;
}

nav ul, nav li {
	height: auto;
	list-style: none;
	text-align: center;
}

nav, nav ul { 
	clear: both; 
	height: 70px; 
	text-align: center; 
}

nav li {
	float: left;
	list-style: none;
	margin: 0;
	text-align: center;
}

nav li a:link {
	height: 50px; padding: 10px 15px; 
	text-decoration: none;
}

nav li a:hover, nav li a.current, nav a.current:hover { color:#222; }

#main {
	box-shadow: 0 0 5px #111;
	position: fixed;
	text-transform: uppercase;
	top: 0;
	z-index: 99;
}

#parallax {
	background: url(../img/bg_parallax.jpg) 85% 45% no-repeat;
	background-size: 105%;
	box-shadow: inset 0 -5px 15px #111, inset 0 5px 15px #111;
	height: 200px;
	text-align: center; 
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: flex;
	flex-flow: column nowrap;
	-webkit-justify-content: center;
	justify-content: center;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Oswald", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	line-height: 1em;
	margin:0;
}

h3 { 
	color: #c63032;
	font-size: 1.5em;
	line-height: 1.75em;
	margin-bottom: 15px;
	text-align: center;
}

#title, #subtitle {
	text-shadow: 1px 1px 4px #111;
}

#title {
	font-size: 4.5em; 
	font-weight: 700; 
}

#subtitle {
	letter-spacing: -1px;
	font-size: 2.36em;
	font-weight: 300; 
}

#content { 
	padding: 20px 20px 60px; 
	position: relative;
	text-shadow: 0 0 10px #fff;
}

#content:after {
	content: "";
	background-repeat: no-repeat;
	background-position: right 115%;
	opacity: 0.7;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;   
}

#content.eagle-line:after	{ background-image: url(../img/bg_eagle-line.jpg);	}
#content.eagle-iv-ex:after	{ background-image: url(../img/bg_eagle-iv-ex.jpg);	}

#content>article:not(#form), #content>article:not(#shows) {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
	-moz-column-gap: 40px; /* Firefox */
	column-gap: 40px;
}

#content>article:not(#form) p, #content>article:not(#shows) p {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

.testimony, #references { clear: both; }

.testimony, #references section {
	border-bottom: 5px solid #c63032; 
	margin-bottom: 35px;
	padding-bottom: 25px;
}

.testimony h3 { width:50%; }

.testimony img {
	float: right;
	height: auto;
	margin: 25px;
	width: 45%; 
}
.testimony section img {
	float: left;
	margin: 5px 10px 5px 0;
	width: 20%; 
}

.testimony header img { margin-top: -50px; }

#references, #contact, #form, #shows {
	-webkit-align-items: flex-start;
	align-items: flex-start;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

#shows {
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
}

#shows section img {
	height:auto;
	margin: 0 2% 30px;
	width:20%;
}

#swipbox-overlay { background: rgba(13,13,13,0.7); }

#references section {
	display: block;
	margin: 0 2.5% 2.5% 20px;
	min-width: 190px;
	padding-bottom: 20px;
	text-align: center;
	width: 20.4%;
}

#contact {
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

#contact address { 
	font-style: normal;
	text-align: center;
}

#contact table td { vertical-align: top; }

#contact table td:first-child { text-align: left; }

#form form {
	position: relative;
	text-align: center;
	max-width: 960px;
}

#form form ul { 
	list-style: none;
	float:left;
	margin:0;
	padding:0;
	width: 50%;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	justify-content: center;
}

#form li { 
	line-height: 3em;
	margin-bottom: 10px;
	width: 85%; 
}	

#form label, #form input, #form textarea {
	display: inline-block;
	width: 96%;
}

#form label {
	color: #c63032;
	font: 1.5em/1.5em "Oswald", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

#form input, #form textarea {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 5px 7px;
	margin:0;
}

#form textarea { height: 148px; }

#content #form .button {
	cursor: pointer; 
	margin-right:0; 
	width: 45%;
}

.clear { 
	clear:both;
	height:0;
	margin:0;
	padding:0;
}

ul, form, #home section {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

#home section {	page-break-before: avoid; }

p, #content>*, address, input[type=text], textarea {
	font-family: Georgia, Times New Roman, serif;
	font-size: 1em;
	line-height: 1.6em;
/*	margin: 10px 0; */
}

input[type=text], textarea { margin: 0; }

#content p:first-child { margin-top: 0; }
#content p { margin-top: 0; }

#content ul {
	list-style: url(../img/bullet.png);
	margin-left: 30px;
}
#content article ul:nth-child(2) { 
	margin-bottom: 0; 
	-webkit-break-inside: column;
	-moz-break-after: column;
	-ms-break-after: column;
	-o-break-after: column;
	break-after: column;
}

#content p.btns, #header p.btns {
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	margin-top: 25px;
	text-shadow:none;
}

#content #shows .btns { width: 50%; }

#content .button, #header .button {
	color: #fff;
	background: #C63035;
	display: inline-block;
	font-family: "Oswald", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size: 1.55em;
	margin-right: 12px;
	padding: 15px 20px 17px;
	position: relative;
	text-decoration: none;
}

#content a.button:hover, #content #form .button:hover { background: #222; }
#content a.button:hover span.rightarrow { border-left-color: #222; }

#content .button span.rightarrow, #header .button span.rightarrow {
	height: 0;
	border-top: 29px solid transparent;
	border-bottom: 28px solid transparent;
	border-left: 15px solid #c63032;
	display: inline-block;
	position: absolute;
	right: -15px;
	top: 0px;
	width: 0px;
}

#home #header { overflow: hidden; position:relative; }

#home #header h1, #home #header h2, #home #header h3 { width: 50%; }
#home h1 img { 
	padding-top: 10px;
	width: 80%; 
}

#home #header h1,#home #header h2, 
#home #header h3, #home #header p.btns { 
	z-index: 5;
}

#home #header>section:first-child { background: #353535; }
#home #header>section:last-child { background: #c63032; }

#home #header img.engine {
    position: absolute;
    right: 0%;
    top: -15%;
    width: 55%;
	z-index: 1
}

#home #header h1, #home #header h2, #home #header h3 { 
	font-size: 2.75em;
	font-size: 3.2vw;
	line-height: 1.2em;
}

#home #header h2 { padding-bottom: 10px; }

#home #header h1, #home #header h2 { color: #c63032; }
#home #header h3 { color: #353535; }

#home #header h3 { 
	font-size: 2.55em;
	font-size: 3.3vw;
	font-weight: 300;
	line-height: 1.2em;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: left;
}

#home #header h2 sup { font-weight: 300; }

#home #header p.btns { margin-bottom: 20px; width: 50%; }

#header .button {
	color: #C63035;
	background: #fff;
}

#header .button:hover { background: #fff; }
#header a.button:hover span.rightarrow { border-left-color: #fff; }
#header .button span.rightarrow { border-left: 15px solid #fff; }

#home #content section { margin:0; }

#home #content h3 { 
	color: #353535;
	font-size: 2em;
	text-transform: uppercase;
	text-align: center;
}
#home #content p { text-align: center; }



#footer *, nav {
	font-family: "Oswald", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	letter-spacing: 0.02em;
}

#footer {
	background: #353535;
	border-width: 2px 0;
	border-style: solid;
	border-color: #c63032;
	color: #fff;
}

#footer div {
	text-align: center;
	padding: 15px 0;
}

#footer div>* { margin-bottom: 10px; }

#footer div p { margin: 5px 30px 10px; }

#footer div p:first-child {
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#footer div p:last-child { margin-bottom: 5px; }

#footer div p span { display: inline-block; }

#footer nav, #footer nav ul { 
	background: none;
	box-shadow: none; 
	height: 40px;
}	

#footer nav ul { width:auto; }

#footer nav li { height: 25px; }

#footer nav a:link { 
	padding: 2px 3px;
	text-decoration: underline;
}

#footer nav a:hover { color:#fff; }

#footer nav li:after {
	content: " | ";
	color: #fff;
	font-weight: 300;
	margin-right: 5px;
	padding: 0 10px;
}

#footer nav li.last:after { 
	content:""; 
	margin: 0;
	padding: 0;
}


#swipebox-overlay { background: rgba(0,0,0,0.85); }

#mobile { 
	color: #222;
	background: #fff;
	box-shadow: 0px 5px 5px #111;
	display: none;
	font-family: "Oswald", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size: 1.4em;
	height: auto;
	letter-spacing: 0.02em;
	text-align: center;
	padding: 9px 0 8px;
	position: relative;
	width: 100%;
	z-index: 99;
}

#mobile img { height:30px; width: auto; margin-bottom: -5px; }

/* landscape tablets */
@media only screen and (min-device-width: 900px) and (max-device-width: 1024px) and (orientation:landscape) {

	#home #header img.engine {
		right: -10%;
		top: -26%;
		width: 75vw;
		height: auto;
	}

}


/* screens smaller than 900px wide */
@media only screen and (max-width: 900px) {
	
	body { 
		padding-top:0; 
	}
	
	#main {
		box-shadow: none;
		overflow:hidden; 
		padding-top: 10px;
		position: relative;
		display: none;
	}

	#mobile { 
		display: block !important;
	}	


	#home #header img.engine {
		right: -20%;
		top: -15%;
		width: 85vw;
		height: auto;
	}
	
	#home #header h1, #home #header h2, #home #header h3 {
		font-size: 4.4vw;
	}
	#home #header h3 {
		font-size: 4.6vw;
	}	


	nav, nav ul { height: auto; }

	nav ul {
		-webkit-align-items: none;
		align-items: none;
		display: block;
		flex-flow: none;
	}
	
	nav li {
		width: 50%;
	}
	
	#content { 
		padding-right: 5%;
		padding-left: 5%;
		text-align:justify;
		width: 90%;
	}

	#content>article,
	#content>article:not(#form), 
	#content>article:not(#shows) {
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
		-moz-column-count: 1; /* Firefox */
		column-count: 1;
		-webkit-column-gap: none; /* Chrome, Safari, Opera */
		-moz-column-gap: none; /* Firefox */
		column-gap: none;
	}
	
	#content ul { margin-left:0; margin-right:2px; }
	#content ul li {  }
	
	#content br { display:none; }
	#content #contact br { display: block; }
	
	#home #content p a { font-size: 125%; }
	
	#footer nav { display:none; }

	#footer div p:first-child span:nth-child(even) { display:none; }
	#footer div p:first-child span:nth-child(odd) { 
		display:block; 
		width: 100%;
	}

}

/* screens smaller than 400px wide */
@media only screen and (max-width: 400px) {
	#home #header h1, #home #header h2, #home #header h3 {
		width: 90%;
		margin-left:5%;
		margin-right:5%;
	}
	#home h1 img { width: 100%; }
	#home #header img.engine {
		display:none;
	}
	
	#home #header h1, #home #header h2, #home #header h3 {
		font-size: 1.9em;
		font-size: 9.8vw;
		text-align: center;
	}
	#home #header h3 {
		font-size: 2em;
		font-size: 10vw;
	}	
	
	
	#content:after {
		background-position: center 115%;
		opacity: 0.4;
	}
	
	#content .button {
		margin-bottom: 20px;
		text-align: center;
		width:70%;
	}
	#content .button:nth-child(2) {
		margin-bottom: 0;
	}	
	
	#title { 
		font-size: 3.75em;
	}
	
	#form form ul, #contact address {
		width: 100%;
	}
	#contact address table	{
		margin: 0 auto;	width: 50%;
	}
}



