p {
    color: black !important;
}

@media only screen and (max-width: 990px) and (min-width: 760px)  {
    /* Centering featured items when rows of two are displayed */
    .featured-item {
        left: 20%;
    }
}

.brand_logo {
    margin-left: 0;
}

.header-middle {
    display: none;
}

#hidden-nav {
    background: black;
}

.side-navigation-cont .side-navigation-header, body > div > div > div.sidebar.col-xs-12.col-ms-6.col-ms-pull-6.col-sm-2.col-sm-pull-10 > div.sidebar-search > div > div > div > h1 {
    color: white !important;
}

.side-bar-header {
    background: #001D7D !important;
}

.split-top {
    background: #001D7D;
}

li > a.nav-link {
    color: #001D7D !important;
}

.header-logo-links {
    padding: 0;
}

.banner {
    background: #CBE6FE;
}
.top_nav_right .nav_cart {
    background: #8ac2f1;
}

footer table div {
    /* make the footer stretch across the screen */
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    margin-top: 10px;
}
footer {
    padding-bottom: 0;
    background-color: #07203a;
}

