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

/* Stylesheet
 * Copyright (C) 2018 Nick Whittle. All rights reserved.
 * https://www.nickwhittle.com
 * --------------------------------------------- */

/* Body 
------------------------------------------------ */
body {
	font-family: 'Open Sans', sans-serif;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-style: normal;
	font-weight: 200;
	color: #202020;
	width:"100%";
	background-color: #ffffff;
}

p {
	font-size: 16px;
}

h1 {
/*	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";*/
	font-family: open sans;
	color: black;
	text-align: center;
	font-size: 32px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-weight: 900;

}

h2 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	color: #505050;
	text-align: center;
	font-size: 24px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-weight: lighter;

}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	color: #202020;
	}

h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
/*	padding: 14px 20px;*/
	padding: 0px 0px 0px 20px;
	color: #202020;
	text-transform: uppercase;
}

.headings a:link {
	text-decoration: none;
}

.headings a:visited {
	text-decoration: none;
}

.headings a:hover {
	text-decoration: none;
}

.headings a:active {
	text-decoration: none;
}

/*.ext-link {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	}*/

.ext-link a:link {
/*	font-size: 14px;*/
	color: steelblue;
	text-decoration: underline;
	}

.ext-link a:visited {
/*	font-size: 14px;*/
	color: steelblue;
	}

.ext-link a:hover {
/*	font-size: 14px;*/
	color: tomato;
	text-decoration: none;
	}

.ext-link a:active {
/*	font-size: 14px;*/
	color: tomato;
	}

	a:link {
	color: #1b3dac;
	text-decoration: underline;
	}

	a:visited {
	color: #1b3dac;
	}

	a:hover {
	color: #4e8ff5;
	text-decoration: none;
	}

	a:active {
	color: #4e8ff5;
	}

.redtext {
	color: #cf0000;
}

.bluetext {
	color: steelblue;
}

.goldtext {
	color: gold;
}

.dkgoldtext {
	color: goldenrod;
}

.silvertext {
	color: silver;
}

.bronzetext {
	color: #cd7f32;
}

.bluehighlighttext {
	background-color: lightskyblue;
	color: white;
	border-radius: 12px;
	margin-right: 3px;
	margin-left: 3px;
    padding: 2px 5px;
}

.pinkhighlighttext {
	background-color: salmon;
	color: white;
	border-radius: 12px;
	margin-right: 3px;
	margin-left: 3px;
    padding: 2px 5px;
}

.greenhighlighttext {
	background-color: limegreen;
	color: white;
	border-radius: 12px;
	margin-right: 3px;
	margin-left: 3px;
    padding: 2px 5px;
}

/*a {
text-decoration: none;
}*/

/*a:link {
    text-decoration: none;
	color: silver;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
	color: #cf0000;
}*/

.center {
	text-align: center;
}

blockquote {
	color: dimgray;
	background-color: gainsboro;
    display: block;
    margin-top: 0em;
    margin-bottom: 4em;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	border-left: 6px solid;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.quote {
	font-size: 18px;
	}

.author {
	font-size: 14px;
	font-style: normal;
}

embed:focus { 
    outline: none;
}

.down {
    position: absolute;
    left: 0;
    top: 85%;
    width: 100%;
    text-align: center;
	color: silver;
	text-decoration: none;
}

#direction a {
	color: silver;
	font-size: 30px;
	opacity: 0.2;
	text-decoration: none;
}

#direction a:hover {
	color: white;
	font-size: 30px;
	opacity: 0.4;
	text-decoration: none;
}

/* Container
------------------------------------------------ */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fefefe;
	overflow: hidden;
	padding: 0px;
}

.page-content {
	max-width: 960px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 20px;
/*	display: inline-block;*/
	background-color: white;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	color: "#323232";
	text-decoration: none;
}



article {
	color: #202020;
}

/*.content {
	width:100%;
	background-color:"#ffffff";
	overflow:auto;
}*/

/* Main Logo Section - Top Left, Written
------------------------------------------------ */
header {
    font-family: 'Open Sans', sans-serif;
	width: 100%;
/*	max-width: 960px;*/
	margin-left: auto;
	margin-right: auto;
    background-color: #000000;	
	overflow: visible;
    border-bottom: 0px solid purple;
	margin-top: "30px";
	top: 8px;
    left: 16px;
	text-align: center;
	display: block; 
}

