﻿/***** 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 --------

	BLUE:  #002E84
	gray: #eee

	
*/

/***** 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 {
}

.wid-90 {width: 90%; margin: 0 auto; max-width: 1500px;}

.padit {padding: 70px 0;}
.header-pad {padding: 60px 0;}

.logo {max-width: 200px;}

.logo img {width: 100%; display: block; padding: 15px 0;}

.flex {display: flex;}

.flex-1 {
	width: 100%;
}

.flex-2 {
	width: 50%;
}

.flex-1 .wid-90, .flex-2 .wid-90 {
	width: 80%; max-width: 800px;
}


/*------------- TEXT STYLES AND BUTTONS -------------*/

.blue {color: #002E84;}

.white{color: #fff;}

a.black, a.black:link {
	color: #000;
}

.upper {text-transform: uppercase;}

a:link, a:visited, a:active {text-decoration:none; font-family: "Nunito", sans-serif; }
a:hover {text-decoration:none;}

h1, h2, h3, h4, h5, h6 { font-family: "Factoria", serif; }

p, li {
	font-family: "Nunito", sans-serif;
	font-size: 16px;
}

p.body-text {
	line-height: 1.7;
}
.sm-heading {
	font-family: "Factoria", serif;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
}

.heading {
	font-size: 36px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1;
}

.hero-heading {
	text-transform: uppercase;
	font-size: 40px;
	line-height: 0.8;
}

.hero-heading span {
	font-size: 24px;
}

/*  BUTTONS  */

.gray-btn {
	min-width: 185px;
	padding: 10px 20px;
	background: #444;
	color: #fff;
	font-family: nunito, sans-serif;
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	cursor: pointer;
	border: none;
/*	for animation*/
	transform: perspective(1px) translateZ(0);
  	position: relative;
  	transition: color 0.3s;
}

.blue-btn {
	min-width: 185px;
	padding: 10px 20px;
	background: #002E84;
	color: #fff;
	font-family: nunito, sans-serif;
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	cursor: pointer;
	border: none;
	border-bottom-right-radius: 25px;
	border-top-right-radius: 25px;
	overflow: overlay;
/*	for animation*/
	transform: perspective(1px) translateZ(0);
  	position: relative;
  	transition: color 0.3s;
}

.gray-btn:before, .blue-btn:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #000;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 0.3s ease-out;
}

.gray-btn:hover:before, .blue-btn:hover:before {
  transform: scaleX(1);
}


/*--- HEADER STYLES ---------------------*/

header {
	
}

.header-container {
	position: relative;
}

.main-header {
	position: absolute;
	width: 100%;
	top: 0;
	box-shadow: 0 4px 4px rgba(0,0,0,0.25);
	z-index: 5;
}

.top-header {
	background-color: rgba(0,0,0,0.5);
}

.main-header .top-header .flex {
	justify-content: flex-start;
	gap: 40px;
	padding: 14px 0;
}

.top-header .flex a {
	color: #fff;
	font-weight: 900;
}

.main-header .flex.navigation {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #eee;
}

.main-header .flex .logo-container {
	padding-left: 5%;
	padding-right: 35px;
	background-color: #fff;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}

.main-header .flex .nav-container {
	margin-right: 5%;
}

#menu-button .logo-container {
	background-color: #fff;
	padding: 0 30px 0 5%;
	border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

/*---BODY--------------------------------*/

.hero {
	background-color: #002E84;
	background-image: url("../siteart/hero.jpg");
	background-size: cover;
	background-position: center;
	padding-top: 250px;
	padding-bottom: 150px;
}

.hero-text {
	max-width: 700px;
	background-color: rgba(255,255,255, 0.9);
	text-align: center;
	padding: 20px 5%;
	box-shadow: 0 6px 10px -2px rgba(0,0,0,0.5);
}

.hero-text .heading {
	margin: 15px 0;
}

.hero-text .flavor {
	color: #666;
	font-style: italic;
	letter-spacing: 3px;
}

.hero-text .btn-row.flex {
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 15px;
}

.search-inv {
	background-image: url("../siteart/diamondplate-bg.jpg");
	background-size: cover;
	background-position: center;
	text-align: center;
}

.search-bar.form-flex {
	gap: 20px;
}

.search-bar .blue-btn {
	width: 100%;
	min-height: 51px;
}

.search-bar.form-flex input {
	background: #fff;
    border: 3px solid #ccc;
    font-family: 'nunito', sans-serif;
	font-weight: 600;
}

.search-bar.form-flex input::placeholder {
	font-family: "factoria", serif;
	font-weight: 400;
	font-style: italic;
	text-transform: uppercase;
}

.search-bar.form-flex input:focus {
	border: 3px solid #002E84;
}

.inv-cats {
	justify-content: center;
	gap: 40px;
	flex-wrap: wrap;
	margin-top: 30px;
}

.inv-category {
	background-color: #eee;
	border: 5px solid #ccc;
	width: 100%;
	align-items: center;
/*	for animation*/
	transform: perspective(1px) translateZ(0);
  	position: relative;
  	transition: color 0.3s;
}

.inv-category:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #fff;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 0.3s ease-out;
}

.inv-category:hover:before {
  transform: scaleX(1);
}


.inv-cats a {
	width: 100%;
	max-width: 450px;
}

.inv-category .icon-wrap {
	background-color: #fff;
	padding: 15px;
	border-bottom-right-radius: 30px;
	border-top-right-radius: 30px;
	width: 100%;
}

.inv-category .cat-title {
	width: 100%;
}

.icon-wrap img {
	width: 100%;
}

.cat-title h3 {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 24px;
	padding: 0 30px;
	text-align: left;
	white-space: nowrap;
}

.about.flex .flex-1 .wid-90 {
	margin: 150px auto;
}

.about.flex .img-aside {
	background-image: url("../siteart/truck.jpg");
	background-size: cover;
	background-position: center;
	min-height: 300px;
}

.about.flex .img-aside2 {
	background-image: url("../siteart/about-truck.jpg");
	background-size: cover;
	background-position: center;
	min-height: 300px;
}

.about.flex p.body-text {
	padding: 20px 0;
}

.contact-container {
	background-image: linear-gradient(rgba(255,255,255,1.0) 5%, rgba(255,255,255,0)), url("../siteart/dark-diamondplate-bg.jpg");
}

.form-container {
	background-image: linear-gradient(rgba(255,255,255,1.0) 5%, rgba(255,255,255,0)), url("../siteart/diamondplate-bg.jpg");
}

.contact-box.flex {
	background-color: #fff;
	border: 5px solid #ccc;
	box-shadow: 0 6px 10px -2px rgba(0,0,0,0.5);
	max-width: 1400px;
	align-items: center;
	margin-top: -200px;
	position: relative;
}

.contact-box.flex .flex-1.info {
	padding: 0 5%;
}

.contact-box.flex .flex-1.info div {
	margin: 30px 0;
}

.contact-box.flex .flex-1.info div .sm-heading {
	margin-bottom: 10px;
}

.contact-box.flex .flex-1.info div a {
	color: #000;
}

.contact-box.flex iframe {
	display: block;
	height: 430px;
}

.page-heading.padit {
	padding-top: 220px;
	background-color: #000;
	background-image: url("../siteart/page-heading-bg.jpg");
	background-size: cover;
	background-position: center;
}

.page-heading .heading {
	font-size: 48px;
}
/*--------FORM STYLES--------------------*/

.contact-flex {
	display: flex;
	justify-content: space-around;
}

.form-box {
	background: #fff;
	border: 5px solid #ccc;
    box-shadow: 0 6px 10px -2px rgba(0, 0, 0, 0.5);
	max-width: 1400px;
	padding: 5px 15px;
	margin: 0 auto;
}

.form-box .heading {
	padding: 15px 0;
}

.form-flex {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin: 10px 0;
}

.form-flex label {
	font-family: "Nunito", sans-serif;
	font-size: 15px;
	font-weight: 600;
	padding-bottom: 5px;
	display: inline-block;
}

.form-flex input, .form-flex select, .form-flex textarea, .form-flex div {
	width: 100%;
}

.form-flex input, .form-flex select, .form-flex textarea {
	background: #E8E8E8;
	border: 3px solid #E8E8E8;
	color: #2D2D2D;
	font-family: "Nunito", sans-serif;
	font-size: 15px;
	padding: 15px;
	border-radius: 0;
	
}

.form-flex input:focus-visible, .form-flex select:focus-visible, .form-flex textarea:focus-visible {
	outline: none;
	border: 3px solid #002E84;
}

textarea {
	height: 150px;
}

.CaptchaPanel {
	font-family: "Nunito", sans-serif;
}

.captcha-button {
/*	text-align:center;*/
}

#captcha {
	display: none;
}

