@charset "utf-8";
/* CSS Document */

body, .container-fluid, .row {width: auto !important; margin: 0 !important; padding: 0 !important;}

.mr {margin-right: .75em;}

/* TYPOGRAPHY */

body {
	font-family: 'Roboto Condensed', sans-serif !important;
}

h1 {
	font-family: 'Squada One', cursive;
}

h2 {
	font-family: 'Squada One', cursive;
}

h3 {
	font-family: 'Squada One', cursive;
}

h4 {
	font-family: 'Squada One', cursive;
}

p{font-family: 'Roboto Condensed', sans-serif !important;}


/* HEADER & NAVIGATION */
header {
    background: #102e52;
    color: #fff;
    text-align: center;
    position: relative;box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.wid90{width:90%;margin: 0 auto;}

.headwrap{display:flex;align-items: center;justify-content: space-between;padding:20px 0;}
.logo a{
    font-family: 'Squada One', sans-serif;
    text-transform: uppercase;
    font-size: 42px;
    text-align: left;
    line-height: 1;
	color: #fff;
    text-decoration: none;
}

.contact-head {
    display: flex;
    gap: 20px;
    font-size: 28px;
    align-items: center;
}
.contact-head a {
    display: flex;
    text-decoration: none;
	color: #fff;
	transition:.3s all;
}

.contact-head a:hover {opacity: .5;}

.logo span{display:block;}
.hero {
    background-image: url(/../siteart/truck-lineup.jpg);
	background-color:#000;
   	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    min-height: 300px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-txt {
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
}

.hero-txt h1 {
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 55px;
    line-height: 1;
}

.hero-txt h1 span {
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

#pad-l {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

/* NAVIGATION */
/***** Start of primary nav ******/
#menu-button {
  display: none;
}
nav.mobile {
  display: none;
}
nav.primary {
  padding: 0;
  display: inline-block;
  margin: 0;
  width: 100%;
  position: relative;
}
nav.primary ul {
  margin: 0;
  padding: 0;
}
nav.primary ul li {
  display: inline-block;
  margin: 0;
  list-style-type: none;
  width: auto;
}
nav.primary ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
    padding: 10px 20px;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    -webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    font-family: 'Squada One', cursive;
    letter-spacing: 2px;
    font-weight: 500;
}
nav.primary ul li a:hover {

}

/******** End of primary Nav ***************/
@media screen and (min-width: 1150px) {
  .menu-toggle.exit-click {
    display: none !important;
  }
}
@media screen and (max-width: 1149px) {
.mobile:not(.open) + .menu-toggle.exit-click {
    display: none;
  }
  .mobile.open + .menu-toggle.exit-click {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 499;
    pointer-events: none;
    background: rgba(36, 32, 33, 0.5);
    opacity: 0;
    transition: ease opacity 0.3s;
    -moz-backdrop-filter: blur(3px);
    -o-backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }
  .mobile.open + .menu-toggle.exit-click {
    pointer-events: auto;
    opacity: 1;
  }

  /*==============================
	Mobile Nav Styles			
================================*/
  nav.primary {
    display: none;
  }
	
	.nav-logo img {
    max-width: 100%;
    width: 100%;
}
  #menu-button {
    display: inline-block;
    font-size: 24px;
    position: relative;
    line-height: 60px;
    z-index: 400;
    text-align: right;
  }
  #menu-button a {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
  }
  nav.mobile {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    background: #102e52;
    z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
    overflow: auto;
  }
  /* MENU HEADER SOCIAL MEDIA */
  nav.mobile .social-media {
    position: relative;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    word-spacing: 13px;
    padding: 0 0 0 15px;
    color: #ccc !important;
  }
  nav.mobile .social-media a:link, nav.mobile .social-media a:visited {
    color: #ccc;
    text-decoration: none;
  }
  nav.mobile .social-media a:hover, nav.mobile .social-media a:active {
    color: #fff;
    text-decoration: underline;
  }
  /* MENU HEADER STYLES */
  nav.mobile .mobile_top {
    position: relative;
    display: block;
    padding: 0;
    margin: 50px 0 10px 0;
    color: #999;
    font-size: 18px;
    font-weight: 400;
  }
  /* MENU CLOSE 'X' BUTTON */
  nav.mobile .menu-toggle:not(.exit-click) {
    position: absolute;
    padding: 3px 8px 3px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    background: #fff;
    color: #102e52;
    text-decoration: none;
    top: -38px;
    right: 13px;
  }
  nav.mobile .menu-toggle:not(.exit-click):hover { /* Menu close button on hoveer */
    color: #fff;
  }
  /* MENU LIST STYLE */
  nav.mobile ul {
    list-style: none;
    font-weight: 300;
    margin: 0;
    padding: 0;
  }
  nav.mobile ul li {
    border-top: 1px solid rgba(255,255,255,.25);
    position: relative;
  }
	
	.menutitle {
    position: relative;
    padding: 12px 10px;
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 4px solid #222;
}
  /* FIRST LEVEL */
  nav.mobile ul li a {text-align: left;
        position: relative;
    display: block;
    padding: 10px 20px;
	  line-height: 2;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Squada One', cursive;
  }
  nav.mobile ul li a:hover {
       background: #fff;
    color: #000;
  }
 
  .nav-footer {
    color: #fff;
    position: relative;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    padding: 15px 0;
	
    border-top: 1px solid rgba(255,255,255,.25);
  }
}
/* FOOTER */

footer {
    background: #102e52;
    color: #fff;
    font-size: 12px;
	padding: 40px 0;
    text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
}

footer a {
    color: #fff;
}

.footwrap{max-width: 900px;width:90%;margin: 0 auto;}




/* MEDIA QUERIES */



/*Extra EXTRA large devices (Extra large desktops)*/
@media (max-width: 700px) {   
	.logo a{font-size: 36px;}
	.hero-txt h1 span {font-size: 22px;}
	.hero-txt h1{font-size: 48px;}
    
}
@media (max-width: 500px) {  
.hero-txt h1 span {font-size: 18px;}
	.hero-txt h1{font-size: 32px;}
	.hero {min-height: 200px !important;}
}
/*Extra EXTRA large devices (Extra large desktops)*/
@media (max-width: 430px) {   
	.headwrap{flex-wrap: wrap;text-align: center;gap: 15px;}
	.logo,.contact-head{flex-basis: 100%;}
	.contact-head{order: -1;justify-content: center;}
	.logo span {
    display: inline-block;
}
	
	
	
}