.custom-header-background {
    background: red;
    color: #ffffff;
    padding: 5px;
}

.unstyled-list {
    list-style: none;
    padding: 0;
}

.logo-balancer {
    padding-top: 10px;
}

.card {
    background: #e6ffcc;
    margin-bottom: 30px;
}

.contact-us-header {
    background: url(../images/slides/slide_contact_us.jpg) no-repeat center !important;
}

.sales-inventory-header {
    background: url(../images/slides/slide_inventory.jpg) no-repeat center !important;
}

.about-header {
    background: url(../images/about/about_slide.jpg) no-repeat center !important;
}

.services-header {
    background: url(../images/slides/slide_services.jpg) no-repeat center !important;
}

.inventory-header {
    background: url(../images/slides/slide_inventory.jpg) no-repeat center !important;
}

.site-name {
    color: #ffffff;
    padding-top: 20px;
    font-weight: bold;
}

.menu-bar {
    padding-top: 50px;
}

@media only screen and (max-width: 600px) {
    .menu-bar {
        padding-top: 0px;
    }
}