/*-------- FOOTER STYLES ----------------*/
footer {
	padding-bottom: 50px;
	background: #000;
}

footer .padit .flex {
	justify-content: center;
	gap: 50px;
	flex-wrap: wrap;
}

footer .logo {
	max-width: 250px;
}

.footer-nav ul {
	margin: 15px 0 25px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.footer-nav ul li a {
	padding: 10px 15px;
	color: #fff;
	font-weight: 600;
}

.footer-nav ul li a:hover {
	color: #ccc;
}

.footer-nav ul li:first-child a{
	margin-left: 0;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/





/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1200px) {
	
}

@media only screen and (max-width: 1000px) {
	
}

@media only screen and (max-width: 850px) {
	.main-header .top-header, .main-header .flex.navigation {display: none;}
	
	.form-flex {flex-wrap: wrap; gap: 20px; padding: 5px 0;}
	.search-bar.form-flex .blue-btn {border-bottom-right-radius: 30px; border-top-right-radius: 0;}
	
	.about.flex {flex-wrap: wrap;}
	.about.flex .img-aside, .about.flex .img-aside2 {width: 90%;}
	.about.flex .flex-1 .wid-90 {margin: 50px auto;}
	
	.contact-box.flex {margin-top: -100px;}
	
	.page-heading.padit {padding-top: 200px;}
}


@media only screen and (max-width: 600px) {
	.hero {padding-top: 150px; padding-bottom: 50px;}
	
	.contact-box.flex {flex-wrap: wrap;}
	.contact-box.flex .flex-1.info {padding: 50px 5%;}
	.contact-box.flex iframe {height: 200px;}
}

@media only screen and (max-width: 500px) {
	.heading {font-size: 24px;}
	.sm-heading {font-size: 18px;}
	.page-heading .heading {font-size: 36px;}
}

@media only screen and (max-width: 450px) {
	.btn-row.flex a, .gray-btn, .blue-btn {width: 100%;}
	.hero-text .blue-btn {border-bottom-right-radius: 30px; border-top-right-radius: 0;}
	
	.cat-title h3 {font-size: 18px;}
}






