﻿/*JMJ ~ AMDG*/

/***** 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;
}

.notInv h1 {
    font-size: 32px;
    font-size: 1.66667vw;
}

.notInv h2 {
    font-size: 24px;
    font-size: 1.25vw;
}

.notInv h3 {
    font-size: 18.7px;
    font-size: 0.97396vw;
}

.notInv h4 {
    font-size: 16px;
    font-size: 0.83333vw;
}

.notInv h5 {
    font-size: 12.8px;
    font-size: 0.66667vw;
}

.notInv h6 {
    font-size: 11.2px;
    font-size: 0.58333vw;
}


/*-------- 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 {}

.hero {
    padding-bottom: 768px;
    padding-bottom: 40vw;
    background: url(/siteart/hero.jpg) center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: -45px;
    margin-bottom: -2.34375vw;
}

.hero.short {
    padding-bottom: 0%;
    margin-bottom: 0;
}

.hero.short.otherPage {
    background: #9E3344;
}

.paddingWrap {
    margin: 100px 0;
    margin: 5.20833vw 0;
}

.header {
    /* background: rgba(255, 255, 255, 0.5); */
    color: #104f78;
    font-style: normal;
}

.header .logo {
    position: absolute;
    /* left: 5%; */
    /* z-index: 401; */
    /* top: 20px; */
    bottom: -4px;
    bottom: -0.20833vw;
    width: 445px;
    width: 23.17708vw;
    min-width: 240px;
    padding-left: 92.1562px !important;
    padding-left: 4.7998vw !important;
}

.header .logo img {
    width: 100%;
}

.top-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    padding: 30px 10px 20px;
    padding: 1.5625vw 0.52083vw 1.04167vw;
    position: relative;
    width: 1161.23px;
    width: 60.48073vw;
    justify-content: space-between;
}

.otherPage .top-header * {
    color: #fff !important;
}

.flexStretch {
    display: flex;
    align-items: center;
}

.top-header a {
    color: #104f78 !important;
    font-size: 19px;
    font-size: 0.98958vw;
    padding-left: 13px;
    padding-left: 0.67708vw;
    position: relative;
    opacity: 1;
    -moz-transition: ease-in all 0.2s;
    -o-transition: ease-in all 0.2s;
    -webkit-transition: ease-in all 0.2s;
    transition: ease-in all 0.2s;
}

.icons-grp {
    margin-left: 10px;
    margin-left: 0.52083vw;
}

.top-header a:hover {
    opacity: 0.7;
}

.top-header h1 {
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
    /* text-align: center; */
    /* letter-spacing: 4px; */
}

/*---BODY--------------------------------*/

.clear {
    clear: both;
}

/***** Start of primary nav ******/
#menu-button {
    display: none;
}

.showMobile {
    display: none;
}

.homePage .showMobile {
    display: none !important;
}

nav.mobile {
    display: none;
}

nav.primary {
    padding: 0;
    display: inline-block;
    margin: 0;
    width: 100%;
    position: relative;
    font-family: bebas-neue-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 2px;
    letter-spacing: 0.10417vw;
    text-transform: uppercase;
    background: #fff;
}

nav.primary ul {
    margin: 0;
    padding: 0;
}

nav.primary > ul {
    display: flex;
    justify-content: space-between;
    padding-right: 130.547px !important;
    padding-right: 6.79932vw !important;
    width: 1171.19px;
    width: 60.99948vw;
    margin-left: auto !important;
}

nav.primary ul li {
    display: inline-block;
    margin: 0;
    list-style-type: none;
    width: auto;
}

nav.primary ul li a {
    color: #000;
    line-height: 60px;
    line-height: 3.125vw;
    text-decoration: none;
    display: block;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    padding: 0px 0px;
    font-weight: bold;
    font-size: 16px;
    font-size: max(12px, 0.83333vw);
    font-family: eurostile, sans-serif;
}

nav.primary ul li a:hover {
    color: rgb(158 51 68);
}

/* Appearance of the sub-level links */
nav.primary ul li li a {
    font-size: 16px;
    font-size: 0.83333vw;
    line-height: 16px;
    line-height: 0.83333vw;
    padding: 10px;
    padding: 0.52083vw;
    color: #fff;
    background: #181818;
    text-align: left;
    border-right: none;
    border-left: none;
    border-bottom: #303030 solid 1px;
}

/* Appearance of the sub-level links on hover */
nav.primary ul li li a:hover {}

/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute;
}

nav.primary ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}

nav.primary ul li:hover > ul {
    display: block;
    line-height: 18px;
    line-height: 0.9375vw;
    z-index: 100;
}

