/* ---- SAFARI THEME OVERRIDES ---- */
body {
    font-family: 'Lato', Arial, sans-serif !important;
    background: #F4E9D8 !important;
    color: #2E2C26 !important;
    font-size: 15px;
}

header,
.ed-top,
.inner_banner,
.footer {
    background-color: #3E240C !important;
}

/* General links throughout the site */
a,
.main-nav ul li a {
    color: #4B5F53 !important;
}

/* Main navigation menu (FORCE WHITE LINKS) */
.main-menu ul li a {
    color: #fff !important;
    font-family: 'Playfair Display', serif !important;
    font-size: 16px;
    font-weight: 600;
}

.main-menu ul li a:hover,
.main-menu ul li.active > a {
    color: #A38350 !important;
}

/* All major text in content */
p, li, td, span {
    color: #2E2C26 !important;
    font-family: 'Lato', Arial, sans-serif !important;
}

/* Buttons & Call-to-action */
.btn,
.btn-primary,
.top-sign {
    background: #A38350 !important;
    color: #FFFDF6 !important;
    border: none !important;
}

.btn:hover,
.btn-primary:hover,
.top-sign:hover {
    background: #495E3B !important;
    color: #FFD86B !important;
}
body {
    background: #ff0000 !important;
}