p {
    color: black !important;
}

h2 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	color: #000033;
}

@media only screen and (max-width: 990px) and (min-width: 760px)  {
    /* Centering featured items when rows of two are displayed */
    .featured-item {
        left: 20%;
    }
}

a {
    color: #000033 !important;
}

a.nav-link, .nav_cart h3, .empty-cart-link, .empty-cart-link i {
    color: #663300 !important;
}

a:hover {
    color: #ce0000 !important;
}

a.btn, a.btn:hover {
    color: white !important;
}

.menu--shylock .nav-link::before {
	background: #996 !important;
}

.content a {
    text-decoration: underline !important;
    font-weight: bold;
}

.split-top {
    background-color: #999966;
}

.brand_logo {
    margin-left: 0;
}

.header-logo-links {
    padding: 0;
}

.banner, .top_nav_right .nav_cart {
    background-color: #cccc99;
}

.clands-sidebar-header > h1:first-child,
.side-bar-header {
    background-color: #cccc99 !important;
    color: #663300 !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;
}

