@media screen and (min-width: 1150px) and (max-width: 1800px) {
    #bigNav {
        width: 13em;
        display: block;
    }
    .sidebar-nav {
        width: 10em;
    }
    #smallNav {
        display: none;
    }
}