﻿/***** 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;}

/*--- HEADER STYLES ---------------------*/
.header {
display: flex;
margin: 0% 5%;
padding: 40px 0px 10px 0px;
border-bottom: 15px solid #000;
}
.headerleftsect{
display: flex;
align-items: center;
width: 50%;
}
.headerrightsect{
    display: flex;
    align-items: center;
    width: 44%;
    border-left: 3px solid #DF2920;
    padding: 0px 25px;
}
.searchButton {
position: absolute;
    top: 0;
    left: 0;
    width: 42px !important;
    height: 42px;
    opacity: 0;	
	
}
.headerlogosect{
width: 30%;

}
.headerlogo{
	width: 100%;
}
.headernavsect{
	width: 70%;
	text-align: center;
}
.headericonsect{
	width: 50%;
	display: flex;
	align-items: center;
	padding-right: 15px;
}
.headericon{
	width: 10%;
	color: #DF2920;
}
.headerlink{
	width: 50%;
}
.headerlink a{
	color: #000;
	font-family: 'Asap Condensed', sans-serif;
	font-weight: 500;
}

.headerlink a:hover{
	color: #DF2920;
	font-family: 'Asap Condensed', sans-serif;
	font-weight: 600;
}
.searchTerm{
    width: 94%;
    padding: 8px;
	font-family: 'Asap Condensed', sans-serif;
	text-transform: uppercase;
}
.headersearchsect{
	width: 48%;
}
.mobileheadersearchsect{
display: none;
}
.mobileiconsect{
display: none;
	
}
/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #DF2920;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}

.wht-hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.wht-hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #fff;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.wht-hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}

.blk-hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.blk-hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #000;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.blk-hvr-underline-from-left:hover:before, .blk-hvr-underline-from-left:focus:before, .blk-hvr-underline-from-left:active:before {
  right: 0;
}

/*---BODY--------------------------------*/