nav.primary ul ul li {
    float: none;
    width: 270px;
    width: 14.0625vw;
    position: relative;
    margin: 0;
    display: block;
}


/******** End of primary Nav ***************/

@media screen and (max-width: 1250px) {

    /*==============================
	Mobile Nav Styles			
================================*/
    nav.primary ul {
        display: none;
    }

    #menu-button {
        width: 100%;
        display: inline-block;
        font-size: 18px;
        position: relative;
        line-height: 40px;
        z-index: 400;
        background: #fff;
        text-align: right;
        font-family: bebas-neue-pro, sans-serif;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 3px;
        text-transform: uppercase;
    }

    .otherPage .hideMobile {
        display: none;
    }

    .otherPage .showMobile {
        display: block;
        display: flex;
    }

    #menu-button a {
        color: #000;
        text-decoration: none;
        /* padding: 0 0 0 .8em; */
        /* font-weight: normal; */
        /* margin-right: 5%; */
        font-family: eurostile, sans-serif !important;
        padding-right: 6.79932vw;
    }

    nav.mobile {
        display: block;
        position: fixed;
        top: 0;
        left: -250px;
        width: 250px;
        height: 100%;
        z-index: 500;
        /* needs to be higher than #menu-button, adjust as needed */
        overflow: auto;
        /* font-family: bebas-neue-pro, sans-serif; */
        font-weight: 700;
        font-style: normal;
        letter-spacing: 2px;
        text-transform: uppercase;
        background: #9E3344;
    }

    /* 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: #fff;
        font-size: 18px;
        font-weight: 400;
    }

    /* MENU CLOSE 'X' BUTTON */
    nav.mobile .menu-toggle {
        position: absolute;
        padding: 3px 8px 3px;
        font-family: Arial, sans-serif;
        font-size: 24px;
        font-weight: bold;
        line-height: 1;
        color: #fff;
        text-decoration: none;
        top: -38px;
        right: 13px;
    }

    /* MENU LIST STYLE */
    nav.mobile ul {
        list-style: none;
        font-weight: 300;
        margin: 0;
        padding: 0;
    }

    nav.mobile ul li {
        position: relative;
    }

    /* FIRST LEVEL */
    nav.mobile ul li a {
        position: relative;
        display: block;
        font-size: 16px;
        padding: 10px;
        color: #fff;
        text-decoration: none;
        text-align: left;
        font-weight: 700;
        letter-spacing: 3px;
    }

    nav.mobile ul li a:hover {
        background: #000;
        color: #fff;
    }

    /* SECOND LEVEL */
    nav.mobile ul li li:last-child {
        border: none;
    }

    nav.mobile ul li li a {
        background: #444;
        position: relative;
        display: block;
        padding: 10px 10px 10px 15px;
        color: #ccc;
        text-decoration: none;
    }

    nav.mobile ul li li a:hover {
        background: rgba(65, 65, 65, 0.5);
    }

    /* THIRD LEVEL */
    nav.mobile ul li li li:last-child {
        border: none;
    }

    nav.mobile ul li li li a {
        background: #555;
        position: relative;
        display: block;
        padding: 10px 10px 10px 25px;
        color: #ccc;
        text-decoration: none;
    }

    nav.mobile ul li li li a:hover {
        background: rgba(85, 85, 85, 0.5);
    }

    nav.mobile ul li .click {
        /* dropdown menu idicator arrow be sure to include this image with your image files */
        position: absolute;
        display: block;
        cursor: pointer;
        z-index: 12399994;
        top: 0;
        right: 0;
        width: auto;
        height: auto;
        padding: 17px 20px;
        color: #fff;

    }

    .nav-footer {
        color: #fff;
        text-transform: uppercase;
        position: relative;
        text-align: center;
        font-size: 14px;
        line-height: 16px;
        padding: 15px 0;
        font-weight: 300;
    }

    /* FONT AWESOME ICONS */
    nav.mobile ul li a .fa {
        width: 25px;
        font-weight: 100;
        padding: 8px 3px;
        margin: 0 6px 0 0;
        text-align: center;
        background: #292929;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }


    nav.mobile ul li .fa-chevron-down {
        color: #fff;
    }
}


@media screen and (max-width: 1020px) {
    #menu-button {
        width: 100%;
        text-align: center;
    }

    .header {}
}

@media screen and (max-width:450px) {
    #menu-button {
        width: 100%;
    }
}


/*---BODY--------------------------------*/

