﻿/***** 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 --------

*/

/***** 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 --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

img {
    max-width: 100%;
}

.orange {
	color: #CA6E29;
}
.white {
	color: #ffffff;
}
.black {
	color: 000000;
}
.caps {
	text-transform: uppercase;
}
.saira {
	font-family: 'Saira Condensed', sans-serif;
}
.lato {
	font-family: 'Lato', sans-serif;
}
p {
	line-height: 22px;
}


/*--- HEADER STYLES ---------------------*/

header {
    position: relative;
	right: 0;
    left: 0;
	z-index: 2
}
.top-header {
    position: absolute;
	top: 0; left: 0; right: 0;
	border-bottom: 1px solid gray;
	width: 100%;
    display: flex;
    justify-content: space-between;
}

.logo {
    border-right: 1px solid gray;
    padding: 10px 80px 10px 0;
}

.logo img {
	width: 300px;
}

.head-phone {
    font-family: 'Saira Condensed', sans-serif;
	border-left: 1px solid gray;
	padding: 0 0 0 80px;
	min-width: max-content;
	align-items: center;
    display: flex;
}

.head {
    display: flex;
}

.head-phone a {
    color: #ffffff;
	font-size: 24px;
}
.head-phone a i {
    font-size: 15px;
}
.head-phone i.fa-solid.fa-phone {
    border-radius: 50%;
    border: 1px solid #ffffff;
    padding: 10px;
    margin-right: 20px;
}






/*---BODY--------------------------------*/
.hero-container {
	background-color: #000;
    position: relative;
}

.top-flex {
    display: flex;
    justify-content: space-between;
}
.width90 {
    width: 90%;
    margin: 0 auto;
}
.width80 {
    width: 80%;
    margin: 0 auto;
}
.width70 {
    width: 70%;
    margin: 0 auto;
}

.width60 {
    width: 60%;
    margin: 0 auto;
}

.width50 {
    width: 50%;
    margin: 0 auto;
}

.flex-container {
	display: flex;
	align-items: center;
}

.center {
	text-align: center;
}

.hero-img {
	background-color: #000;
	background-image: url("../siteart/hero3.png");
    width: 100%;
    background-position: center;
    height: 829px;
}

.hero-content {
    position: absolute;
    top: 45%;
    left: 40%;
    transform: translate(-50%, -50%);
    width: 60%;
}

.hero-title {
    font-size: 40px;
	line-height: 90px;
}

.hero-sub h2 {
    font-style: italic;
    font-size:40px;
    margin: 10px 0;
}

button.cta-btn {
    background: none;
    border: none;
    margin: 20px 0;
}
.cta-btn a {
    color: white;
    font-family: 'Saira Condensed', sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}
i.fa-solid.fa-arrow-right {
    border-radius: 50%;
    padding: 6px 7px;
    margin: 0 10px;
    background: #ffffff;
    font-size: 20px;
    color: #ca6e29;
}

.contact-container {
    display: flex;
	margin: 75px 0 75px;
}
.contact-container.home-page {
    gap: 25px;
}
.contact1 {
    margin-right: 75px;
}
.aside-title {
	font-size: 22px;
}
.aside-content a {
    color: #545454;
    font-size: 18px;
}
.aside1 {
    display: flex;
}
i.fa-solid.fa-envelope {
	border-radius: 50%;
    padding: 9px 10px;
    margin: 0 20px 0 0;
    background: #ca6e29;
    font-size: 20px;
    color: #ffffff;
}
.fa-solid.fa-location-dot {
	border-radius: 50%;
    padding: 8px 10px;
    margin: 0 20px 0 0;
    background: #ca6e29;
    font-size: 20px;
    color: #ffffff;
}

.aside-popup {
	position: absolute;
    z-index: 5;
	max-width: 830px;
    width: 100%;
	top: 750px;
    right: 0;
    overflow: hidden;
}
.welcome-pop {
    background-color: #B26224;
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
}
.pop-content {
    width: 570px;
    padding: 50px 0 50px 100px;
}
.pop-content h3 {
    font-size: 35px;
	line-height: 35px;
    margin-bottom: 20px;
}
.pop-content p {
    font-size: 16px;
    color: #ffffff;
}
p.lato {
    margin: 20px 0 0 0;
}
.choose-content p.lato {
    margin: 20px 0 0 0;
}
.width-welc {
	width: 80%;
	margin: 0 auto;
}