/*---HERO SECTION--------------------------------*/
.herosect{
	display: flex;
	margin: 20px 0px;
	height: 600px
}
.heroleft{
	width: 46vh;
	background: #DF2920;
	border-bottom: #000 18px solid;
	padding: 0% 5%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
.heroheader{
 color: #fff;	
font-family: 'Fira Sans', sans-serif;
font-size: 56px;
line-height: 50px;
margin-bottom: 30px;
}
.heroright{
	width: 70%;
	background: url("/siteart/hero_image1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right;
}
.herotext{
	color: #fff;
	font-family: 'Asap Condensed', sans-serif;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 30px;

}
.blkbtn{
	background: #000;
	padding: 10px 48px;
	font-family: 'Asap Condensed', sans-serif;
	color: #fff;
}
/*--------SHOP BY SECTION STYLES--------------------*/
.shopbysect{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 50px 0px;
}
.blkheader{
	color: #000;
	font-family: 'Fira Sans', sans-serif;
 	font-weight: 800;
	font-size: 26px;
}
.redunderline{
	border-bottom: solid 10px #eb4a41;
}
.catboxsect{
	width: 100%;
	display: flex;
	justify-content: center;
}
.catbox{
	width: 13%;
	margin: 2% 20px;
}
.catimg{
	width: 100%;
	height: 120px;
}

.catimgtanks{
	background: url("/siteart/tanks.jpg");
	background-size: cover;
	background-position: center;
	transition: 0.5s;

}
.catimgflatbed{
	background: url("/siteart/flatbeds.jpg");
	background-size: cover;
	transition: 0.5s;
	background-position: center;

}
.catimglowboy{
	background: url("/siteart/lowboys.jpg");
	background-size: cover;
	transition: 0.5s;
	background-position: center;

}
.catimgdropdeck{
	background: url("/siteart/dropdecks.jpg");
	background-size: cover;
	transition: 0.5s;
	background-position: center;

}
.catimgtrucks{
	background: url("/siteart/shop_trucks.jpg");
	background-size: cover;
	transition: 0.5s;
	background-position: center;

}
.catbox:hover {
    position: relative;
    bottom: 3px;
    box-shadow: #000 5px 5px 33px -14px;
}
.catname{
	background: #000;
	text-align: center;
	padding: 15px 7%;
}
.catsubhead:hover{
color: #eb4a41

}
.catsubhead{
	color: #fff;
	font-family: 'Asap Condensed', sans-serif;
	border-bottom: #DF2920 solid 2px;
	padding: 4px 0px 7px 0px;
}
.catbtnsect{
	display: flex;
}
.redbtn{
	background: #EB4A41;
    padding: 10px 60px;
    font-family: 'Asap Condensed', sans-serif;
    color: #000;
    margin: 0px 8px;
    font-weight: 600;	
}
/*--------VIDEO SECTION STYLES--------------------*/

.hpvideosect{
    display: flex;
    width: 90%;
    padding: 3% 5%;
    background: url(/siteart/video_background.jpg);
    justify-content: space-between;
}
.hpvideoleft{
width: 35%;
padding: 0% 5%;
display: flex;
flex-wrap: wrap;
align-content: space-between;
}
.hpvideotext {
    display: flex;
	    width: 80%;
    align-items: center;
	justify-content: space-between;
}

.hpvideotextleft{
	width: 46%;
}
.hpvideoright {
    width: 45%;
}
.whiteheader{
	color: #fff;
	font-family: 'Fira Sans', sans-serif;
	font-size: 26px;
	line-height: 14px;
}
.lgwhiteheader{
	color: #fff;
	font-family: 'Fira Sans', sans-serif;
	font-size: 50px;	
}
.slantedtexture{
	width: 100%;
	
}
.slantedtexture img{
	width: 85%;
}
/*--------ABOUT SECTION STYLES--------------------*/
.hpaboutsect{
	display: flex;
    align-items: center;
	padding: 5% 0%;
}
.hpaboutleft{
	width: 35%;
	margin:0% 5%;
	border-bottom: 10px solid #DF2920;
}
.hpaboutright {
    width: 40%;
    padding: 0% 5%;
}
.hpabouttext{
	font-family: 'Fira Sans', sans-serif;
	color: #000;
	font-weight: 800;
	font-size: 26px;
	padding-bottom: 20px;
}
.largeredtext{
	color:  #DF2920;
	font-size: 42px;
}
.blkpara {
    font-family: 'Asap Condensed', sans-serif;
    color: #000;
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
}
/*--------CONTACT PAGE STYLES--------------------*/
.contactpagesect{
	padding: 2% 5%;
	display: flex;
}
.formsection{
 width: 50%;
margin-right: 10%;
}
.cpsectright{
width: 40%;	
}
.cpinfosect{
	background-color: #454545;
	border-bottom: 10px solid #DF2920;
    padding: 5% 5% 6% 5%;
}
.cpmapsect{
	width: 100%;
	margin-top: 20px;
}
.cpmap{
	width: 100%;
	height: 400px;
}
.whitesubhead{
font-family: 'Fira Sans', sans-serif;
color: #fff;
font-weight: 700;
font-size: 26px;
padding-bottom: 15px;
}
.cpinfo{
	padding-bottom: 15px;
}
.cpinfo a{
	color: #fff;
	font-family: 'Asap Condensed', sans-serif;

}
.cpinfo a:hover{
	color: #DF2920;
	font-family: 'Asap Condensed', sans-serif;

}

.cpinfo i{
	color:  #EB4A41;
	padding-right: 15px;
}
/*--------FORM STYLES--------------------*/
.formfields{
	width: 95%;
	margin:10px 5% 10px 0%; 
	height: 35px;
	font-family: 'Asap Condensed', sans-serif;
	font-size: 16px;
}
.halfformfield{
	width: 46.7%;
    margin: 10px 0% 10px 0%;
    height: 35px;
    font-family: 'Asap Condensed', sans-serif;
    font-size: 16px;
}
.cp-select{
	font-family: 'Asap Condensed', sans-serif;
	font-size: 16px;
	padding-right: 20px;
}

.cp-selection{
    width: 95%;
    margin: 0px 5% 10px 0%;
    height: 40px;
    font-family: 'Asap Condensed', sans-serif;
    font-size: 16px;
	padding-right: 10px;
	border-radius:0px!important;
	color: #000!important;
	box-sizing: content-box;
}
.comments{
	width: 95%;
	margin:10px 5% 10px 0%; 
	height: 100px;
	font-family: 'Asap Condensed', sans-serif;
	font-size: 16px;
}
.CaptchaPanel {
    text-align: left!important;
    padding: 0px!important;
}
.CaptchaMessagePanel {
    padding: 5px 5px 10px 5px!important;
    font-weight: 500!important;
	font-family: 'Asap Condensed', sans-serif!important;
}
.CaptchaWhatsThisPanel a{
	font-family: 'Asap Condensed', sans-serif;
	color:  #DF2920;
	font-size: 16px;
}
.submit{
	background: #EB4A41;
	width: 160px;
	height: 40px;
	font-family: 'Asap Condensed', sans-serif;
    color: #000;
    margin: 0px 8px;
    font-weight: 600;
	border: none!important;
	font-size: 16px;
	border-radius: 0px!important;
	box-sizing: content-box;
	cursor: pointer;
}
/*-------- ABOUT US STYLES ----------------*/
.aboutpagesect{
	display: flex;
	padding: 5%;
}
.greysubhead{
 color: #454545;
 font-family: 'Asap Condensed', sans-serif;
 font-weight: 700;
 text-transform: uppercase;
 font-size: 20px;
}
.aboutpageleft{
	width: 55%;
	margin-right: 5%;
	padding-right: 5%;
	border-right: 5px #454545 solid;
	
}
.aboutpageleft .blkpara{
	padding: 2% 24% 3% 0%;
    line-height: 30px;
}
.aboutpageleft a{
	margin: 0%;
}
.aboutpageright{
	width: 30%;
}
.aboutpagebanner{
	background: #000;
	width: 100%;
	text-align: center;
	padding: 1% 0%;
	border-bottom: solid 5px #DF2920; 

}
.lgwhitesubhead{
	color: #fff;
	font-size: 24px;
 	font-family: 'Asap Condensed', sans-serif;
}
.aboutpagemap{
	width: 100%;
}
.apmap{
	width: 100%;
	height: 200px;
}
.blksubhead{
font-family: 'Fira Sans', sans-serif;
color: #000;
font-size: 18px;
font-weight: 700;
line-height: 6px;
}
.lgredsubhead{
font-family: 'Fira Sans', sans-serif;
color: #DF2920;
font-size: 24px;
font-weight: 700;
text-transform: uppercase;
}
.employeebox{
	padding: 20px 0px;
}
.employeebox .blkpara{
	line-height: 30px;
}
/*-------- FOOTER STYLES ----------------*/
.footer{
	background: #000;
	display: flex;
	padding: 2% 5%;
}

.footertext{
font-family: 'Asap Condensed', sans-serif;
color: #fff;
font-size: 15px;
line-height: 24px;
}
.footer a:hover{
color: #EB4A41;
}
.redsubhead{
font-family: 'Asap Condensed', sans-serif;
color:  #EB4A41;
font-weight: 700;
font-size: 17px;
padding-bottom: 10px;
}
.footercontact i{
color:  #EB4A41;
padding-right: 10px;
}
.footerconnect i{
color:  #fff;
padding-right: 10px;
padding-bottom: 10px;
}
.footercontact{
	width: 25%;
}
.footerhours{
	width: 25%;
}

.footernavigate{
	width: 25%;
}
.footerconnect{
	width: 25%;
}
/*----THANK YOU STYLES----*/
.thankyoupadding{
	padding: 20vh 5% 35vh 5%;
}
.thankyoutext{
	width: 50%;
}
.thankyoutext a{
	margin: 0px;
}
.lgblkheader{
	color: #000;
	font-family: 'Fira Sans', sans-serif;
 	font-weight: 800;
	font-size: 46px;
}






/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.inventorypadding{
	padding: 5% 0%;
	font-family: 'Asap Condensed', sans-serif!important;

}
.view-listing-details-link{
background-color: #DF2920!important;
font-family: 'Asap Condensed', sans-serif!important;

}
.list-top-section .list-title .list-listings-count{
color: #DF2920!important;	
font-family: 'Asap Condensed', sans-serif!important;
	
}
.list-content .media-buttons .print-this, .list-content .media-buttons .email-this{
	background:#DF2920!important;
	font-family: 'Asap Condensed', sans-serif!important;
	color: #fff!important;
	border-radius: 0px!important;
}
.list-top-section .list-title .list-title-text{
font-family: 'Asap Condensed', sans-serif!important;	
}
.list-content .price-container .price{
color: #DF2920!important;	
	
}
.mobile-option-bar .mobile-option-bar-filter{
color: #DF2920!important;	
	
}
.faceted-search-content .mobile-done-button-container .mobile-done-button{
	background-color: #000!important;
}
.list-top-section .sticky-top-menu .listing-option-bar-content .list-listings-count{
	color: #DF2920!important;	

}
.faceted-search-content .selected-facets-container .selected-facet{
	background: #df2920!important;

}
/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1650px) {
.hpvideoleft {
	width: 40%;
}	
.hpvideotext{
	width: 86%;	
}
}

@media only screen and (max-width: 1375px) {

.catbox {
	width: 19%;
	margin: 2% 9px;
}	
.catsubhead{
    padding: 5px 0px 7px 0px;		

}	
	.thankyoutext {
    width: 70%;
}
	.thankyoupadding{
	padding: 20vh 5% 36vh 5%;
}
}
@media only screen and (max-width: 1350px) {
	.hpvideoleft {
    width: 48%;
	}
	

	.header{
	margin: 0% 3%;	
	}

	.headerlink {
    display: none;
}
	.headericon {
    width: 40%;
    color: #DF2920;
    font-size: 20px;
    text-align: right;
}
	.headericonsect{
	width: 20%;
	justify-content: flex-end;	
	}
	.headerleftsect {
    width: 65%;
	}
	.headersearchsect{
		width: 65%;
	}
	.searchTerm {
		width: 90%;}
	.headerrightsect {
    width: 34%;
	padding: 0px 8px;
	}
}
@media only screen and (max-width: 1250px) {
	.heroright{
	background-position: 97%;
	}
	
}
@media only screen and (max-width: 1165px) {
	.hpvideotext{
		width: 86%;
		flex-wrap: wrap;
		justify-content: center;
	}
	.hpvideotextleft {
    	width: 100%;
		text-align: center;
		padding-bottom: 20px;
	}
	.hpvideoleft {
    width: 35%;
	}
	.hpvideoright {
    width: 56%;
	}
	.hpaboutright {
    width: 42%;
    padding: 0% 5% 0% 0%;
}
	.hpaboutleft {
    width: 48%;
	margin: 0% 3% 0% 5%;}
.aboutpagesect {
    padding: 5% 2%;
}
.aboutpageleft {
    width: 54%;
    margin-right: 3%;
	padding-right: 3%;
}
.aboutpageright {
    width: 36%;
}
	.heroleft {
		width: 42%;}
	.heroright {
		width: 58%;}
}
@media only screen and (max-width: 1085px) {
	.catbox {
    width: 20%;
	margin: 4% 3px;
}
	.contactpagesect{
	flex-wrap: wrap;	
	}
	.formsection {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 50px;
}
	.cpsectright{
		width: 100%;
		display: flex;
	}
	.cpinfosect {
    width: 42%;
	}
	.cpmapsect {
    width: 58%;
}
	.cpmap {
    width: 100%;
    height: 320px;
}
}
@media only screen and (max-width: 1023px) {
.mobileheadersearchsect {
    display: inline-block;
    margin: 0% 5%;
    width: 100%;
    text-align: center;
}
	.headerrightsect{
		display: none;
	}
	.header{
		width: 46%;
		border-bottom: none;
		margin: 0% 5%;
	}
	.mobileheader {
    display: flex;
    flex-wrap: wrap;
}
	.headerlogosect {
    width: 70%;
}
	.headerleftsect {
    width: 100%;
}
.headermobileright {
    display: flex;
    flex-wrap: wrap;
    width: 39%;
    justify-content: flex-end;
    margin-right: 5%;
    align-content: center;
}
.mobileiconsect {
    width: 100%;
    padding: 10px 20px 15px 20px;
    text-align: right;
	display: inline-block;
}
	.mobileicon{
    color: #DF2920;
	}
	#mobilesearch {
    width: 98%;
}
	.herosect{
	flex-wrap: wrap-reverse;
	}
	.heroleft{
		width: 100%;
		height: 300px;
	}
	.herotext{
		width: 100%;
	}
	.herosect{
		height: auto;
	}
	.heroright{
		width: 100%;
		height: 500px;
	}
	.footercontact {
    width: 32%;
}
	.footerhours {
    width: 22%;
}
	.footernavigate {
    width: 20%;
}
}

