/* ****************************

Global - Intermediate
Tablet Mode

*************************** */

/* ------------------ BOTTOM NAV -------------------- */
@media screen and (min-width: 992px){
    .logo{
        top: 35px;
        background-color: white;
        height: 120px;
        box-shadow: 5px 5px 10px;
        z-index: 1;
        width: auto;
        left: 20px;
    }
    

    body > a {
        color: #000000;
    }

    body > a:hover {
        color: #081644;
    }
}

@media screen and (min-width: 1900px){
    .logo{
       left: 2vw;
    }
}

/* ------------------ DESKTOP-WRAPPER -------------------- */
@media screen and (max-width: 1023px){
    .DESKTOP-WRAPPER{
        top: 75px;
        left: -20px;
        width: 50vw;
        max-width: 700px;
    }

    .DESKTOP-WRAPPER > div{
        background-size: cover;
        background-repeat: no-repeat;
        height: 10.5vw;
        width: 10.5vw;
        margin: 5px;
        border: white 2px solid;
    }
}

@media screen and (max-width: 768px){
    .DESKTOP-WRAPPER{
        top: 95px;
        left: -20px;
        width: 50vw;
        max-width: 700px;
    }

    .DESKTOP-WRAPPER > div{
        background-size: cover;
        background-repeat: no-repeat;
        height: 11vw;
        width: 11vw;
        margin: 5px;
        border: white 2px solid;
    }
    .DESKTOP-WRAPPER div > p{
        font-size: 1vh;
    }
    .anchor-to-top{
        min-width: 105px;
    }
}

@media screen and (max-width: 665px){

    .DESKTOP-WRAPPER > div{
        background-size: contain;
        background-repeat: no-repeat;
        height: 10vw;
        width: 10vw;
        margin: 5px;
        border: white 2px solid;
    }
}


/* ------------------ RENTAL CONTAINER -------------------- */
@media screen and (max-width: 600px){
    .green-river{
        display: block;
        float: none!important;
        width: 100%;
    }
    .green-river-intro{
        display: block;
        margin-top: 10px;
    }
}

	@media screen and (min-width: 770px){
    .compaction-container{
       height: 385px;
    }
}
@media screen and (min-width: 1415px){
    .compaction-container{
        height: auto;
    }
}

/* ------------------ RENTAL EQUIPMENT -------------------- */
@media screen and (max-width: 768px){
    .RENTAL-EQUIPMENT{
        display: none;
    }
}

/* ------------------ LOGREG-BODY -------------------- */
@media screen and (min-width: 426px){
    .mid-line{
        display: inline-block;
    }
}























































