﻿/*===================== 
	Color information
	
	red - #ed1e24
	-
	-
	-
		 
=======================*/
/*===================== 
	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 
=======================*/

/*===================== 
	Inventory styles 
=======================*/




/*===================== 
	base styles 
=======================*/

html {
    font-family: 'Oswald', sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    overflow-x: hidden;
}

header,
nav li a,
footer {
    font-family: 'Oswald', sans-serif !important;
    /* 1 */

}

body {
    margin: 0;
    overflow-x: hidden;
}

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*/
.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 
=======================*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 2em;
}

p {
    margin: 0;
}

b,
strong {
    font-weight: bold;
}

.bold {
    font-weight: 600
}

.red {
    color: #ed1e24;
}

.uppercase {
    text-transform: uppercase;
}

.text-align-cnt {
    text-align: center;
}

/*===================== 
	link styles 
=======================*/

a:focus {
    outline: thin dotted;
    /*reset*/
}

a,
a:link,
a:visited,
a:active {
    outline: 0;
    /*reset*/
    color: #000;
    text-decoration: none;
}

a:hover {
    outline: 0;
    /*reset*/
    text-decoration: none;
    color: #ed1e24;
}

a.ghost {
    box-sizing: border-box;
    border: 2px solid #fff;
    padding: .5rem 1.5rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    transition: ease all .5s;
    display: inline-block;
}

a.ghost:hover {
    background: #fff;
    color: #494949;
}

#whitelink {
    color: #fff;
}

#whitelink:hover {
    color: #ed1e24;
}

a.ghost2 {
    box-sizing: border-box;
    border: 2px solid #ed1e24;
    padding: .5rem 1.5rem;
    color: #ed1e24;
    text-transform: uppercase;
    font-weight: 600;
    transition: ease all .5s;
    display: inline-block;
    background-color: #ccc;
    margin-bottom: 5px;
}

a.ghost:hover2 {
    background: #fff;
    color: #494949;
}

/*===================== 
	header styles 
=======================*/