top {
/*	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
    margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;*/
	background-color: tomato;
}

.responsive {
    width: 100%;
/*    max-width: 100px;*/
    height: auto;
/*	padding: 10px 10px 10px 10px;*/
	align-content: center;
	display: inline-block;
}

.responsivelogo {
/*    max-width: 200px;*/
    max-width: 600px;    
	width: 100%;
    height: auto;
}

.logo {
	max-width: 400px;
	width: 100%;
/*	float: left;*/
	margin-top: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
	padding-top: 20px;
/*	padding-left: 5px;
	padding-right: -5px;*/
	position: inherit;
	overflow: hidden;
/*	margin-left: auto;
    margin-right: auto;*/
}

@media screen and (max-width: 600px){
	.logo {
		margin-bottom: 0px;
	}}

.clearnav {
	clear: both;
	height: 0px;
}

/* End of Main Logo Section
------------------------------------------------ */

/* TOPNAV Navigation Menu
------------------------------------------------ */
.topnav-items {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.topnav {
  overflow: hidden;
  background-color: #000000;

}

.topnav a {
  float: none;
  display: inline-block;
  color: white;
  text-align: center;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;	
  text-decoration: none;
  font-size: 18px;
/*  font-size: 17px;*/	
/*  text-transform: uppercase;*/
  transition: 0.1s;	

}

.topnav a:link {
  color: white;
}

.topnav a:visited {
  color: white;
}

.topnav a:hover {
/*  background-color: #0a0a0a;*/
  color: #cf0000;
}

.topnav a:active {
  color: white;
}

.active {
/*  background-color: green;*/
  color: tomato;
}

.active a:link {
  color: white;
}

.active a:visited {
  color: white;
}

.active a:hover {
  color: #cf0000;
}

.active a:active {
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: inherit;
    display: inline-block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position:relative;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align:center;
  }
}	

/*ul {
    list-style-type: none;
    margin: 0;
	margin-right: 0px;
	margin-left: 0px;
    overflow: hidden;
    background-color: black;
	float: left;	
	text-transform: uppercase;
	font-size: 16px; 
	padding: 15px 20px 0px 0px;
}

li {
    float: left;
}

li a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 12px;
    padding-left: 10px;
	padding-right: 10px;
    text-decoration: none;
}

li a:hover {
    background-color: #222222;
	color: #cf0000;
}
*/

/* End of TOPNAV Navigation Menu
------------------------------------------------ */



/* Main Homepage Slider Section
------------------------------------------------ */
/* End of Main Homepage Slider Section
------------------------------------------------ */



/* Hero Section
------------------------------------------------ */

.hero_header {
	color: black;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
  	position: absolute;
  	top: 48%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	font-size: 28px;
}

.hero {

/*	background-image:url(../images/fieldsky.jpg);
	background-color: "#010101";
	padding-top: 5%;
	padding-bottom: 10%;
	background-repeat: no-repeat;
	margin-top: 0px;
	clear: both;*/
	
/*	background: linear-gradient(to bottom, transparent 70%, black), url(../images/winter.jpg);*/
	background: linear-gradient(to bottom, transparent 70%, black), url(../images/hangar-l.jpg);	
	height: 100vh;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/*.grad {
	background: linear-gradient(to bottom, transparent, black);
	height: 200px;
}*/

.mySlides {
	display:none;
}

.light {
	font-weight: bold;
	color: #717070;
}
.tagline {
/*	text-align: center;
	color: #FFFFFF;
	margin-top: 10px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;*/
	text-align: center;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
 	color: white;
	font-size: 18px;
}

/* End of HERO Section
------------------------------------------------ */

/* About Section
------------------------------------------------ */
.text_column {
	text-align: center;
	font-weight: lighter;
	line-height: 25px;
/*	float: inherit;
	padding-left: 5px;
	padding-right: -5px;*/
	color: #323232;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

.about {
/*	max-width: 2000px;
	width: 100%;
	height:auto;
	display: block;*/
}

.about-content {
	max-width: 960px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
/*	display: inline-block;*/
	background-color: #fefefe;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	color: "#202020";
}

.about-content a:link {
/*	color: black;*/
	text-decoration: none;
}

.about-content a:visited {
/*	color: black;*/
	text-decoration: none;
}

.about-content a:hover {
/*	color: black;*/
	text-decoration: none;
}

.about-content a:active {
	/*color: black;*/
	text-decoration: none;
}

/* End of About Section
------------------------------------------------ */

/* Call To Action Button
------------------------------------------------ */

.cta {
	display: block;
	width: 180px;
	height: 50px;
	line-height: 50px;
    background-color: dodgerblue;
	color: #ffffff;
	text-align: center;
	font-weight: 200;
	font-size: 16px;
	border: 0px;
	border-radius: 8px;
	text-decoration: none;
	text-transform: uppercase;
	margin-left:auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-top: auto;
	cursor: pointer;
}

.cta:link {
	text-decoration: none;
	color: white;
}

.cta:visited {
	text-decoration: none;
	color: white;
}


.cta:hover {
	text-decoration: none;
	color: white;
	background-color: limegreen;
	
}

.cta:active {
	text-decoration: none;
	color: white;
	margin-bottom: auto;
	margin-top: auto;
}

/* End of CTA Button
------------------------------------------------ */

/* Stats Gallery
------------------------------------------------ */
.stats {
	color: #505050;
	margin-bottom: 5px;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 25%;
	text-align: center;
	float: left;
	margin-top: 35px;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #52BAD5;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #A3A3A3;
}

/* End of Stats Gallery Section
------------------------------------------------ */


/* JUICEBOX Gallery Section
------------------------------------------------ */

#juicebox-container{
	width:200px;
	height:100px;
	}

/* End of JUICEBOX Gallery Section
------------------------------------------------ */


/* Negative Style Section
------------------------------------------------ */

#neg-images {
	background-color: black;
	padding: 0px 0px 0px 0px;
	width:100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	align-content: center;
}

