body {
    font-size: 110%;
}

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%;
    }
}

.menu--shylock .nav-link::before {
    display: none;
}

a:hover {
    color: #cc0000 !important;
}

.split-top {
    background: #990000;
}

.logo {
    margin: 0 auto;
}

#header-logo {
    max-width: 75%;
    float: none !important;
    margin: 0 auto;
}

.header-logo-links {
    padding: 0;
}

.banner, .top_nav_right .nav_cart {
    background: black !important;
}

.clands-sidebar-header > h1:nth-child(1),
.side-bar-header
{
    background-color: #000 !important;
    color: #fff !important;
}

.featured-items h3 {
    background: #c0c0c0 !important;
}

.featured-items h3 span {
    font-size: 0.8em;
}

.contact_us .contact-header {
    display: none;
}

#sidebar-links {
    background: #c3c3c3;
}

#sidebar-links a {
    text-decoration: none !important;
    color: #3B5998 !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;
}

div.footer-block:nth-child(2) {
    visibility: hidden;
}