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%;
    }
}

.header-logo-links {
    padding: 0;
}

.banner {
    background-color:#7d7d7d;
}
.top_nav_right .nav_cart {
    background-color:#7d7d7d;
}

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;
}

.side-bar-header {
    background-color: #7d7d7d !important;
    color: white !important;
}

.header-left img{
    width:50%;
}