@charset "UTF-8";
/* Body */
body {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	background-color: #FFFFFF;
	margin: 0;
}
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	text-align: center;
}
/* Header */
.header {
	width: 100%;
	background-color: #FFFFFF;
	top: 0px;
	position: fixed;
	max-height: 275px;
	height: 22%;
	min-height: 275px;
	z-index: 0;
}
.logo {
	color: #fff;
	font-weight: bold;
	letter-spacing: 4px;
	/* [disabled]padding-top: 15px; */
	line-height: 2em;
	font-size: 22px;
	background-color: rgba(255,255,255,1.00);
	/* [disabled]min-height: 200px; */
	max-height: 220px;
	text-align: center;
	
}
.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	letter-spacing: 4px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}
/* About Section */
.text_column {
	width: 90%;
	text-align: left;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 96%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px; */
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 2%;
	max-width: 1200px;
	text-align: center;
}
.thumbnail {
	width: 23%;
	text-align: center;
	float: left;
	margin-top: 35px;
	background-color: #F8F8F8;
	padding-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 3px;
	padding-top: 5px;
	border-bottom: 4px solid #F68923;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-bottom: 15px;
	color: #F68923;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: x-large;
	font-weight: bolder;
}
.gallery .thumbnail p {
	margin: 0;
	color: #565656;
	text-align: left;
	padding-left: 20px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* More info */

.column {
	width: 50%;
	/* [disabled]float: left; */
	max-width: 500px;
	display: inline-block;
	color: rgba(90,90,90,1.00);
	font-size: xx-large;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight: bold;
	height: 100%;
	line-height: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
.intro .column h3 {
	color: #FFFFFF;
	text-align: center;
}
.intro .column p {
	color: #FFFFFF;
}
.cards {
	width: 100%;
	/* [disabled]height: auto; */
	/* [disabled]max-width: 280px; */
	max-height: 350px;
	background-color: rgba(0,0,0,1.00);
}
.intro .column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
	width: 80%;
	margin-top: 4%;
}
.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;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.button:hover {
	background-color: #F68923;
	color: #FFFFFF;
	cursor: pointer;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bolder;
}

.BUYbutton {
	margin-right: 25%;
	margin-left: 25%;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 10px;
	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;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	line-height: 0;
	background-image: url(../img/CHEVRON_ORG.png);
	background-repeat: no-repeat;
	background-position: right center;
	max-width: 250px;
	min-height: 55px;
	text-align: center;
}
.BUYbutton:hover {
	background-color: #F68923;
	color: #2B2B2B;
	cursor: pointer;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bolder;
	font-size: medium;
	font-style: italic;
}

.PAYbutton {
	padding-right: 40px;
	/* [disabled]vertical-align: middle; */
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bolder;
	letter-spacing: 0.5px;
	color: #373737;
	transition: all 0.15s linear;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: xx-large;
	line-height: 0;
	background-image: url(../img/CHEVRON_ORG.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-style: italic;
	text-align: left;
	padding-left: 5px;
}
.PAYbutton:hover {
	color: #FF6F28;
	cursor: pointer;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bolder;
	font-size: xx-large;
	font-style: italic;
}

.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #000000;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
footer {
	background-color: #B3B3B3;
	padding-top: 60px;
	padding-bottom: 60PX;
}
.intro {
	background-color: #000000;
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
	margin-top: 265px;
}

.SCOUT_Header {
	display: inline-block;
	background-color: #000000;
	width: 100%;
	text-align: center;
	background-image: url(../img/SCOUT_BG.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 500px;
	background-attachment: fixed;
	-webkit-box-shadow: inset 0px 2px 10px 4px rgba(19,19,19,1.00);
	box-shadow: inset 0px 2px 10px 4px rgba(19,19,19,1.00);
}
.profile {
	width: 85%;
	/* [disabled]text-align: right; */
	margin-top: 0px;
}
.gallery .thumbnail .tag {
	color: #5D5E5D;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: right;
	padding-left: 20px;
	padding-right: 20px;
	font-size: xx-large;
	margin-bottom: 0px;
}

/* Mobile */
@media (max-width: 320px) {
	
.header {
	width: 100%;
	background-color: #FFFFFF;
	top: 0px;
	position: fixed;
	min-height: 130px;
	max-height: 145px;
}
.logo {
	width: 50%;
	text-align: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: rgba(255,255,255,1.00);
}
	
	.intro {
	display: run-in;
	background-color: #000000;
	width: 100%;
	text-align: center;
	margin-top: 175px;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding: 0;
}
.intro .column p {
	width: 80%;
	margin-left: 0px;
}
.text_column {
	padding-left: 20px;
}
.thumbnail {
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
}
.column {
	width: 100%;
	margin-top: 0px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
	
.header {
	width: 100%;
	background-color: #FFFFFF;
	top: 0px;
	position: fixed;
	height: 17%;
	min-height: 100px;
	max-height: 140px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.logo {
	margin-right: 0px;
	margin-bottom: 0px;
	max-height: 220px;
	text-align: center;
	background-color: rgba(255,255,255,1.00);
	height: 100%;
}
	
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px; */
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 0%;
	max-width: 1200px;
	text-align: center;
}
	
.text_column {
	width: 100%;
	text-align: left;
	padding: 0;
}
.thumbnail {
	width: 23px;
}
.column {
	width: 100%;
	margin-top: 0px;
}
.thumbnail {
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
}
.text_column {
	padding-left: 20px;
	padding-right: 20px;
	width: 90%;
}
.column {
	width: 90%;
	margin-left: 5%;
	margin-right: 0px;
}
.profile {
	width: 85%;
}
.intro .column p {
	width: 80%;
	text-align: center;
	padding-left: 0px;
}
	
.intro {
	display: run-in;
	background-color: #000000;
	width: 100%;
	text-align: center;
	margin-top: 175px;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
.thumbnail {
	width: 48%;
}
.text_column {
	width: 90%;
	margin: 0;
	padding: 20px;
}
.intro .column p {
	width: 80%;
}
	
.intro {
	background-color: #000000;
	width: 100%;
	text-align: center;
	margin-top: 255px;
	margin-bottom: 20px;
	min-height: 99px;
}
	
	
}
