

#top-nav {
    background-color: white;
    z-index: 1000;
}

    #top-nav.active {
        background: black;
        color: white;
        border-bottom: none;
    }

#top-nav2 {
    background-color: black;
    z-index: 1000;
}

    #top-nav2.active {
        background: black;
        color: white;
        border-bottom: none;
    }