.header-wrap {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

header {
    margin: 0 auto;
    max-width: 1250px;
    width: 100%;
    padding: .7rem 0;
    box-sizing: border-box;
}

header p,
header span,
header .fa {
    font-size: 1.2rem;
    line-height: 23px;
}

a.tel {
    color: #000;
}

.tel:hover {
    color: #CCC;
}

header i {
    color: #000;
}

header i:hover {
    color: #ed1e24;
}


/*===================== 
	nav styles 
=======================*/

nav.primary {}

nav ul {}

nav ul li {}

nav ul li a {}

nav ul li a:hover {}

/*===================== 
	content styles 
=======================*/

.wrap {
    width: 95%;
    margin: 0 auto;
    max-width: 1100px;
}

.dark-bg {
    background: url('../siteart/welcome-bg.jpg') repeat;
    background-color: #434343;
}

.light-bg {
    background: url('../siteart/consign-bg.jpg') repeat;
    background-color: #e5e5e5;
}

.red-bg {
    background: url('../siteart/hollywood-bg.jpg') repeat;
    background-color: #df1c22;
}


/* =====================
    FEATURED SECTION
===================== */
.content-1>div {
    box-sizing: border-box;
    padding: 4rem 3rem 3rem;
}

.content-1 a {
    margin-top: 2rem;
}

.consign {
    color: #494949;
    background: url('../siteart/consign-bg.jpg') repeat;
}

.consign .rule {
    color: #494949;
}

.consign a.ghost {
    color: #494949;
    border-color: #494949;
}

.consign a.ghost:hover {
    background: #494949;
    color: #fff;
}

.hollywood {
    background: url('../siteart/hollywood-bg.jpg') repeat;
    color: #fff;
}

.hollywood .rule {
    color: #fff;
}

.consign h2,
.hollywood h2 {
    line-height: 1.7rem;
    border-bottom: 3px solid;
    padding-bottom: .7rem;
    max-width: 400px;
    margin: 0 auto;
}

.consign p,
.hollywood p {
    font-family: 'Roboto Slab', sans-serif;
    max-width: 524px;
    margin: 0 auto;
}

.col-1-2 hollywood text-align-cnt .ytp-large-play-button ytp-button {
    position: absolute;
    left: 50%;
    top: 38% !important;
    width: 68px;
    height: 48px;
    margin-left: -34px;
    margin-top: -24px;
    -moz-transition: opacity .25s cubic-bezier(0.0, 0.0, 0.2, 1);
    -webkit-transition: opacity .25s cubic-bezier(0.0, 0.0, 0.2, 1);
    transition: opacity .25s cubic-bezier(0.0, 0.0, 0.2, 1);
    z-index: 63;
}

/* =====================
    BOXES SECTION
===================== */
.hmpg-inventory {
    background: url('../siteart/manufacturer.jpg') no-repeat;
    background-size: cover;
    background-color: #000;
}

.hmpg-financing {
    background: url('../siteart/category.jpg') no-repeat;
    background-size: cover;
    background-color: #000;
}

.hmpg-bodies {
    background: url('../siteart/bodies-bg.jpg') no-repeat;
    background-size: cover;
    background-color: #000;
}

.hmpg-consign {
    background: url('../siteart/consign-button.jpg') center center no-repeat;
    background-size: cover;
    background-color: #000;
}

.boxes h3 {
    color: #fff;
    text-shadow: 2px 2px #000;
    font-size: 3.5rem;
}

.boxes h3 span {
    font-size: 2rem;
    display: block;
    margin-bottom: -10px;
}

.boxes h3 div {
    background: #fff;
    width: 90%;
    height: 5px;
    margin: 0 auto;
    box-shadow: 2px 2px #000;
}

.boxes header span {
    color: #fff;
    font-size: 1.5rem;
    text-shadow: 2px 2px #000;
}

.boxes a header h3,
.boxes a header h3 span,
.boxes a span {
    transition: ease all .5s;
    color: #fff;
}

.boxes a:hover header h3,
.boxes a:hover header h3 span,
.boxes a:hover span {
    color: #ed1e24;
}

/* =====================
    WELCOME SECTION
===================== */
.welcome div {
    color: #fff;
    box-sizing: border-box;
    padding: 3rem;
}

.welcome-img {
    background-image: url('../siteart/about-img.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.welcome h1 {
    font-size: 3rem;
}

.welcome h1 span {
    font-weight: 100;
    display: block;
    margin-bottom: -1rem;
}

.welcome p {
    font-family: 'Roboto Slab', sans-serif;
}

.welcome a {
    margin-top: 2rem;
}

.bottom-image {
    background: url('../siteart/aerialdebary.png') no-repeat;
    background-size: cover;
    background-position: center center;
    height: 503px;
    width: 100%;
}

/* =====================
    EXPORT PAGE
===================== */
.export {
    color: #fff;
    text-align: center;
}

.export>div {
    position: relative;
    padding: 1rem 0;
}

.export div {
    margin: 0 auto;
}

.export img {
    opacity: 0.7;
    max-width: 210px;
    margin: 10px;
}

.export h1 {
    font-size: 3rem;
}

.export p {
    font-family: 'Roboto Slab', sans-serif;
    text-shadow: 1px 1px #000;
}

/* =====================
    FABRICATION PAGE
===================== */
.title {
    background: url('../siteart/fabrication-title.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 5rem 0;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px #000;
}

.title h1 {
    font-size: 3rem;
}

.title h1 span {
    display: block;
    margin-top: -15px;
}

.fabrication div.col-2-3 {
    margin: 0 auto;
    text-align: center;
    padding: 2.5rem 0 1rem;
}

.fabrication h3 {
    font-size: 1.5rem;
}

.fabrication h3 span {
    display: block;
    font-weight: 400;
    margin-top: -10px;
    color: #494949;
}

.fabrication ul {
    margin: 0;
    padding: 0;
}

.fabrication ul li {
    list-style: none;
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    color: #494949;
}

.fabrication div.col-3-4 {
    margin: 0 auto;
    background: #848484;
    padding: 1.5rem 0;
}

.fabrication div.col-3-4 img {
    margin: 0 auto 1.2rem auto;
}

div.col-3-4 img.last-row {
    margin-bottom: 0;
}

.fabrication div.wrap {
    padding-bottom: 2rem;
}

.fabrication div.wrap p {
    text-align: center;
    margin-top: 2rem;
}

.fabrication div.wrap p a {
    border-color: #ed1e24;
    color: #ed1e24;
}

/* =====================
       PARTS PAGE
===================== */
.parts {
    color: #494949;
    text-align: center;
}

.parts header {
    padding: 2rem 0;
}

.parts h1 {
    font-size: 3rem;
}

.parts h2 {
    color: #ed1e24;
}

.parts img {
    padding-bottom: 2rem;
    width: 100%;
}

/* =====================
       ABOUT PAGE
===================== */
.about,
.staff,
.map-hours {
    box-sizing: border-box;
    padding: 2rem 5rem;
}

.staff,
.map-hours {
    color: #fff;
}

.staff {
    padding-bottom: 0;
}

.map-hours {
    padding-top: 0;
}

.about h1,
.staff h1,
.map-hours h1 {
    font-size: 3rem;
}

.about h2,
.staff h2,
.map-hours h2 {
    line-height: 1.6rem;
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 2rem;
}

.about h1,
.about p {
    color: #494949;
}

.about h2 {
    color: #ed1e24;
}

.map-hours h3 {
    font-weight: 600;
    font-size: 1.1rem;
}

.about p,
.staff p,
.map-hours p {
    font-family: 'Roboto Slab', sans-serif;
    margin-bottom: 1rem;
}

.hours p {
    margin-bottom: .5rem;
}

/* =====================
    TESTIMONIALS PAGE
===================== */
.testimonials h1 {
    font-size: 3rem;
    color: #fff;
    text-align: center;
    padding: 2rem 0;
}

.testimonials iframe {
    margin: 1rem 1rem 2rem;
    padding: 0;
}

/* =====================
      CONTACT PAGE
===================== */
.contact {
    color: #494949;
    box-sizing: border-box;
}

.contact h1 {
    font-size: 3rem;
    padding: 2rem 0;
}

.contact h2 {
    line-height: 1.6rem;
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 2rem;
}

.contact-form,
.contact-info {
    margin: 2rem auto;
    padding: 0 3rem 1.5rem;
}

.contact-form {
    background: #fff;
}

.contact-info {
    background: #494949;
    color: #fff;
}

.contact-info>div {
    margin-bottom: 2rem;
}

.contact-info h2,
.contact-info img {
    padding-bottom: .5rem;
}

.contact-info h2 {
    margin-bottom: 0;
    display: block;
}

.contact-info h4 {
    font-weight: 400;
}

.contact-info p {
    font-family: 'Roboto Slab', sans-serif;
}

.contact-info a {
    text-decoration: underline;
}

.contact-info img {
    max-width: 30px;
    margin-right: .7rem;
}

.info-rule {
    border-bottom: 2px solid #fff;
}

/*===================== 
		  form styles 
	=======================*/
#formpage {
    max-width: 600px;
    width: 100%;
}

td {
    margin: 0 auto;
    display: block;
}

table {
    width: 100%;
}

input:not(.container.cf input) {

    font-family: 'Oswald', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    background: none;
    border: none;
    border-bottom: 2px solid #494949;
    margin-bottom: 1rem;
    box-sizing: border-box;
}

input:active,
input:focus {
    border-bottom: 2px solid #ed1e24;
}

textarea {
    box-sizing: border-box;
    font-family: 'Oswald', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    padding: .5rem .7rem;
}

input.button {
    width: 50%;
    border: 2px solid #ed1e24;
    color: #ed1e24;
    box-sizing: border-box;
    padding: 1rem 0;
    transition: ease all .5s;
    cursor: pointer;
}

input.button:hover {
    background: #ed1e24;
    color: #fff;
}

/* =====================
    THANK YOU PAGE
===================== */
.thankyou {
    color: #494949;
    text-align: center;
}

.thankyou header {
    padding: 2rem 0;
}

.thankyou h1 {
    font-size: 3rem;
    color: #ed1e24;
}

.thankyou h2 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 2rem;
}

/*===================== 
    FINANCING PAGE 
=======================*/

.finance {
    width: 90%;
}

.finance-form input,
.finance-form select {
    color: #000;
    width: 100%;
    margin: 6px 0;
    padding: 0 8px;
    font-size: 15px;
    height: 40px;
    background-color: transparent;
    border: 1px solid #333;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.CaptchaAnswerPanel {
    width: 25%;
    text-align: center;
    margin: 0 auto;

}

#sbtn {
    width: 50%;
    text-align: center;
    margin: 0px 0 2% 25%;
}

