﻿@media only screen and (max-width:920px) {
    body {
        background-color: #f1f1f1;
    }

    /*************************************************
        HEADER
    *************************************************/
    .headerMsgPanel {
        width: 100%;
        background-color: #336699;
        padding: 20px;
        text-align: center;
        font-size: 1em;
        color: #fff;
        display: none;
    }

    .headerBackground {
        width: 100%;
        height: 100px;
        background-color: #f4f4f4;
        border-bottom: solid 1px #ccc;
        background-image: url("../images/LogoD.png");
        background-repeat: no-repeat;
        background-position-x: 20px;
        background-position-y: 15px;
    }

    /*************************************************
        MENU
    *************************************************/
    .menu-bar {
        width: 100%;
        height: 40px;
        padding: 0px 20px 0px 20px;
        background-color: #336699;
        overflow: auto;
    }

    .menu-panel {
        float: left;
        margin-right: 20px;
        margin-top: 0px;
        display: none;
    }

        .menu-panel .menu-item {
            color: #fff;
            cursor: pointer;
            font-size: 1em;
            float: right;
            margin-left: 30px;
            line-height: 40px;
            padding-left: 25px;
            padding-right: 25px;
        }

            .menu-panel .menu-item:hover {
                text-decoration: none;
                color: #9bcaf7;
            }

        #menuText {
            display: block;
            color: #fff;
            padding-top: 5px;
            padding-left: 15px;
        }

    .menu-select {
        cursor: default;
        font-weight: 700;
        color: #000 !important;
        background-color: #fff !important;
        opacity: 0.4;
        height: 40px;
    }

        .menu-select:hover {
            text-decoration: none !important;
            cursor: default;
        }

    .mobile-menu {
        position: absolute;
        z-index: 10001;
        top: 20px;
        right: 20px;
        width: 35px;
        height: 35px;
        overflow: hidden;
        display: block;
    }

    .mobile-menu .menu-bar {
        width: 20px;
        height: 4px;
        background-color: #000;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5px;
    }

    .mobile-menu-panel {
        display: block;
    }

    .mobile-menu-panel .menu-item {
        float: left;
        padding-left: 20px;
        padding-right: 20px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        cursor: pointer;
    }

    .mobile-menu-panel .menu-item1 {
        border-left: none;
    }

    .mobile-menu-panel .menu-item-select {
        background-color: #9bcaf7;
        color: #000;
    }
    /*************************************************
        HOME PAGE IMAGE PANEL
    *************************************************/
    .homeImgPanel {
        display: none;
    }

        .homeImgPanel .imgTruck {
            width: 700px !important;
            height: 300px;
            float: left;
            /*background-image: url("../images/GarbageTruck2.jpg");*/
            background-repeat: no-repeat;
            background-position-y: -60px;
            border-top-right-radius: 200px;
            border-bottom-right-radius: 200px;
        }

        .homeImgPanel .imgText {
            width: calc(100% - 730px);
            height: 300px;
            float: left;
            margin-left: 30px;
            padding-top: 40px;
            padding-right: 20px;
            color: #fff;
        }
    /*************************************************
        HOME PAGE TEXT
    *************************************************/
    #divCovid19Text {
        padding-top: 20px;
    }

    #divCovid19Panel {
        display: none;
    }

    #divCovid19PanelMobile {
        display: block;
    }
    /*************************************************
        ABOUT PAGE
    *************************************************/
    .aboutMainImg {
        width: 25%;
        border-left: solid 4px #fff;
        float: left;
    }

    .aboutMainImg-noBorder {
        width: 25%;
        border-left: none;
        float: left;
    }

    .aboutMainImgSize {
        width: 100%;
    }

    .aboutMainPanel {
        width: 100%;
        background-color: #fff;
        padding: 20px;
        margin-top: 30px;
    }

    /*************************************************
        CONTACT PAGE
    *************************************************/
    .contactMainPanel {
        background-color: #808080;
        border-radius: 8px;
        min-height: 50px;
        margin-top: 20px;
        width: 100%;
    }

    .contactMainText {
        color: #fff;
        padding: 15px;
    }

    .contactImgPanel {
        padding: 10px;
    }

    .contactImgSize {
        width: 100%;
    }
}
