/* KILL THE TOP HEADER IMAGE/GRADIENT */
.sb-header-content, .sb-hero-banner, .sb-promo-banner, #sb_header {
    background: #000000 !important;
    background-image: none !important;
}

/* FIX THE "BOOK NOW" BUTTON GLOW */
.sb-btn-main, .sb-btn-submit, .btn-primary {
    background: #ffffff !important;
    background-color: #ffffff !important;
    color: #000000 !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}

/* FORCE HEADER TEXT TO WHITE */
.sb-header-content h1, .sb-header-content h2, .sb-brand-name {
    color: #ffffff !important;
}

/* KEEP THE BOTTOM DARK (Just in case) */
body, #sb_body, .sb-content, .sb-footer {
    background-color: #000000 !important;
}

/* FIX THE CONTACT ICONS COLOR */
.sb-contact-info-block i, .sb-contact-info-block svg {
    color: #ffffff !important;
}