/* =====================
      CONSIGN PAGE
===================== */
.consign-pg {
    color: #494949;
    padding: 2rem 0;
    text-align: center;
}

.consign-pg .wrap {
    box-sizing: border-box;
}

.full-width {
    width: 100%;
    box-sizing: border-box;
}

.consign-pg h1 {
    font-size: 3rem;
    margin-bottom: 2rem;
}

.consign-pg h2 {
    margin: 1rem 0;
}

.consign-pg p {
    font-family: 'Roboto Slab', sans-serif;
    text-align: left;
}

.consign-pg a {
    color: #ed1e24;
    transition: ease all .3s;
}

.consign-pg a:hover {
    color: #aaa;
}

.consign-pg iframe {
    text-align: center;
    width: 100%;
    max-width: 560px;
}

/* =====================
    CATEGORIES PAGE
===================== */
.categories {
    text-align: center;
}

.categories h1 {
    font-size: 3rem;
}

.categories h2 {
    color: #ed1e24;
}

.categories a {
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-size: 1rem;
    line-height: 1.2rem;
}

.categories a:hover {
    color: #ed1e24;
}

.categories a.ghost {
    margin-bottom: 2rem;
    font-size: 1.7rem;
    padding: 2rem 3.5rem;
    color: #ed1e24;
}

