
@media only screen and (min-width : 1680px) and (max-width: 1920px) {
    #hotshotProd, #tyson-friends {
        background: rgba(233,181,31,1) url("../img/hstprod-bg-img.png") no-repeat left top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        display: table;
    }
}

@media only screen and (min-width : 1366px) and (max-width: 1680px) {
    #hotshotProd, #tyson-friends {
        background: rgba(233,181,31,1) url("../img/hstprod-bg-img.png") no-repeat left top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        display: table;
    }
}

@media only screen and (min-width : 1280px) and (max-width: 1366px) {
}

@media only screen and (min-width : 1024px) and (max-width: 1280px) {
}

@media only screen and (min-width : 768px) and (max-width: 1024px) {
    .bannerHold .banrTxt {
        margin-top: 30px;
    }

    .bannerHold {
        padding: 25px 0px;
        max-height: 380px;
        min-height: 375px !important;
    }

        .bannerHold .banrTxt {
            line-height: 1.8em;
            text-align: left !important;
        }
}

@media only screen and (min-width : 640px) and (max-width: 768px) {
    .networkContent {
        display: none;
    }

    .bannerHold {
        padding: 25px 0px;
        max-height: 380px;
        min-height: 265px !important;
    }

        .bannerHold .banrTxt {
            font-size: 2em;
            line-height: 1.9em !important;
            text-align: left !important;
            margin-top: 40px !important;
        }

        .bannerHold .truckImg {
            position: absolute;
            z-index: 999;
            right: 0%;
            top: 3%;
            margin-top: 20px;
        }

    #logo {
        width: 80%;
    }

    .nav > li > a {
        padding: 10px 6.5px;
        font-size: 1.1em !important;
        text-transform: none !important;
    }

    .navbar-brand {
        padding-right: 0px !important;
    }

    #navbar {
        padding: 13px 10px 13px 0;
        font-weight: bold;
        border: none !important;
    }

    .webSec {
        clear: both;
    }
}

@media only screen and (min-width : 480px) and (max-width: 640px) {

    .bannerHold .banrTxt {
        font-size: 1.8em;
        font-weight: bold;
        font-family: 'Raleway', sans-serif;
        line-height: 1.5em;
        color: #FFF;
        margin-top: 0px;
        text-align: left !important;
    }

    .bannerHold .truckImg {
        position: absolute;
        z-index: 999;
        right: 0%;
        top: 3%;
        margin-top: 20px;
    }

    .mainhdr {
        padding-top: 15px !important;
    }

    .partnerWth {
        clear: both;
        overflow: hidden;
        margin-top: 50px;
    }

    .bookWth {
        clear: both;
        overflow: hidden;
        margin-top: 20px;
    }

    .webSec {
        clear: both;
    }

    .navbar-nav {
        margin: 30px 10px 0px;
    }
}

@media screen and (max-width: 480px) {

    .bannerHold .banrTxt {
        font-size: 1.25em;
        line-height: 1.9em;
        margin-top: 30px;
        text-align: left !important;
    }

    .bannerHold .truckImg {
        position: absolute;
        z-index: 999;
        right: 0%;
        top: 0%;
    }

    .bannerHold {
        padding: 25px 0px;
        max-height: 380px;
        min-height: 215px !important;
        margin-top: 90px;
    }

    #logo {
        width: 80%;
    }

    .navbar.navbar-default {
        min-height: 90px;
    }

    .AboutUs-section p, .theMissnSec p, .hstContent p {
        font-size: 1.1em;
    }

    .partnerWth {
        clear: both;
        overflow: hidden;
        margin-top: 50px;
    }

    .bookWth {
        clear: both;
        overflow: hidden;
        margin-top: 20px;
    }

    .sectionTitle, .sectionTitleYelw, .sectionTitleWhite {
        font-size: 1.8em;
    }
}

@media screen and (max-width: 320px) {

    .bannerHold .banrTxt {
        margin-top: 10px;
        font-size: .8em;
        line-height: 1.9em;
        display: none !important;
    }

    .bannerHold {
        padding: 25px 0px;
        min-height: 157px !important;
        margin-top: 90px;
    }

    .sectionTitle, .sectionTitleYelw, .sectionTitleWhite {
        font-size: 1.2em;
    }

    .partnerWth {
        clear: both;
        overflow: hidden;
        margin-top: 50px;
    }

    .bookWth {
        clear: both;
        overflow: hidden;
        margin-top: 20px;
    }

    .contactContent h4 {
        font-size: 1.2em !important;
    }
}