/* End of Negative Style Section
------------------------------------------------ */



/* Parallax Section
------------------------------------------------ */
.parallax-banner {
    background-color: #4A4A4A;
    background-image: url(../images/fan-blades-bwcrs.jpg);
/*    height: 450px;
	max-width: 1920px;
	width: 100%;*/
    height: 450px;
/*	max-width: 1920px;*/
	width: 100vw;	
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.parallax-img {
   max-width:100%;
   height:auto;
   max-height:100%;
}

.parallax {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	padding-top: 110px;
	letter-spacing: 2px;
	margin-top: 0px;
	background-color: "#cf0000";
}
.parallax_description {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	width: 50%;
	float: right;
	font-weight: lighter;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

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

/* End of Parallax Section
------------------------------------------------ */

/* Video
------------------------------------------------ */

#myVideo {
/*    position: fixed;
    right: 0;
    bottom: 0;*/
/*    min-width: 100%; 
    min-height: 100%;*/
}

/* End of Video -------------------------------- */


	/* Grey background Section
------------------------------------------------ */
.greysection {
	color: #2e2e2e;
	font-size: 13px;
	text-decoration: none;
	background-color: lightgrey;
    margin-left: auto;
	margin-right: auto;
    width: 100%;
	padding: 30px 0px 40px 0px;
/*	text-align: center;*/
}

.greysection-content {
	max-width: 600px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
/*	display: inline-block;*/
	background-color: lightgrey;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	font-size: 13px;
}

	/* End of Grey background Section
------------------------------------------------ */

	/* Testimonial Section
------------------------------------------------ */

#testm {
	color: #fff;
	text-decoration: none;
/*	background-color: #7a7a7a;*/
    background-color: silver;
	margin-left: auto;
	margin-right: auto;
    width: 100%;
	padding: 30px 0px 30px 0px;
	text-align: center;
}

#testm a {
	color: #353535;
	text-decoration: none;
	font-size: 35px;
	padding: 20px 10px 0px 10px;
}

#testm a:hover {
    color: silver;
}

.testm-header {
	color: #353535;
	text-align: center;
	font-size: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
}

/*.icon a {
	text-align: center;
	padding: 20px 20px 20px 20px;
}*/


/* End of Testimonial Section
------------------------------------------------ */

	/* Social Media Icons
------------------------------------------------ */

#social {
	color: silver;
	text-decoration: none;
	background-color: #353535;
    margin-left: auto;
	margin-right: auto;
    width: 100%;
	padding: 30px 0px 40px 0px;
	text-align: center;
}

#social a {
	color: silver;
	text-decoration: none;
	font-size: 35px;
	padding: 20px 10px 0px 10px;
}

#social a:hover {
    color: #fefefe;
}

/*#facebook a:hover {
    color: #3C5a99;
    background-color: white;
}*/

