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%;
    }
}

hr {
    border: 1px solid gray !important;
}

a, a.nav-link, .nav_cart h3, .empty-cart-link i {
    color: #000080 !important;
}

a:hover {
    color: #ce0000 !important;
}

a.btn, a.btn:hover {
    color: white !important;
}

.split-top {
    display: none;
}

.header-logo-links {
    padding: 0;
}

.banner, .top_nav_right .nav_cart {
    background-color: #cdcdcd !important;
}

.clands-sidebar-header > h1:first-child,
.side-bar-header {
    background-color: #000080 !important;
    color: #cdcdcd !important;
}

.featured-items h3 {
    background-color: #000080;
}

.featured-items h3 span {
    color: white !important;
    font-size: 0.8em;
}

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;
}

.footer-block:nth-child(2) {
    visibility: hidden;
}