.inv-cat {
    margin-bottom: 2rem;
}

.outer {
    margin: .5rem;
    overflow: hidden;
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 350px;
    height: 300px;
}

.inner {
    width: 100%;
    height: 100%;
    -webkit-transition: ease all .5s;
    -moz-transition: ease all .5s;
    transition: ease all .5s;
}

.inner::before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(237, 27, 36, .75);
}

.outer:hover .inner:before,
.outer:focus .inner:before,
a.inv-link:hover .inner:before,
a.inv-link:focus .inner:before {
    display: block;
}

.outer:hover .inner,
.outer:focus .inner,
a.inv-link:hover .inner,
a.inv-link:focus .inner {
    transform: scale(1.2);
}

.inner span {
    color: white;
    /* Good thing we set a fallback color! */
    text-align: center;
    position: relative;
    z-index: 500;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.3rem;
}

.outer span {
    display: block;
    text-shadow: 2px 2px #000;
    font-size: 1.5rem;
}

.outer a {
    text-decoration: none;
}

[class*="category-"] {
    background-repeat: no-repeat;
    background-size: 150px;
    background-position: center center;
    background-color: #fff;
}

.category-01 {
    background-image: url('../siteart/inv-cat/cargo-van.jpg');
}

.category-02 {
    background-image: url('../siteart/inv-cat/box-truck.jpg');
}

.category-03 {
    background-image: url('../siteart/inv-cat/step-van.jpg');
}

.category-05 {
    background-image: url('../siteart/inv-cat/cab-chasis.jpg');
}

.category-06 {
    background-image: url('../siteart/inv-cat/bus.jpg');
}

.category-07 {
    background-image: url('../siteart/inv-cat/truck-bodies.jpg');
}

.category-08 {
    background-image: url('../siteart/inv-cat/refrig-truck.jpg');
}

.category-09 {
    background-image: url('../siteart/inv-cat/flatbed-truck.jpg');
}

.category-10 {
    background-image: url('../siteart/inv-cat/landscape.jpg');
}

.category-11 {
    background-image: url('../siteart/inv-cat/dump-truck.jpg');
}