/*.fa-facebook-square {
  background: #3B5998;
  color: white;
}*/

.social-header {
/*	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";*/
	text-transform: uppercase;
	font-weight: lighter;
	color: silver;
	text-align: center;
	font-size: 24px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
}

/*.icon a {
	text-align: center;
	padding: 20px 20px 20px 20px;
}*/


/* End of Social Media Icons
------------------------------------------------ */

/* More info Pre Footer & Footer Sections
------------------------------------------------ */
footer {
	background-color: #FFFFFF;
	padding-bottom: 30px;
	margin: 0px;
}
.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
/*	color: #333;*/
	text-align: center;
}
footer .footer_column p {
	color: #717070;
	background-color: #FFFFFF;
	text-decoration: none;
}

footer a:link {
	color: #717070;
	background-color: none;
	text-decoration: none;
}

footer a:visited {
	color: #717070;
	background-color: none;
	text-decoration: none;
}

footer a:hover {
	color: #cf0000;
	background-color: none;
	text-decoration: none;
}

footer a:active {
	color: #717070;
	background-color: none;
	text-decoration: none;
}

.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
/*	max-height: 200px;*/
}

footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #FEFEFE;
	color: #C4C4C4;
	cursor: pointer;
}
.copyright {
    text-align: center;
/*	float: left;*/
    padding: 50px 20px 20px 20px;
	background-color: #151515;
/*    color: #717070;*/
	color: silver;
/*    text-transform: uppercase;*/
    font-weight: 100;
    letter-spacing: 2px;
    border-top-width: 0px;
	font-size: 14px;
	align-items: center;
	text-decoration: none;
}

/*.copyright a:link, a:hover, a:active {
	color: #959595;
	background-color: none;
	text-decoration: none;
}

.copyright a:hover {
	color: #cf0000;
	background-color: none;
	text-decoration: none;
}*/

.copyright a:link {
/*	color: #717070;*/
	color: silver;
	background-color: none;
	text-decoration: none;
}

.copyright a:visited {
/*	color: #717070;*/
	color: silver;
	background-color: none;
	text-decoration: none;
}

.copyright a:hover {
	color: #cf0000;
	background-color: none;
	text-decoration: none;
}

.copyright a:active {
/*	color: #717070;*/
	color: silver;
	background-color: none;
	text-decoration: none;
}

.policy {
    text-align: center;
/*	float: right; */
    padding: 30px 20px 0px 20px;
	background-color: #151515;
    color: #717070;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 2px;
    border-top-width: 0px;
	font-size: 14px;
	align-items: center;
	text-decoration: none;
}

.policy a:link {
	color: silver;
	background-color: none;
	text-decoration: none;
}

.policy a:visited {
	color: silver;
	background-color: none;
	text-decoration: none;
}

.policy a:hover {
	color: gold;
	background-color: none;
	text-decoration: none;
}

.policy a:active {
	color: silver;
	background-color: none;
	text-decoration: none;
}

.footer_banner {
	background-color: #B3B3B3;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-bottom: 0px;
	text-decoration: none;
}

footer {
	display: inline-block;
	text-decoration: none;
}
.hidden {
	display: none;
}

/* Mobile
------------------------------------------------ */
@media screen and (max-width: 320px) {
.logo {
	width: 100%;
	display: block;
    margin: 0 auto;
}
	
.logotxt-left {
	color: #CF0000;
	font-weight: bold;
	text-align: undefined;
	text-transform: uppercase;
	width: 100%;
/*	max-width: 320px;*/
	letter-spacing: 2px;
	padding-top: 0px;
/*	position: relative;*/
	overflow: hidden;
	align-items: center;
	}
	
.container {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display:block;
}
	}
	

/*LISTS - Ordered list, Unordered list ___________*/

ol {
	font-size: 13px;
	color: #323232;
	text-align: left;
	list-style-position: inside;
	padding: 0px 20px 0px 20px;
	margin: 10px 15px 10px 10px;
	line-height: 30px;
}

ul {
	font-size: 13px;
	color: #323232;
	text-align: left;
	list-style-position: inside;
	margin: 20px 0px 20px 0px;
	line-height: 30px;
}

ul.clear {
	list-style-type: none;
	line-height: 200%;
}

li {
	padding-bottom: 5px;
	padding-top: 5px;
}

.nestedlist { 
	display: block;
	padding: 0px;
}

