/*
 * Wakeboard UK (Organization 1) - Light Theme
 * White header with standard light theme
 */

/* ===== HEADER ===== */
header {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
}

/* ===== FOOTER ===== */
/* Style the sponsor footer banner section to match theme */
section.bg-light {
    background-color: #f9fafb !important;
}

/* Remove white backgrounds from organization switcher in footer */
footer [data-dropdown] button.bg-white {
    background-color: transparent !important;
    border-color: rgba(156, 163, 175, 0.5) !important;
}

footer [data-dropdown] button.bg-white:hover {
    background-color: rgba(243, 244, 246, 0.5) !important;
}

footer [data-dropdown] ul.bg-white {
    background-color: #f9fafb !important;
}