.category-12 {
    background-image: url('../siteart/inv-cat/day-cab.jpg');
}

.category-13 {
    background-image: url('../siteart/inv-cat/sleeper.jpg');
}

.category-14 {
    background-image: url('../siteart/inv-cat/yard-dog.jpg');
}

.category-15 {
    background-image: url('../siteart/inv-cat/pickup.jpg');
}

.category-16 {
    background-image: url('../siteart/inv-cat/refrig-trailer.jpg');
}

.category-17 {
    background-image: url('../siteart/inv-cat/flatbed-lowboy.jpg');
}

.category-18 {
    background-image: url('../siteart/inv-cat/misc.jpg');
}

.category-19 {
    background-image: url('../siteart/inv-cat/bucket-truck.jpg');
}

.category-20 {
    background-image: url('../siteart/inv-cat/cars.jpg');
}

.category-21 {
    background-image: url('../siteart/inv-cat/tow-truck.jpg');
}

.category-22 {
    background-image: url('../siteart/inv-cat/dry-van-trailer.jpg');
}

/*===================== 
	slideshow styles 
=======================*/
.slideshow {
    background-color: #434343;
}
.cycle-slideshow img {
    width: 100%;
}


/*========================== 
   scrolling logos styles 
==========================*/
.logos {
    padding: .5rem 0;
}

/*===================== 
	layout styles 
=======================*/

.left {
    float: left;
}

.right {
    float: right;
}