body > * {
    font-family: open-sans, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading,
footer * {
    font-family: eurostile, sans-serif;
}

.wrapper {
    padding: 0 130.547px;
    padding: 0 6.79932vw;
    position: relative;
}

.header .wrapper {
    display: flex;
    justify-content: flex-end;
}

.wrapper.scrollingInv {
    padding-left: 0;
    padding-right: 76.7969px;
    padding-right: 3.99984vw;
}

.patternContain {
    position: relative;
    z-index: -1;
}

.verticalpad {
    padding: 50px 0;
    padding: 2.60417vw 0;
    /* max-width: 1150px; */
}

.merchPic img {
    width: 550px;
    width: max(280px, 28.64583vw);
}

.merchPic {
    text-align: center;
}

.vidFlex {
    display: flex;
}

.vidFlex iframe {
    padding: 10px;
    box-sizing: border-box;
}

.light {
    font-weight: 300 !important;
}

.pattern-dots {
    position: absolute;
    top: calc(100% - 30px);
    top: calc(100% - 1.5625vw);
    bottom: -30px;
    bottom: -1.5625vw;
    left: 5%;
    right: 0%;
    background: url("/siteart/dots.png") center center repeat;
    background-size: 12px;
    background-size: 0.625vw;
    z-index: 100;
}

.bg-white {
    /* background: #fff; */
    color: #000;
    font-style: normal;
}

.bg-black {
    color: #fff;
    font-style: normal;
    background: url('/siteart/truck.png') center right;
    background-repeat: no-repeat;
    background-size: 42%;
}

.bg-black .pattern-dots {
    left: -132.703px;
    left: -6.91161vw;
    width: 1350px;
    width: 70.3125vw;
    z-index: -1;
}

.heading {
    font-size: 85px;
    font-size: 4.42708vw;
    line-height: 60px;
    line-height: 3.125vw;
    letter-spacing: 6px;
    letter-spacing: 0.3125vw;
    font-weight: 1000;
    color: #104F78;
}

.heading-small {
    font-size: 36px;
    font-size: 1.875vw;
    letter-spacing: 6px;
    letter-spacing: 0.3125vw;
    font-weight: 700;
}

.subheading {
    font-size: 36px;
    font-size: 1.875vw;
    letter-spacing: 6px;
    letter-spacing: 0.3125vw;
    font-weight: 300;
    color: #9E3344;
}

.bg-black p:not(.pEnd),
.bg-white p:not(.pEnd),
.bg-white ul li {
    font-weight: 300;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 24px;
    font-size: 1.25vw;
    /* line-height: 24px; */
    color: #9E3344;
    max-width: 920px;
    max-width: 47.91667vw;
    padding: 30px 0 0 60px;
    padding: 1.5625vw 0 0 3.125vw;
    list-style-type: initial;
}

footer ul li {
    list-style-type: none !important;
}

.flexStuff {
    max-width: 920px;
    max-width: 47.91667vw;
}

.bg-white ul {
    margin-left: 25px;
    margin-left: 1.30208vw;
}

.otherPageStuff p,
.otherPageStuff ul li {
    padding: 0 !important;
    font-size: 21px !important;
    font-size: 1.09375vw !important;
    max-width: 100% !important;
}

.otherPageStuff .cta.red {
    margin: 0
}

p.pEnd {
    font-weight: 300;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 24px;
    font-size: 1.25vw;
    /* line-height: 24px; */
    color: #9E3344;
    max-width: 920px;
    max-width: 47.91667vw;
    padding-left: 80px;
    padding-left: 4.16667vw;
}

p.pEnd {
    font-size: 22px;
    font-size: 1.14583vw;
    font-style: italic;
}

.bg-black a:not(.cta) {
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 16px;
    font-size: 0.83333vw;
    line-height: 24px;
    line-height: 1.25vw;
    color: #fff;
}

.extra-space {
    letter-spacing: 3px !important;
    letter-spacing: 0.15625vw !important;
}

.bg-black ul li a {
    left: 30px;
    left: 1.5625vw;
    position: relative;
    line-height: 30px !important;
    line-height: 1.5625vw !important;
    letter-spacing: 3px !important;
    letter-spacing: 0.15625vw !important;
    display: block;
    padding-right: 20px;
    padding-right: 1.04167vw;

    width: calc(90% - 20px);

    width: calc(90% - 1.04167vw);
}

.bg-black ul li i {
    position: absolute;
    left: -30px;
    left: -1.5625vw;
    text-align: center;
    width: 20px;
    width: 1.04167vw;
    top: 5px;
    top: 0.26042vw;
}

.bg-white p {
    font-weight: 400;
}

p a {
    text-decoration: underline !important;
    color: #9e3344;
}

.bg-red {
    background: #104f78;
    color: #fff;
    font-style: normal;
}

.cta {
    background: #104F78;
    color: #fff;
    font-size: 21px;
    font-size: 1vw;
    padding: 15px 55px;
    padding: 15px 2.86458vw;
    font-style: normal;
    -moz-transition: ease-in all 0.2s;
    -o-transition: ease-in all 0.2s;
    -webkit-transition: ease-in all 0.2s;
    transition: ease-in all 0.2s;
    margin-left: 60px;
    margin-left: 3.125vw;
    font-style: italic;
    width: 925px;
    width: 48.17708vw;
    text-align: center;
}

.flexStuff {
    display: flex;
    align-items: center;
}

.cta.red {
    background: #9E3344;
    color: #fff;
}

.cta.red:hover {
    color: rgba(255, 255, 255, 0.7);
}

.cta:hover {
    /* color: rgba(0, 0, 0, 0.7); */
    background: #000;
}


.scrolling-wrap {
    display: flex;
}

.scrolling-wrap iframe {
    width: calc(100% - 350px);
    width: calc(100% - 18.22917vw);
}

.scrolling-wrap .cta {
    text-align: center;
    height: 60px;
    /* height: 3.125vw; */
    line-height: 60px;
    /* line-height: 3.125vw; */
    font-size: 30px;
    font-size: 1.5625vw;
    margin-left: 0;
    width: auto;
    font-weight: bold;
    font-size: 30px;
    font-size: 1.5625VW;
    font-family: eurostile, sans-serif;
    font-style: normal;
    width: 245px;
    width: 12.76042vw;
}

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.col-left {
    width: 1658.91px;
    width: 86.40156vw;
}

.col-right {
    width: 40%;
    margin-left: 5%;
}

.col-img {
    background: url('/siteart/truck.png') center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

.about-img {
    background: url('/siteart/about-img.jpg') center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

.location-img {
    background: url('/siteart/trucks-img.jpg') center 80%;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

.thanks-img {
    background: url('/siteart/thanks-img.jpg') center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

/* CONTACT */

.col-right.bg-black ul li:first-of-type a {
    line-height: 24px !important;
    line-height: 1.25vw !important;
    margin-bottom: 20px;
    margin-bottom: 1.04167vw;
}

/*--------FORM STYLES--------------------*/

.custom-form {
    font-style: normal;
}

.custom-form input {
    font-style: normal;
    /* text-transform: uppercase; */
    padding: 10px;
    padding: 0.52083vw;
    border-radius: 0 !important;
    border: none !important;
    background: #eee;
    color: #000;
    margin-bottom: 10px;
    margin-bottom: 0.52083vw;
    width: 100%;
    font-size: 16px;
    font-size: 0.83333vw;
    letter-spacing: 3px;
    letter-spacing: 0.15625vw;
    outline: none !important;
    box-sizing: border-box;
    font-family: open-sans, sans-serif;
}

.custom-form textarea {
    font-style: normal;
    /* text-transform: uppercase; */
    padding: 10px;
    padding: 0.52083vw;
    border-radius: 0 !important;
    border: none !important;
    resize: vertical;
    background: #eee;
    color: #000;
    width: 100%;
    font-size: 16px;
    font-size: 0.83333vw;
    letter-spacing: 3px;
    letter-spacing: 0.15625vw;
    height: 100px;
    height: 5.20833vw;
    outline: none !important;
    box-sizing: border-box;
    font-family: open-sans, sans-serif !important;
}

.custom-form button {
    outline: none !important;
    border: none !important;
    appearance: none !important;
    cursor: pointer;
}

.CaptchaPanel,
.CaptchaAnswerPanel,
.CaptchaImagePanel,
.CaptchaMessagePanel {
    padding-left: 0 !important;
    padding-right: 0 !important;

}

.CaptchaPanel {
    text-align: left !important;
}

/*-------- FOOTER STYLES ----------------*/
footer {}

.footer {
    padding: 10px;
    padding: 0.52083vw;
    font-size: 24px;
    font-size: 1.25vw;
    text-transform: uppercase;
}


.footer a {
    letter-spacing: 3px;
    letter-spacing: 0.15625vw;
    color: #fff !important;
    float: left;
    padding-right: 30px;
    padding-right: 1.5625vw;

    -moz-transition: ease-in 0.2s all;
    -o-transition: ease-in 0.2s all;
    -webkit-transition: ease-in 0.2s all;
    transition: ease-in 0.2s all;
    font-size: 24px;
    font-size: 1.25vw;
}

.footer a:hover {
    color: rgba(255, 255, 255, 0.7) !important;
}

.footer p {
    letter-spacing: 3px;
    letter-spacing: 0.15625vw;
    color: #fff;
    float: right;
    font-size: 24px;
    font-size: 1.25vw;
}









/*---------- RESPONSIVE STYLES ----------*/



.borrowedFromTucker ul {
    list-style: none;
}

.borrowedFromTucker footer {
    display: block;
}

.borrowedFromTucker .wrapper {
    display: flex;
    max-width: 1640px;
    max-width: 85.41667vw;
    margin: 0px auto;
    justify-content: space-between;
    align-items: center;
    padding: 0px 40px;
    padding: 0px 2.08333vw;
}

.borrowedFromTucker .wrap2 {
    /* max-width: 990px; */
}

.borrowedFromTucker .leftArea ul {
    display: flex;
    justify-content: space-between;
    width: 1120px;
    width: 58.33333vw;
}

.borrowedFromTucker footer {
    /* background: #313233; */
}

.borrowedFromTucker footer .topPart {
    background: #9E3344;
    padding: 100px 0 60px;
    padding: 5.20833vw 0 3.125vw;
    /* clip-path: polygon(0 0, 100% 0, 100% 100%, 0 75%); */
}

.borrowedFromTucker footer a {
    font-weight: bold;
    font-size: 18px;
    font-size: 0.9375vw;
    color: #EEEEEE;
    text-transform: uppercase;
}

.borrowedFromTucker footer a img {
    width: 381.156px;
    width: 19.851875VW;
}

@media only screen and (max-width: 1250px) {

    .subheading {
        font-size: 26px;
    }

    .heading {
        font-size: 47px !important;
        line-height: 1;
    }

    p.pEnd {
        font-size: 18px;
    }

    .cta {
        font-size: 18px;
    }

    .flexStuff {
        max-width: 100%;
    }

    .borrowedFromTucker footer a {
        font-size: 12px;
    }

    .leftArea,
    .leftArea ul {
        width: 100% !important;
        max-width: 100%;
    }

    a.logoStuff {
        display: none;
    }

    .hide-sm {
        display: none
    }

    .top-header {
        justify-content: flex-end;
    }

    .top-header h3,
    .top-header i {
        font-size: 14px !important;
    }

    .bg-black {
        background: none;
    }

    .bg-black p:not(.pEnd),
    .bg-white p:not(.pEnd),
    .bg-white ul li {
        max-width: 100% !important;
        font-size: 18px !important;
    }



    .custom-form input {
        padding: 10px;
        margin-bottom: 10px;
        font-size: 16px;
        letter-spacing: 3px;
    }

    .custom-form textarea {
        padding: 10px;
        font-size: 16px;
        letter-spacing: 3px;
        height: 100px;
    }

}

@media only screen and (max-width: 950px) {

    .pattern-dots {
        top: calc(100% - 15px);
        bottom: -15px;
        background-size: 10px;
    }

    .borrowedFromTucker footer img {
        width: 285px;
    }
}

@media only screen and (max-width: 800px) {

    .hero {
        background-position: right -70px bottom -40px
    }

    .vidFlex {
        flex-direction: column;
    }

    a.logoStuff,
    a.logoStuff img {
        display: block;
        width: 100% !important;
    }

    .flexStuff {
        flex-direction: column;
    }

    .pEnd {
        padding-left: 0 !important;
    }

    .cta {
        margin: 0;
        margin-bottom: 20px;
    }

    p.pEnd {
        text-align: center
    }

    .header .logo {
        position: relative;
        width: 100% !important;
        min-width: 100% !important;
        padding-left: 0 !important;
        display: flex;
        justify-content: center;
    }

    a.logo.showMobile {
        display: none;
    }

    .header .logo img {
        width: 80%;
        padding: 25px 0;
    }

    .top-header {
        display: none
    }

    .scrolling-wrap .cta {
        display: none;
    }

    .wrapper.scrollingInv {
        padding-right: 0;
    }

    .wrapper.scrollingInv iframe {
        width: 100%;
    }

    #menu-button a {

        padding-right: 0 !important;
    }

    .borrowedFromTucker footer img {
        padding: 30px 0;
    }

    .borrowedFromTucker footer img {
        width: 350px;
    }

    .borrowedFromTucker .wrapper {
        flex-direction: column;
    }

    .borrowedFromTucker footer .topPart {
        padding: 0px 0 45px;
        padding: 0;
    }

    .borrowedFromTucker footer .wrapper {
        padding: 30px 0;
    }

    .borrowedFromTucker .leftArea ul {
        flex-direction: column;
        text-align: center;
    }

    .borrowedFromTucker .leftArea {
        display: none;
    }
}
