/* Community Level Styles */
@media only screen and (min-width: 1001px) {
    @supports (display:flex) {
        #main_header:not(.hidden) .navbar-main {
            display: grid;
            grid-template-columns: repeat(3,1fr);
        }
    }
    
    #main_header .logo {
        justify-self: center;
    }
}