.container {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

.col-1-6 {
    width: 16%;
}

.col-1-5 {
    width: 20%;
}

.col-1-4 {
    width: 25%;
    flex: 1;
}

.col-1-3 {
    width: 33.33%;
}

.col-1-2 {
    width: 50%;
}

.col-2-3 {
    width: 65%;
}

.col-3-4 {
    width: 75%;
}

.col-1-1 {
    width: 100%;
}

.flex {
    display: flex;
}

.flex-spc-btwn {
    justify-content: space-between;
}

.flex-direct-col {
    flex-direction: column;
}

.flex-jus-cnt {
    justify-content: center;
}

.flex-align-cnt {
    align-items: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-spc-even {
    justify-content: space-evenly;
}

.disp-inline-blk {
    display: inline-block;
    text-align: center;
}

.disp-inline {
    display: inline;
}

/*===================== 
	footer styles 
=======================*/

footer {
    margin: 0 auto;
    width: 100%;
    background: #ed1e24;
}

footer nav {}

footer nav ul {
    margin: 0 auto;
    max-width: 1100px;
    width: 100%;
    text-align: center;
    padding: 30px 0;
}

footer nav ul li {
    list-style: none;
    display: inline-block;
    width: 250px;
    text-align: center;
    padding: .5rem 0;
}

footer nav ul li a {
    color: #fff !important;
    padding: .5rem 1rem;
}

footer nav ul li a:hover {
    background: #fff;
    color: #ed1e24 !important;
}

footer nav ul li ul {
    display: none;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: none;
    font-size: 13px;
    color: #fff;
}

a.footerlink:hover {
    text-decoration: none;
    font-size: 13px;
    color: #fff;
}

.footertext {
    font-size: 13px;
    color: #fff;
}

.smallfootertext {
    font-size: 10px;
    color: #fff;
}

.divfooter {
    width: 100%;
    max-width: 900px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    padding: 1.5rem 0 1rem;
}

/*========================================================================================================================  
 ------------------------------------------------- MEDIA QUERIES ---------------------------------------------------------
========================================================================================================================*/
@media screen and (max-width: 1520px) {

    /*==== HOME PAGE ====*/
    .boxes h3,
    .welcome h1 {
        font-size: 2.8rem;
    }

    footer nav ul li {
        width: 150px;
        font-size: .9rem;
    }

}

@media screen and (max-width: 1100px) {

    /*==== HOME PAGE ====*/
    .boxes .col-1-4 {
        width: 50%;
    }

    .welcome h1 {
        font-size: 2rem;
    }

    .welcome div {
        padding: 1.5rem 2.5rem;
    }

    footer nav ul li {
        font-size: .8rem;
    }

    header {
        padding: .75rem;
    }

    /*==== ABOUT PAGE ====*/
    .about,
    .staff,
    .map-hours {
        padding: 1.5rem 2rem
    }

    .map-hours .col-1-4,
    .map-hours .col-3-4 {
        width: 100%;
    }

    .map-hours div {
        flex-direction: column;
    }

    /*==== CONSIGN PAGE ====*/
    .consign-pg .wrap {
        padding: 0 2rem;
    }

}

@media screen and (max-width: 940px) {

    /*==== HOME PAGE ====*/
    footer nav ul {
        padding: 1rem 0;

    }

    footer nav ul li {
        display: block;
        width: 150px;
        font-size: 1rem;
        margin: 0 auto;
    }

    /*==== EXPORT PAGE ====*/
    .export img {
        left: 36%;
    }

}

@media screen and (max-width: 760px) {


    /*==== HOME PAGE ====*/
    header.flex.flex-spc-btwn.flex-align-cnt {
        flex-direction: column;
    }

    header.flex.flex-spc-btwn.flex-align-cnt a,
    header.flex.flex-spc-btwn.flex-align-cnt div {
        text-align: center;
        margin-bottom: 0;
    }

    header.flex.flex-spc-btwn.flex-align-cnt a img {
        width: 90%;
    }

    header.flex.flex-spc-btwn.flex-align-cnt div p,
    header.flex.flex-spc-btwn.flex-align-cnt div p span {
        font-size: 1rem;
    }

    .slideshow,
    .scrolling-inv {
        display: none;
    }

    .home-inv-search {
        width: 50%;
        margin: 0 auto;
    }

    .home-inv-search h3 {
        text-align: center;
    }

    .home-inv-search .column4 {
        float: none;
        width: 50%;
        margin: 0 auto;
        padding: 0;
    }

    .content-1 .col-1-2,
    .welcome .col-1-2 {
        width: 100%;
    }

    .welcome-img {
        max-height: 250px;
        width: 100%
    }

    .bottom-image {
        max-height: 250px;
        width: 100%;
    }

    .searchwrap {
        margin-top: 15px;
        margin-bottom: 0;
    }

    .stocksearch {
        margin: 0;
    }

    .stocksearch input {
        width: 100%;
    }

    .stocksearch input[type='submit'] {
        width: 25% !important;
    }

    /*==== EXPORT PAGE ====*/
    .export>div {
        padding: 3.5rem 0;
    }

    .export .col-3-4 {
        width: 90%;
    }

    .export img {
        display: none;
    }

    .export h1 {
        font-size: 2rem;
    }

    /*==== FABRICATION PAGE ====*/
    .fabrication h1 {
        font-size: 2.5rem;
    }

    .fabrication h2 {
        font-size: 1.5rem;
    }

    .fabrication div.col-2-3,
    .fabrication div.col-3-4 {
        width: 100%;
    }

    .fabrication h3 {
        font-size: 1.2rem;
    }

    .fabrication h3 span {
        margin-top: 0;
    }

    div.col-3-4 img.last-row {
        margin-bottom: 1.2rem;
    }

    /*==== PARTS PAGE ====*/
    .parts h1 {
        font-size: 1.8rem;
    }

    .parts h2 {
        font-size: 1.3rem;
    }

    .parts img {
        padding-bottom: 1rem;
    }

    /*==== ABOUT PAGE ====*/
    .about-pg {
        flex-direction: column;
    }

    .about-pg .col-1-2 {
        width: 100%;
    }

    .about-pg h1 {
        font-size: 2rem;
    }

    .about-pg h2 {
        font-size: 1.3rem;
    }

    /*==== TESTIMONIALS PAGE ====*/
    .testimonials div {
        flex-direction: column;
        box-sizing: border-box;
    }

    .testimonials h1 {
        font-size: 2rem;
        padding: 1rem 0;
    }

    .testimonials iframe {
        width: 100%;
        margin: 1rem 0;
        box-sizing: border-box;
    }

    /*==== CONTACT PAGE ====*/
    .contact div.wrap.flex {
        flex-direction: column;
    }

    .contact-form,
    .contact-info {
        width: 95%;
        box-sizing: border-box;
    }

    /*==== CONSIGN PAGE ====*/
    .consign-pg .wrap {
        padding: 0 1rem;
    }

    .consign-pg h1 {
        font-size: 2rem;
    }

    .consign-pg h2 {
        font-size: 1.3rem;
    }

}

@media screen and (max-width: 620px) {

    .boxes h3,
    .welcome h1 {
        font-size: 2.1rem;
    }

    .boxes header span {
        color: #fff;
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 540px) {

    /*==== HOME PAGE ====*/
    .home-inv-search .column4 {
        width: 80%;
    }

    .content-1 .col-1-2 {
        padding: 1.5rem 1rem;
    }

    .boxes .col-1-4 {
        width: 100%;
    }

    .welcome div {
        padding: 1.5rem 1rem;
    }

    .welcome h1 {
        font-size: 1.7rem;
    }

    /*==== FABRICATION PAGE ====*/
    .fabrication h1 {
        font-size: 1.8rem;
    }

    .fabrication h1 span {
        margin-top: 0;
    }

    .fabrication h2 {
        font-size: 1.2rem;
    }

    .fabrication div.col-3-4 {
        box-sizing: border-box;
        padding: 1.5rem 1rem;
    }

    .fabrication img {
        width: 100%;
    }

    /*==== CONTACT PAGE ====*/
    .contact h1 {
        font-size: 2rem;
    }

    .contact-form,
    .contact-info {
        padding: 0 1rem 1rem;
    }

    input.button {
        width: 75%;
    }

}

@media screen and (max-width: 432px) {
    .categories {
        padding: 1rem;
        box-sizing: border-box;
    }

    .categories>div.flex {
        justify-content: center;
    }

    .categories h1 {
        font-size: 1.8rem;
    }

    .categories h2 {
        font-size: 1.2rem;
    }

    .categories a.ghost {
        font-size: 1.2rem;
        padding: 1.2rem 2rem;
    }
}


/*---POP-UP -----------------------------------*/
.popup *,
.popup *:after,
.popup *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.popup .box {
    width: 50%;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.2);
    padding: 35px;
    border-radius: 20px/50px;
    background-clip: padding-box;
    text-align: center;
}

.popup .popup .close {
    position: absolute;
    top: 10px;
    right: 15px;
    transition: all 0.2s;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    /* border: 1px solid #fff; */
    padding: 0 5px 5px 5px;
}

.popup .popup .close:hover {
    background: #000;
}

.popup .popup .content {
    max-height: 60%;
    overflow: auto;
    /*Let's make it appear when the page loads*/
}

.popup .overlay2:target:before {
    display: none;
}

.popup .overlay2:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 99999;
}

.popup .overlay2 .popup {
    background: #494949;
    border: 3px solid #ffffff;
    border-radius: 5px;
    width: 100%;
    max-width: 540px;
    position: absolute;
    top: 15vw;
    left: 0;
    right: 0;
    float: none;
    padding: 40px 0;
    margin: 0 20px 0 auto;
    text-align: left;
    z-index: 99999999;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    color: white;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
    padding: max(30px, 4vw);
}

.surroundbutton {
    background: #ed1e24;
    color: white !important;
    padding: 13px;
}

.popup p {
    font-size: 25px !important;
    color: #000;
}

.popup .overlay2:target .popup {
    top: -180%;
    left: -100%;
}

/*---END POP-UP -----------------------------------*/


/* Add this style for the grey background statement */
.statement {
    background-color: #ccc;
    /* Set the background color to grey */
    padding: 10px;
    /* Adjust the padding as needed */
    text-align: center;
    /* Center the text */
    margin: 0 20px;
}

.grey-bg-statement {
    margin: 0;
    /* Remove default margin */
    color: #000;
    /* Set the text color */
    font-size: 16px;
    /* Adjust the font size as needed */
}


.red-underline {
    color: #ed1e24;
    /* Set the text color to red */
    text-decoration: underline;
    /* Add underline to the text */
}


.funsize {
    height: 50vw;
}