.mid-black-bg {
    background-color: #222222;
	position: relative;
}
.striped-bg {
	background-color: #222222;
	background-image: url("../siteart/black-twill.png")
}
.clip-me {
	clip-path: circle(60% at 20% 50%);
}
.mid-orange-bg {
	background-color: #CA6E29;
	position: absolute;
	bottom: 0;
    top: 0;
    max-width: 100%;
    display: flex;
	align-items: center;
	left: 0;
	right: 50%;
}
.mid-orange-txt {
	position: absolute;
	left: 20%;
	right: 40%;
    width: fit-content;
}
.mid-orange-bg h2 {
    font-size: 35px;
    line-height: 35px;
}


.mid-cta-btns {
    display: flex;
    justify-content: flex-end;
	gap: 25px;
	padding: 50px 0;
}
.mid-cta a {
    color: #ffffff;
    font-family: 'Saira Condensed';
	font-weight: 500;
    font-size: 30px;
    text-transform: uppercase;
}
.mid-under-img {
    position: relative;
    filter: brightness(60%);
	border: 2px solid #efefef;
	height: 100%;
}
.mid-cta img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.mid-over-txt {
    position: absolute;
    top: 74%;
    margin-left: 25px;
    line-height: 35px;
}
.mid-over-txt {
	transition: 0.2s ease-out;
	z-index: 2;
}
.mid-cta:hover .mid-over-txt {
	color: #CA6E29;
	transition: 0.2s ease-in;
}
.mid-cta:hover .mid-under-img {
	border: 2px solid #ca6e29;
	transition: 0.2s ease-in;
}
.mid-cta:hover img {
	filter: grayscale(100%);
} 
.mid-over-txt span {
    font-weight: 600;
	font-size: 38px;
    letter-spacing: 1px;
}

.choose-content {
    text-align: center;
}
.choose-title h2 {
    font-size: 35px;
    line-height: 35px;
	margin-top: 100px;
}
.choose-specials {
    display: flex;
    gap: 40px;
	justify-content: center;
	margin: 50px;
}
.special1 {
    background: #EFEFEF;
	display: flex;
    align-items: center;
	justify-content: center;
	padding: 25px;
    font-size: 20px;
    line-height: 30px;
	width: 25%;
}
i.fa-solid.fa-coins, i.fa-solid.fa-toolbox, i.fa-solid.fa-sheet-plastic {
    font-size: 45px;
	margin: 15px 15px;
}
.philosophy-bg {
	background-color: #8A3700;
	background-image:url("../siteart/parallax80-trim.png");
	min-height: 350px;
	background-attachment: fixed;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
	display: flex;
}
.phil-txt {
    display: flex;
    align-items: center;
    justify-content: center;
}
.phil-title {
    justify-content: flex-end;
    display: flex;
}
.phil-title h2 {
	font-size: 35px;
	text-align: right;
	line-height: 35px;
}
.phil-par {
    margin-left: 75px;
    font-size: 18px;
}
.column1 {
	width: 30%;
}
.column2 {
	width: 70%;
}


.contact-title.white.saira {
	background-color: #000;
}

.contact-hero {
	background-color: #000;
	background-image: url("../siteart/contact-pic.jpg");
    width: 100%;
    background-position: center;
    height: 300px;
	filter: brightness(0.5);
}
.contact-title h1 {
	top: 22%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    position: absolute;
    text-align: center;
    font-size: 55px;
    text-transform: uppercase;
}

.width65 {
    width: 65%;
    margin: 0 auto;
}
.column {
	float: left;
	width: 33.33%;
}
.row:after {
	content: "";
	display: table;
	clear: both;
}
.column p {
	font-weight: 500;
	margin: 0 0 10px;
}
.left-column {
	float: left;
	width: 60%;
}
.right-column {
	float: left;
	width: 30%;
	padding-left: 100px;
}
.connect-list ul {
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
	margin-bottom: 25px;
}
.contact-icon {
    margin-right: 20px;
}
.connect-list .fa-solid, .connect-list .fas {
    font-weight: 900;
    color: #000000;
}
.connect-list p {
	margin-bottom: 5px;
	color: #000000;
}
.connect-list h4 {
	margin-bottom: 10px;
}
.connect-list ul p {
    font-weight: 500;
}	



.content-aside iframe {
    width: 100%;
}
.content-aside {
    margin: 100px 0;
}
.contact-container.contact-sect {
    justify-content: center;
}
.aside1.contact1.cont-page {
    margin-right: 150px;
}


.top-header.top-header {
    position: relative;
	background: #222222;
}
.inventory-container {
    margin: 100px auto;
    width: 80%;
}
.financing-hero {
    background-image: url("../siteart/parallax-truck.jpeg");
    width: 100%;
    background-position: center;
    height: 300px;
    filter: brightness(0.5);
}
.financing-container {
	display: flex;
    margin: 45px 0 75px;
	align-items: center;
	gap: 50px;
}