@media only screen and (max-width: 880px) {
	.hpvideosect{
	justify-content: center;
    flex-wrap: wrap;	
	}
	.hpvideoleft {
	width: 100%;
	justify-content: center;
    text-align: center;
	padding: 25px 0px;
	}
	.hpvideotext {
    width: 100%;
	padding: 5% 0%;
	}
	.hpvideoright {
    width: 90%;
}
	.aboutpagesect{
    flex-wrap: wrap;
	padding: 8% 5%;
	}
	.aboutpageleft {
    width: 100%;
    margin-right: 0%;
    padding-right: 3%;
	border-bottom: 2px #454545 solid;
	border-right: none;
	padding-bottom: 40px;
}
	.aboutpageright {
    width: 100%;
    padding-top: 30px;
}
}
@media only screen and (max-width: 850px) {
	.hpaboutsect{
		    flex-wrap: wrap;
	}	
	.hpaboutleft {
    width: 90%;
    margin: 0% 5% 0% 5%;
}
.hpaboutright {
    width: 90%;
    padding: 5%;
}	
.footerhours {
    width: 25%;
}	
}
@media only screen and (max-width: 790px) {
	
	.catboxsect{
		flex-wrap: wrap;
	}
	
	.catbox {
    width: 37%;
    margin: 4% 15px;
	}
	.footer{
		flex-wrap: wrap;
	}
	.footercontact {
    width: 50%;
	padding-bottom: 15px;
	}
	.footerhours {
    width: 50%;
	padding-bottom: 15px;
	}
	.footernavigate {
    width: 50%;
}
	.footerconnect {
    width: 50%;
}
	.thankyoupadding {
    padding: 20vh 5% 27vh 5%;
}
.thankyoutext {
    width: 90%;
}	
}
@media only screen and (max-width: 760px) {
	.header {
	width: 60%;}
	.headermobileright{
		width: 25%;
	}
	.headerlogosect {
    width: 100%;
}
	.headerlogo {
    width: 220px;
}
	.heroleft{
		padding: 6% 5%;
	}
	.cpsectright{
		flex-wrap: wrap;
	}
	.cpinfosect {
    width: 100%;
}
	.cpmapsect {
    width: 100%;
}
	.contactpagesect {
		padding: 6% 5%;}
}
@media only screen and (max-width: 650px) {
.aboutpageleft .blkpara {
    padding: 2% 0% 3% 0%;
    line-height: 30px;
}
.aboutpagebanner {
    width: 84%;
    padding: 4% 8%;	
	
}
	
}
@media only screen and (max-width: 570px) {
.redbtn{
	padding: 10px 35px;
	text-align: center;
	}	
.hpvideoright {
    width: 100%;
}	
.halfformfield {
	width: 95%;}	
}
@media only screen and (max-width: 530px) {
.heroleft {
    width: 100%;
    padding: 2% 5%;
    height: 345px;
}	
	.heroheader{
	margin-bottom: 12px;	
	}	
	.herotext{
		margin-bottom: 15px;
	}
	.catbox {
    width: 47%;
    margin: 4% 5px;
}
		
}
@media only screen and (max-width: 500px) {
	.footercontact {
		width: 100%;}
}
@media only screen and (max-width: 460px) {
	.heroheader{
	font-size: 46px;
    line-height: 39px;	
	}	
	.herotext {
		font-size: 18px;
    line-height: 24px;
	}
.heroright {
    height: 340px;
}
	.heroleft{
	height: 320px;	
	}
	.hpaboutleft {
    width: 94%;
    margin: 0% 3% 0% 3%;
}
	.aboutpagebanner {
    width: 92%;
    padding: 4%;
}
}
@media only screen and (max-width: 420px) {
.hpaboutleft {
    width: 94%;
    margin: 0% 5% 0% 5%;
	padding-right: 24px;
}
	.hpabouttext{
	    font-size: 30px;
    padding-bottom: 20px;	
	}
	.largeredtext {
    font-size: 48px;
}
	.footerhours {
		width: 100%;}
	.footernavigate {
    width: 100%;
}
	.footer {
	padding: 10% 5%;
	}
	.footerconnect{
		width: 100%;
	}
	.thankyoutext {
    width: 100%;
}
	.thankyoupadding {
    padding: 12vh 5% 16vh 5%;
}
}
@media only screen and (max-width: 380px) {
.catimg {
    height: 160px;
}	
.catbox {
    width: 75%;
    margin: 6% 5px;
}	
	.redbtn {
    padding: 15px 25px;
    margin: 10px;
    width: 62%;
    text-align: center;
}
	.catbtnsect {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
	.aboutpagesect {
    padding: 14% 2%;
}
}
@media only screen and (max-width: 360px) {
	.hpaboutleft{
	padding-right: 0px;	
	}
	.hpabouttext {
	font-size: 28px;}
	.largeredtext {
    font-size: 40px;
}
}
@media only screen and (max-width: 300px) {
.headerlogo {
    width: 60vw;
}	
.slantedtexture{
	display: none;
}	
.lgredsubhead{
	line-height: 20px;
}
.blksubhead{
	line-height: 18px;	
}
	
}
@media only screen and (max-width: 270px) {
.heroheader {
    font-size: 20vw;
    line-height: 20vw;
}
	.heroleft {
    height: auto;
	padding: 18% 2%;
    width: 96%;
}
	.blkbtn{
	    padding: 10px 20px;	
	}
.catbox {
    width: 94%;
    margin: 6% 5px;
}
	.blkheader{
	text-align: center;
    padding-bottom: 7px;	
	}
		.redbtn {
    padding: 10px 20px;
    margin: 10px;
    width: 100%;
    text-align: center;
		font-size: 14px;
}
	.whiteheader{
	font-size: 23px;
    line-height: 24px;	
	}
	.hpaboutsect{
	padding: 18% 0%;	
	}
}
@media only screen and (max-width: 190px) {
	.lgwhiteheader{
	font-size: 40px;	
	}
	.whiteheader {
    font-size: 23px;
    line-height: 24px;
}
	.hpabouttext {
    font-size: 22px;
}
	.largeredtext {
    font-size: 34px;
}
}