/* resident.css - the resident stylesheet (colours mainly) */ /*  dark: #1D3C7B  light: #48578D*/ /* header colors (light) */

.new-tabs {
    background-color: #1D3C7B;
}

footer .az-block {
    background-color: #48578D;
}
/* font's and stuff (dark) */

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand {
    color: #1D3C7B;
}

h1, h2, h3, h4, h1 > a, h2 > a, h3 > a, h4 > a {
    color: #1C3B7C;
}

.navbar-default {
    background-color: #0c1832;
}

    .navbar-default .navbar-tabs > .active > a, .footer-links {
        background-color: #1D3C7B;
        color: #fff;
    }

.page-top h1 {
    color: #fff;
}

    .page-top h1 small, h1 .small {
        color: #ddd;
    }

.sidebar h3, .bar, .side h2 {
    border-color: #1D3C7B;
}

.landing-large a:hover .icon {
    color: #1D3C7B;
}

footer {
    border-top-color: #1D3C7B;
}

.featured .page-header {
    border-bottom-color: #909FD5;
}
/* off white experimenting */

body, .featured .thumbnail, .white-back, .site-content > div, .sidebar .thumbnail {
    background-color: #FCFCFC;
}

.landing-item:hover, .nav > li > a:hover, .nav > li > a:focus {
    background-color: #ECECEC;
}

.venue-offer-item:hover {
    background-color: #ddd;
}
/* AA Colour Contrast fixes */

.btn-info {
    background-color: #4977bc;
}

.btn-primary {
    background-color: #1D3C7B;
}