a.orange {
    color: #ca6e29;
}


/*--------FORM STYLES--------------------*/




/*-------- FOOTER STYLES ----------------*/
footer {
    background-color: #222222;
}
footer .width80 {
    display: flex;
    justify-content: space-between;
	align-items: center;
	padding: 25px;
}
.foot-nav ul {
    display: flex;
    /* align-items: center; */
}
.foot-nav a {
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
	padding: 10px 18px;
}
.foot-logo img {
    width: 200px;
}

.social-footer a{color:#fff!important; font-size:18px; letter-spacing:1px; padding:10px 18px;}

/*--------FORM STYLES--------------------*/
#formpage h3{font-size:24px; font-weight:400; text-transform:uppercase; margin-left:5px;}
.flex-form{width:100%;text-align: left;margin: 0 auto 40px auto;flex-direction: row;justify-content: flex-start;align-items: flex-start;font-size: 15px;}
#formpage input, select {padding:14px;border: 1px solid #ccc;color: #727272;font-size: 14px;}
.flex-row, .flex-row2{display:flex;flex-direction:row;width:100%;}
#formpage {width:100%;vertical-align: top;display:inline-block;text-align:left;padding: 30px 0px 20px 0;}
.form-half{width:calc(50% - 10px);display: inline-block;vertical-align: middle;margin:5px;}
.form-whole{width:calc(100% - 10px);display:block;vertical-align:middle;margin:5px;}
input[type="text"], input[type="email"], input[type="date"], select, input[type="phone"]{width:100%;box-sizing:border-box;}
#formpage label{font-size:16px; font-weight:400; padding-left:5px; font-family: 'Saira Condensed', sans-serif;}

#formpage textarea {font-family: 'Lato', sans-serif; font-size:14px; box-sizing:border-box;padding: 14px;border: 1px solid #ccc!important;color: #000;background: #fff;width: 100%;height: 100px;border-radius:2px;}
#formpage textarea:focus{border: 1px solid #ccc; border-radius:2px} 

#formpage input.submit-button, #formpage input.submit-button:focus, #submit-btn button{background:#fda733; color:#000;padding:12px;text-decoration:none;transition:ease-in .3s;width: 160px;border:none;height:auto; border-radius:10px; font-size:16px; font-weight:400;}

#formpage input.submit-button:hover, #submit-btn button:hover{transition:ease-out .3s; cursor:pointer; background:#00855d; color:#fff;}
.submit-button, #submit-btn{padding:10px 0px 10px 0px;position:relative;width:160px;text-align:center;}
.captcha-button{width:160px; }
.include-captcha{display:none;}
#formpage input.submit-button{color:#000!important;}
.CaptchaPanel{text-align:left!important;}
#formpage input.submit-button:hover{color:#fff!important;}


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/







/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1720px) {
	.mid-cta {
		width: 220px;
	}
	.mid-over-txt span {
		font-size: 22px;;
	}
	.mid-over-txt {
		font-size: 20px;
		line-height: 24px;
	}
	i.fa-solid.fa-arrow-right {
		font-size: 12px;
	}
}

@media only screen and (max-width: 1650px) {
	.aside-popup {
		max-width: 720px;
	}
	.pop-content {
		padding: 50px 50px 50px 90px;
	}
	.contact-container.home-page {
    	gap: 0px;
	}
}

