﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

	RED:  #BF1E2E
	DARK RED:  #A61524

	GRAY: #404040
*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

* {box-sizing: border-box;}

body {

}

img {max-width: 100%;}

.wid-90 {width: 90%; margin: 0 auto; max-width: 1400px;}

.padit {padding: 50px 0;}

.logo {max-width: 250px;}

.logo img {padding: 15px 0; width: 100%; display: block;}

.flex {display: flex;}

/*------------- TEXT STYLES AND BUTTONS -------------*/

.white {color: #fff;}

.red {color: #BF1E2E;}

a:link, a:visited, a:active {text-decoration:none; font-family: stratum-1-web, sans-serif; }
a:hover {text-decoration:none;}

h1, h2, h3, h4, h5, h6 { font-family: factoria, serif; }

p, li {
	font-family: stratum-1-web, sans-serif;
	font-size: 16px;
}

p.body-text {
	line-height: 1.8;
}

.sm-heading {
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
}

.heading {
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 1;
}

hr{border:#BF1E2E 1px solid;}



/*  BUTTONS  */

.red-btn {
	margin: 0;
	padding: 0;
	font-family: stratum-1-web, sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	background-color: #A61524;
	color: #fff;
	border: none;
	cursor: pointer;
	transition: .5s ease-in;
	-webkit-transition:.4s ease-in;  
	-moz-transition:.2s ease-in;  
	-o-transition:.2s ease-in; 
	transform: perspective(1px) translateZ(0);
  	position: relative;
}
.red-btn i {
	padding: 15px;
	background-color: #A61524;
}

.red-btn:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #BF1E2E;
  transform: scaleX(1);
  transform-origin: 0 50%;
  transition: transform 0.3s ease-out;
}

.red-btn:hover:before {
  transform: scaleX(0);
}

.white-btn {
	margin: 0;
	padding: 0;
	font-family: stratum-1-web, sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	background-color: #E6E6E6;
	color: #404040;
	border: none;
	cursor: pointer;
	transition: .5s ease-in;
	-webkit-transition:.4s ease-in;  
	-moz-transition:.2s ease-in;  
	-o-transition:.2s ease-in; 
	transform: perspective(1px) translateZ(0);
  	position: relative;
}

.white-btn:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #fff;
  transform: scaleX(1);
  transform-origin: 0 50%;
  transition: transform 0.3s ease-out;
}

.white-btn:hover:before {
  transform: scaleX(0);
}

.white-btn i {
	padding: 15px;
	background-color: #E6E6E6;
}

.red-btn span, .white-btn span {
	padding: 0 15px;
}

/*--- HEADER STYLES ---------------------*/
header { }

.main-header.flex {
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

header .logo {
	margin-left: 5%;
}

.header-right {
	background-color: #BF1E2E;
	padding: 20px 5% 20px 30px;
	border-bottom-left-radius: 30px;
	border-top-left-radius: 30px;
}

.header-right div {
	gap: 15px;
}

.header-right div a {
	color: #fff;
	font-size: 18px;
	font-weight: 900;
}

/*---BODY--------------------------------*/

.hero {
	background-color: #8D1622;
	background-image: url("../siteart/hero.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.hero .hero-text {
	max-width: 800px;
	padding: 200px 0;
}

.hero-text h1.heading {
	font-size: 58px;
}

.hero-text .flex {
	align-items: center;
	gap: 10px;
}

.hero-text .flex hr {
	width: 100%;
	max-width: 450px;
	margin: 0;
}

.inv-links.flex {
	justify-content: space-around;
	align-items: center;
	gap: 30px;
}

.inv-links.flex .video-wrapper {
	width: 100%;
	max-width: 600px;
}

.inv-link {
	position: relative;
	display: block;
	background-color: #BF1E2E;
	border-top-left-radius: 75px;
	border-top-right-radius: 75px;
	width: 100%;
	max-width: 600px;
}

.inv-link span {
	position: relative;
	display: block;
}

.inv-link span::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 14px;
	background: linear-gradient(to bottom, transparent 0%, transparent 76%, rgba(191,30,46,0.80) 100%);
	background-size: 100% 200%;
	-webkit-transition:.4s ease-in;  
	-moz-transition:.4s ease-in;  
	-o-transition:.4s ease-in; 
	border-top-left-radius: 75px;
	border-top-right-radius: 75px;
}

.inv-link:hover > span::before {
	background-position: 0% 100%;
}

.inv-link img {
	display: block;
	width: 100%;
	border-bottom: 15px solid #BF1E2E;
	background-color: #BF1E2E;
	border-top-left-radius: 75px;
	border-top-right-radius: 75px;
}

.inv-link .link-title {
	position: absolute;
	bottom: 10%;
	left: 5%;	
}

.red-banner {
	background-color: #BF1E2E;
	background-image: linear-gradient(rgba(191,30,46,0.80), rgba(191,30,46,0.80)), url("../siteart/field.jpg");
	background-size: cover;
	background-position: center;
}

.red-banner .flex {
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

/*--------FORM STYLES--------------------*/


.form-container {
/*	width: 50%;*/
	max-width: 750px;
	margin: 0 auto;
}

.form-flex { 
	display: flex;
	gap: 20px;
	padding: 10px 0;
}

.form-field {
	width: 100%;
}

.form-container label {
	display: block;
	font-family: stratum-1-web, sans-serif;
	font-size: 16px;
}

.form-flex input, textarea {
	border: 1px solid #022464;
	padding: 10px;
	background: #fff;
	font-family: stratum-1-web, sans-serif;
	width: 100%;
}
.form-flex input:focus, textarea:focus {
	outline: none;
	background: #eee;
	border: 2px solid #BF1E2E;
}

textarea {
	height: 75px;
}

.CaptchaPanel {
	font-family: stratum-1-web, sans-serif;
}

.CaptchaImage {
	width: unset;
}

.captcha-button {
/*	text-align:center;*/
}

#captcha {
	display: none;
}

.submit-btn {
	margin: 0;
	width: 150px;
	padding: 10px 15px;
	font-family: stratum-1-web, sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	background-color: #A61524;
	color: #fff;
	border: none;
	cursor: pointer;
	transition: .5s ease-in;
	-webkit-transition:.4s ease-in;  
	-moz-transition:.2s ease-in;  
	-o-transition:.2s ease-in; 
	transform: perspective(1px) translateZ(0);
  	position: relative;
}

.submit-btn:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #BF1E2E;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 0.3s ease-out;
}

.submit-btn:hover:before {
  transform: scaleX(1);
}


/*-------- FOOTER STYLES ----------------*/

footer {
	background: #404040;
	padding-bottom: 50px;
}

footer a {
	color: #fff;
}

footer .wid-90 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

.footer-logo .flex {
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer-nav ul li {
	display: inline-block;
	margin: 10px 1px;
	
}

.footer-nav ul li a {
	padding:10px 8px;
	font-family: stratum-1-web, sans-serif;
	font-weight: 900;
	letter-spacing: .2px;
	text-transform: uppercase;
}

.footer-connect {
	padding: 5px;
	margin-right:2px;
	-webkit-transition:.4s ease-in;  
	-moz-transition:.2s ease-in;  
	-o-transition:.2s ease-in;  
	transition:.2s ease-in;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/







/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 950px) {
	.main-header {display: none;}
}

@media only screen and (max-width: 900px) {
	
	.header-right div a {font-size:16px;}
		
	.hero .hero-text {padding: 100px 0;}
	
	.inv-links.flex {flex-wrap: wrap;}
}

@media only screen and (max-width: 750px) {
	
	.sm-heading {font-size: 20px;}
	.heading {font-size: 36px;}
	
	.hero-text .flex hr {max-width: 350px;}
	.hero-text h1.heading {font-size: 42px;}
	
	
	.form-flex {flex-wrap: wrap; gap: 10px; padding: 5px 0;}
}


@media only screen and (max-width: 600px) {
	.sm-heading {font-size: 16px;}
	.heading {font-size: 24px;}
	
	.hero-text .flex hr {max-width: 200px;}
	.hero-text h1.heading {font-size: 32px;}
	
	.hero .hero-text {padding: 50px 0;}
}

@media only screen and (max-width: 400px) {
	.hero-text h1.heading {font-size: 20px;}
	.hero-text .flex {flex-wrap: wrap; gap:0;}
	.hero-text .flex hr {margin: 5px 0;}
	.hero .hero-text {padding: 20px 0;}
	
	.inv-link, .inv-link img, .inv-link span::before {border-top-left-radius: 50px; border-top-right-radius: 50px;}
	
	.red-btn, .white-btn, .submit-btn, .flex-btn, .flex-btn a {width: 100%; display: inline-block;}
	.red-btn span, .white-btn span {float:left; margin-top: 9px;}
	.red-btn i, .white-btn i {float: right;}
}