/*END of LISTS - Ordered list, Unordered list ___________*/

.caption { 
	display: block;
	padding: 0px;
}

.heading { 
	display: inline-block;
	padding-bottom: 10px;
	padding-top: 10px;
}

.grey {
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-color: #f1f3fa;
	padding-bottom: 50px;
	padding-top: 10px;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2) inset;
	font-size: 14px;
	color: slategray;
}

.bw {
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-color: antiquewhite;
    padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 50px;
	padding-top: 50px;
/*	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2) inset;*/
/*	font-size: 12px;*/
	font-color: black;
	text-align: center;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}


.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
.banner {
	background-color: #2D9AB7;
	background-image: none;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 20px;
	text-align: center;
	color: silver;
	background-color: black;
	border-bottom: 6px solid #cf0000;
	opacity: 0.75;
}


/* Small Tablets
------------------------------------------------ */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #CF0000;
}
	
.container header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background: #000000;
}
header ul {
	padding: 0px;
	float: none;
}

.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}
.thumbnail {
	width: 50%;
}
.parallax {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20%;
}
.parallax_description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 30px;
}
.banner {
	padding-left: 20px;
	padding-right: 20px;
}
.footer_column {
	width: 100%;
}
}

/* Small Desktops
------------------------------------------------ */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
.thumbnail {
	width: 50%;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
}

/* Portfolio Grid
------------------------------------------------ */

/*box-sizing: border-box;
}*/

/*portbody {
    background-color: red;
    padding: 50px;
	box-sizing: border-box;
}*/

/* Center website */
.portmain {
    max-width: 100%;
    margin: auto;
}

.portrow {
    margin: 10px -10px;
}

 /*Add padding BETWEEN each column */
.portrow,
.portrow > .portcolumn{
padding: 5px;
}

/* Create four equal columns that floats next to each other */
.portcolumn {
    float: left;
    width: 25%;
	background-color: #ffffff;
}

/* Clear floats after rows */ 
.portrow:after {
    content: "";
    display: table;
    clear: both;
}

/* Content */
.portcontent {
    background-color: #FCFCFC; /* off white background */
    padding: 10px;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
    .portcolumn {
        width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .portcolumn {
        width: 100%;
    }
}

/* End of Portfolio Grid
------------------------------------------------ */

/* Tab Styling
------------------------------------------------ */

/* Style the tab */
.tab {
    overflow: hidden;
/*    border: 1px solid red;*/
    background-color: #101010;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    font-family: open sans;
	color: #7a7a7a;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #353535;
	color: #cecece;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #000000;
	color: #eeeeee;
/*	border-bottom: 6px solid;*/
}

/* Style the tab content */
.tabcontent {
    display: none;
 /*   padding: 6px 12px;
    border: 1px solid #ccc;*/
    border-top: none;
}

/* TABLE Style */
table {
/*    font-family: arial, sans-serif;*/
    border-collapse: collapse;
    width: 100%;
/*	margin: 0px 0px 0px 0px;*/
	margin-left: auto;
	margin-right: auto;
/*	table-layout: auto;*/
}

th {
    background-color: black;
	color: white;
	text-align: left;
    padding: 10px 10px 10px 20px;
	border: 1px solid #232323;
}

td {
    border: 1px solid #dfdfdf;
    text-align: left;
    padding: 20px;
	font-size: 13px;
	line-height: 20px;
}

tr:nth-child(odd) {
    background-color: #f2f2f2;
}


.privacy {
	max-width: 960px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 30px;
	display: block;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	color: "#202020";
	font-size: 13px;
	font-family: verdana, "sans-serif";
}

.privacyh4 {
/*	font-family: 'Open Sans', sans-serif;*/
	font-family: verdana;
	font-size: 13px;
	font-weight: 900;
/*	padding: 14px 20px;*/
	padding: 0px 0px 0px 20px;
	margin-left: -20px;
/*	color: tomato;*/
	color: #101010; 
	text-transform: uppercase;
	text-align: left;
}

/* Gallery Styling
------------------------------------------------ */

div.gallery {
    border: 1px solid #ccc;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}

* {
    box-sizing: border-box;
}

.responsivegallery {
    padding: 10px 10px 20px;
    float: left;
    width: 33.3%;
}

@media only screen and (max-width: 700px) {
    .responsivegallery {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px) {
    .responsivegallery {
        width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.embed-pdf {	
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
}