/**
 * Custom Topmenu Styling
 * Achtergrondkleur: #f5e3d0
 */

/* Verschillende mogelijke topmenu selectors */
.header,
.top-menu,
.navbar,
.main-header,
.site-header,
header,
nav.navbar,
.navbar-default {
    background-color: #f5e3d0 !important;
    background: #f5e3d0 !important;
}

/* Voor Bootstrap navbar */
.navbar-default {
    background-color: #f5e3d0 !important;
    border-color: #e8d4bc !important;
}

/* Voor sticky headers */
.sticky-header,
.fixed-header {
    background-color: #f5e3d0 !important;
}