@media only screen and (max-width: 1500px) {
	.aside-popup {
		max-width: none;
		position: inherit
	}
	.pop-content {
		padding: 75px 0;
		width: auto;
	    background: #EFEFEF;
	}
	.pop-content p.lato {
		margin: 5px 20px 0 0;
	}
	.pop-content h3, .pop-content p {
		color: #000000;
	}
	.welcome-pop {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.contact-container {
		margin: 50px 0;
	}
}
/*
@media only screen and (max-width: 1380px) {
	.mid-cta {
		width: 175px;
	}
	.mid-cta-btns {
		padding: 40px 0;
	}
	.mid-over-txt {
		top: 72%;
	}
	.mid-over-txt i.fa-solid.fa-arrow-right {
		display: none;
	}
}
*/
@media only screen and (max-width: 1250px) {
	.choose-specials {
		margin: 50px 0 100px;
	}
	.special1 {
		flex-direction: column;
		font-size: 16px;
	    line-height: 25px;
	}
	i.fa-solid.fa-award {
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 1175px) {
	.pop-content p.lato {
		margin: 0;
	}
	.clip-me {
		clip-path: none;
	}
	.mid-orange-bg {
		background-color: #222222;
		position: relative;
	}
	.mid-orange-txt {
		position: relative;
		left: 0;
		right: 0;
		width: 80%;
		display: flex;
		margin-top: 65px;
	}
	.mid-orange-bg h2 {
		text-align: right;
	}
	.mid-orange-txt p.lato.white {
		margin-left: 25px;
	}
	.mid-cta-btns {
		padding: 0 0 50px 0;
		justify-content: center;
		gap: 25px;
	}
	.mid-cta {
		margin: 25px 0;
		width: 100%;
	}
	.mid-over-txt {
		top: 82%;
		font-size: 30px;
    	line-height: 30px;
	}
	.mid-over-txt span {
		font-size: 25px;
	}
	p.lato {
		margin: 0;
	}
}
@media only screen and (max-width: 1100px) {
	.logo img {
		width: 200px;
		margin-left: 20px;
}
@media only screen and (max-width: 1018px)  {
	.mid-over-txt {
		top: 80%;    
	}
}
@media only screen and (max-width: 1000px) {
	.aside1.contact1.cont-page {
    	margin-right: 50px;
	}
}
@media only screen and (max-width: 950px) {
	header {
		position: relative;
	}
	.hero-title {
		font-size: 30px;
		line-height: 65px;
	}
	.hero-sub h2 {
		font-size: 30px;
		margin: 12px 0;
		line-height: 35px;
	}
}

@media only screen and (max-width: 1058px) {
	footer .width80 {
		flex-direction: column;
	}
	.foot-nav {
    	margin: 25px 0;
	}
	.foot-nav ul {
		flex-direction: column;
		align-items: center;
	}
	.foot-nav li {
    	margin: 15px 0px;
	}
	.foot-logo {
    	margin: 25px 0;
	}
}
	
@media only screen and (max-width: 900px) {
	.financing-container {
		flex-direction: column;
		gap: 25px;
	}
}
@media only screen and (max-width: 780px) {
	.contact1 {
		margin-right: 50px;
	}
	.contact-container {
	    flex-direction: column;
		gap: 30px;
	}
	.contact1 {
		margin-right: 0;
	}
	.choose-specials {
		flex-direction: column;
    	align-items: center;
	}
	.special1 {
		width: 45%;
	}
	.aside1.visit1 {
    	margin-top: 25px;
	}
}
@media only screen and (max-width: 700px) {
	.choose-specials {
		flex-wrap: wrap;
    	justify-content: center;
	}
	.phil-txt.width60 {
		width: 80%;
		margin: 0 auto;
	}
	
	
	.mid-cta-btns {
		flex-direction: column;
		align-items: center;
		gap: 30px;
	}
	.mid-cta {
		margin: 0;
		width: auto;
	}
	.mid-orange-txt {
		margin-bottom: 20px;
	}
	.mid-over-txt {
		position: relative;
	    margin-top: -80px;
		font-size: 30px;
	    line-height: 30px;
	}
	.mid-over-txt span {
		font-size: 25px;
		margin-top: -77px;
	}
	.mid-cta img {
	    margin: 0 0 -13px 0;
	}
	.mid-cta-btns {
		gap: 50px;
		padding: 0 0 85px 0;
	}
	.aside1.contact1.cont-page {
    	margin-right: 0;
	}
	.contact-container.contact-sect {
		flex-direction: column;
	}
	.contact-container {
		gap: 25px;
	}
}

@media only screen and (max-width: 650px) {
	.form-half{width:calc(100% - 10px);}
	}
	
@media only screen and (max-width: 600px) {
	.phil-txt {
		flex-direction: column;
	}
	.phil-title {
    	margin-bottom: 20px;
	    justify-content: flex-start;
	}
	.phil-par {
		margin-left: 0;
	}
	.column1 {
		width: 100%;
	}
	.column2 {
    	width: 100%;
	}
}
@media only screen and (max-width: 520px) {
	.mid-orange-txt {
		flex-direction: column;
		align-items: flex-start;
	}
	.mid-orange-txt p.lato.white {
		margin: 20px 0 0 0;
	}
	.mid-orange-bg h2 {
		text-align: left;
	}
	.mid-orange-txt p.lato.white {
		margin: 20px 0 20px 0 !important;
	}
}
@media only screen and (max-width: 515px) {
	.hero-title {
		font-size: 20px;
    	line-height: 45px;
	}
	.hero-sub h2 {
		font-size: 22px;
		line-height: 25px;
	}
}

@media only screen and (max-width: 270px) {
	.social-footer a{padding:5px 10px;}		
	}
	
@media only screen and (max-width: 200px) {
	.social-footer a{font-size:15px;}		
	}







