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;
}

.split-top {
    background-image: url(
    /media/home/headerbackground.jpg);
    background-color: #1c9214;
    background-size: contain;
    
}
.banner {
    background-color: #1c9214;
}

.logo {
    margin: 0 auto;
}

a.nav-link::before {
    background: #ffffff !important;
}

.top_nav_right .nav_cart {
    background-color: #1c9214;
}

.clands-sidebar-header > h1:nth-child(1), .side-bar-header {
    background: #1a5e26 !important;
    color: #ffffff !important;
}

a.btn,
.empty-cart-link {
    color: white !important;
}

a {
    color: #1c9214 !important;
}

a:hover {
    color: #7ac943 !important;
}

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-contact > ul:nth-child(2) > li:nth-child(3) {
    display: none;
}

