@media only screen and (max-width: 850px) {
    
}

/*
Responsive Rules
*/
@media only screen and (max-width: 1500px) {
    /* Navigation Rules */
    .navbar-horz {
        width: 85%;
        font-size: 1.2em;
    }
    .nebr-logo {
        float: right;
        margin-right: 0.5em;
    }
    .gdd-panel {
        width: 100% !important;
    }
}

@media only screen and (max-width: 850px) {
    /* Navigation Rules */
    .navbar-horz {
        width: 85%;
        font-size: 1.2em;
    }
    .nebr-logo {
        display: none;
    }
    /* Put image sidebars ahead of text*/
    .image-sidebar-right {
        float: left;
        margin: 1em;
        width: 90%;
    }
}

@media only screen and (max-width: 600px) {
    /* Navigation Rules */
    .hprcc-logo {
        width: 100%;
        margin: auto;
        text-align: center;
    }
    
    .nebr-logo {
        display: none;
    }

    .navbar-horz {
        display: none;
        width: 100%;
        font-size: 1.2em;
    }
    .navbar-horz li {
        
        width: 100%;
        margin: auto;
    }
    .dropdown-content {
        position: relative;
        width: 100%;
        box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    }
    
    #header:hover .navbar-horz {
        display: block;
    }
    
    .hero {
        display: none;
    }
    
    .hero-light {
        display: none;
    }

    /* Footer rules */
    #footer img {
        display: none;
    }
    
    #footer-text {
        width: 100%;
    }

    /* Class Rules */

    /* Hide image sidebars*/
    .image-sidebar-right {
        display: none;
    }
}

/* Personnel page */
@media only screen and (max-width: 1339px) {
    .staff-profile-contact {
        font-size: 0.75em;
    }
}

@media only screen and (max-width: 1179px) {
    .staff-profile {
        width: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    .staff-profile {
        height: auto;
    }
}

@media only screen and (max-width: 500px) {
    .staff-profile {
        display: grid;
    }
    .staff-profile-contact {
        font-size: 1em;
    }
}
