﻿/*===================== 
	Color information
	#b92025 red 
    #870005 dark red
    #c1c1c1 grey
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
	@Font-Face 
=====================
font-family: 'Orbitron', sans-serif;
font-family: 'Marck Script', cursive;
font-family: 'Montserrat', sans-serif;
/*===================== 
	Main content styles 
=======================*/

a.icon-h:hover {opacity:.5;}


.p-right {text-align:right; padding-right:10px;}
.p-left {padding-left:10px;}
.no-gut {padding-right:0px !important; padding-left:0px !important;}
.red-cta-bg {background-color:#b92025; padding-top:50px; padding-bottom:50px;}
.hero-bg {background-image: url("../siteart/Hero_image.jpg"); background-size: cover; background-repeat: no-repeat;}
.h-red-b {border-left:solid 10px #b92025; padding-left:25px;}
h1.display-1 {color:#fff; font-weight: 700;}
.hero-cta {height:33.33%; text-align: center; background-color:rgba(175,67,69,0.7); color:#fff;}
.h-max {height:100%;}
.hero-bg,.cta-hite {height:740px;}

.icon-h > i {font-size: 4.5vw; position: relative; left:40%; margin-bottom: 5px; color:#870005; }
a.icon-h > p,h3 {text-align: center; color:#fff !important;}
a.icon-h {marign-bottom:50px !important;}
.hero-cta > a > i.fas.fa-truck {font-size: 3em;}
.hero-cta > a > i.fas.fa-trailer {font-size: 3em;}
.hero-cta > a {color:#fff !important;}
.hero-cta > a:hover {color:#870005 !important;}
.hero-text {position:relative; top:10%; left:10%; max-width:90%;}
.cta-hero-cont {background-color:#c2c2c2; border:solid 1px #fff; padding:15px; max-width:900px; display: flex; margin-top:25px;}
.cta-home {width:20%; text-align: center; align-items: center;}
img.img-fluid.logo-cta {vertical-align:-webkit-baseline-middle; max-height: 36px;}
.col-lg-12.col-md-4.col-sm-4.hero-cta {padding-top:16.5%; border:solid 1px #ccc; transition:.5s;}
.col-lg-12.col-md-4.col-sm-4.hero-cta:hover {opacity:.75;background-color:rgba(234, 6, 10, 1);}

.inv-button {width:100%; border-radius: 0px; border:solid 1px #fff;}
.inv-bg {background-image:url("../siteart/inv-background.jpg"); background-size: cover; background-position: center;}
.nav-logo {text-align:center; padding:10px; max-height: 100px; margin:0 auto; position:absolute; left:0; right:0; top:0; bottom:0;}
.space {height:75px; width:100%;}
.space2 {height:50px; width:100%;}
/*===================== 
	base styles 
=======================*/
.jello-horizontal{-webkit-animation:jello-horizontal 1.5s .8s 1 both;animation:jello-horizontal 1.5s .8s 1 both}
@-webkit-keyframes jello-horizontal{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes jello-horizontal{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}


.fw {width:100%;}
html {
    font-family: 'Montserrat', sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    margin: 0;
    font-size: 22px;
    font-weight: 500;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
/* clear floats */ 
.group:before,
.group:after {content: ""; display: table;} 
.group:after {clear: both;}
.group {zoom: 1;}	
.clear { clear: both;}
	
/*image replacement*/

.mack-par-img {padding-top:10%; padding-bottom:10%;max-height:500px; margin-left:-15px;}
.home-p {padding-top:10%;}
.type-cont {position:relative; top:10%;}

.hide-text {
	text-indent:  100%;
	white-space:  nowrap;
	overflow:  hidden;
	}	

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	border-style: solid;
    height: 0;
	} 

img { border: 0;} 
	
/*===================== 
	typography 
=======================*/
.foot-bg {background-color:#595959; padding-bottom: 75px; padding-top:75px; border:solid 1px #ccc}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {font-size: 2em;}

p.disc {font-size:14px; width:80%; margin:0 auto; text-align: center; color:#fff;}

p {
	margin: 0;
	}

h1.bold {
    font-family: 'Orbitron', sans-serif;
    font-weight: 900; 
}

h1.script {
    font-family: 'Marck Script', cursive;
    font-size:3.5em;
    color:#c1c1c1;
}


h1 {
    font-family: 'Orbitron', sans-serif;
    font-weight: 700; 
}		

h2 {
}

	
h3 {
}


h4 {
}


h5 {
}


h6 {
}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/
	}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: #ff2b32 ; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
        color:#b92025;
		}  

/*===================== 
	header styles 
=======================*/


header {
	margin: 0 auto;
	width: 100%;
	}

/*===================== 
	nav styles 
=======================*/
a.sub-nav {
    font-size: 16px;
    color: #fff;
	background: #b92025;
	display: block;
	transition: ease-in-out 250ms;
}
a.sub-nav:hover {background:black;}
a.nav-item.nav-link {color:#b92025 !important; font-weight: 600;font-family: 'Orbitron', sans-serif !important; text-transform: uppercase;}
a.nav-item.nav-link:hover {color:#ff2b32 !important; font-weight: 600;}

.top-nav {background-color:#000000; padding:10px 0px; color:#fff; font-size: 14px; overflow: hidden;}


nav.primary {
	padding:0;
	display:block;
	margin:0 auto;
	position:relative;
	text-align: right;
	}

nav ul {
	padding:0;
	margin:0;
}

nav ul li {

}

nav > ul > li {
	display:inline-block;
	list-style-type:none; 
	text-align: ;
	padding: ;
}

nav ul li a {
	font-family: ;
	font-size: ;
	font-weight: ;
	color:;
}	
			
nav ul li a:hover {
	color: ;
}


/* Appearance of the sub-level links */

nav.primary ul li li a { 
	line-height: ;
	color: ;
	text-align:;
	font-size: ;
	font-weight:;
	}
	
nav.primary ul li li a:hover { 
	color: ;
	text-align: ;
	font-size:  ;
	font-weight: ;
	}
	
nav.primary ul li li:hover { 
	}
	
	
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too much */
nav.primary ul ul {
	display: none;
    position: absolute; 
	max-width: 235px;
	background: ;
	/*margin-top: 21px;*/
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 2000 !important;
}
nav.primary ul ul li {
    float: none; 
    position: relative;
	display:block;
    margin:0;
	width:100%;
	padding-left: ;
	padding-right: ;
}

.dropdown_arrow {
	display: inline-block !important;
}

.dropdown_style {
	font-size: ;
	font-weight: ;
}

@media screen and (min-width: 1211px) and (max-width: 1310px) {
	a.nav-item.nav-link { font-size: 20px!important; }
}

@media screen and (min-width: 1111px) and (max-width: 1210px) {
	a.nav-item.nav-link { font-size: 18px!important; }
}

@media screen and (min-width: 992px) and (max-width: 1110px) {
	a.nav-item.nav-link { font-size: 15px!important; }
}


/******** End of primary Nav ***************/


/*===================== 
	mobile nav
=======================*/

#menu-button{ /* initially will need to be hidden */
	display: block;
	font-size: 32px;
	width:100%;
	position: relative;
	z-index: 400;/* needs to be lower than nav.mobile, adjust as needed */
	padding: ;
	background: rgba(117,56,8,0.6);
	border-bottom: ;
	text-align: right;
	min-height: 0 !important;
	}
	#menu-button a{
		 color:#000;
		 text-decoration: none;
		 text-align: right !important;
	  }

nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #000;
	z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
	overflow:auto;
}
nav.mobile h3 { /* Menu header styles */
	position: relative;
	padding: 12px 10px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 400;
	border-bottom: 4px solid #222;
}
nav.mobile .menu-toggle { /* Menu close button */
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-family: Arial, sans-serif;
	font-weight: 700;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
}
.menu-toggle {
	text-align: right;
	font-size: 28px;
	color: #000;
}

.menu-toggle a:hover {
	color: #000 !important;
}

.close_mobile {
	font-size: 26px !important;
	font-weight: 900;
	text-align: right;
}

nav.mobile .menu-toggle:hover { /* Menu close button on hover */
	color: #fff;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	margin:0;
	padding:0;
}
nav.mobile ul li {
	padding: 8px 0 6px 0 !important;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding-left: 14px;
	color: #999;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 1px;
}
nav.mobile ul li a:hover {
	background:;
	color: #2b2b2b;
}


nav.mobile ul li li a { /* appearance of the sub-level links */
	position: relative;
	display: block;
	padding: 0px 10px 0px 15px;
	color: #000;
	text-decoration: none;
	text-transform: none !important;
}
nav.mobile ul li li li a { /* appearance of third level sub-level links if needed */
	background: #666;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #000;
	text-decoration: none;
}
nav.mobile ul li span.click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
	background:url(../siteart/menu-dropdown-arrow.png) 10px 12px no-repeat;
	background-size:55%;
	position:relative;
	display:block;
	float:right;
	margin:-44px 0 0 0;
	cursor:pointer;
	z-index: 12399994;
	width:44px;
	height:44px;
	-webkit-transition:background-size .3s ease-in-out;
	-moz-transition:background-size .3s ease-in-out;
	transition:background-size .3s ease-in-out;
}
nav.mobile ul li span.click:hover{
	background-size:60%;
}


/*===================== 
	content styles 
=======================*/


	
/*===================== 
	slideshow styles 
=======================*/



/*===================== 
	banner styles 
=======================*/



/*===================== 
	layout styles 
=======================*/




/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color: #222;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:13px;
		color: #fff;
		}

.footertext {
	font-size:13px; 
	color:#666;
	}

.smallfootertext {
	font-size:10px; 
	color:#666;
	}

.divfooter {
	max-width:1200px; 
	text-align:center; 
	margin:0 auto;
	}



/*========================= 
	 Responsive styles 
===========================*/

/*==========  Non-Mobile First Method  ==========*/


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1300px) {
    h1.script {font-size:2.5em !important;}
    .type-cont > h1 {font-size:1.5em;}
    a.gcm-link {font-size:18px;}
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .icon-h > i {left:38%}

}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .nav-logo {top:10%;}
    .card.card-default {
    height: 600px;
    }
    .home-p {padding:25px;}
    body {font-size:18px;}
    .hide-col {display:none;}
    .icon-h > i {left:45%; margin-top:25px;}
    .hero-bg, .cta-hite {height:auto; width:auto;}
    .h-max {height:auto;}
    .hero-cta {height:auto;}
    .col-lg-12.col-md-4.col-sm-4.hero-cta {padding:25px;}
    .hero-text {top:auto; padding:25px 0px; left:5%;}
    h1.display-1.h-red-b.bold {
    font-size: 4rem;
}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .nav-logo {top:12.5%;}
    .card.card-default {
    height: 530px;
    margin-bottom: 25px;
}
    .hero-cta > a > h1 {font-size:1.25em;}
    h1.h-red-b.bold {width:auto !important;}


}

@media only screen and (max-width : 575px) {
    .nav-logo {position: relative; top:0;}
    .icon-h > i {left:42%; margin-top:25px; font-size:12.5vw;}
    .row.h-max {display:none !important;}
    .type-cont {top:0; margin-bottom:35px;}
    .h3, h3 {font-size:1em;}
    .cta-hero-cont {display:none;}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
 
 
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {


}

