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%;
    }
}

body {
    background-color: #ffffb3 !important;
    background-image: URL(/media/home/background.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
}

a.btn, a.btn:hover {
    color: white !important;
}

a {
    color: #000080 !important;
    
}

h2 {
    color: #000066 !important;
}

a:hover {
    color: #0000e0 !important;
}

.content a {
    text-decoration: underline !important;
}

/* View Cart link */
#stuck_container > div.banner > div > div.top_nav_right > div > p > a {
    color: white !important;
}

/* Change background/foreground of sidebar headers */
.clands-sidebar-header > h1:first-child,
.side-bar-header {
    background-color: #424d86 !important;
    color: white !important;
}


div.side-bar-cont {
    background-color: #ffffcc !important;
    border-color: #5c5cff !important;
}

.header-logo-links {
    padding: 0;
}

.brand_logo {
    margin-left: 0;
}

.split-top {
    background-image: URL(/media/home/heading.gif);
}

.banner {
    background-color: #424d86 !important;
}
.top_nav_right .nav_cart {
    background-color: #424d86 !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;
}

