<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.navbar-toggler-submenu { background-color: #FFF;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
} 

#sub-website-header {
    min-height: 125px;
    height: 25vw;
    max-height: 200px;
    background-image: url('/images/poezieweek_suriname/header_sm.jpg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}

#submenu {
    position: absolute;
    top: 50px;
    left: -0.5rem;
    width: 100vw;
    height: CALC(100vh - 50px);
    background-color: #FFF;
    z-index: 5;
    padding: 0 1rem;

}

#submenu a          { width: 100%; font-size: 1.1rem; margin-top: 1rem; }
#submenu a.me-2     { margin-right: 0 !important; }

/* body                    { background-color: #FFF; } */
body.sub-website header { height: 75px; }

@media (min-width: 768px) {
    #sub-website-header {
        height: 200px;
        background-image: url('/images/poezieweek_suriname/header_md.jpg');
   
    }
}

@media (min-width: 992px) {
    #sub-website-header {
        height: 20vw;
        max-height: 360px;
        background-image: url('/images/poezieweek_suriname/header_xl.jpg');
        background-position: center center;
        background-size:cover;
        background-color: #f5f5f5;
    }
}


body.sub-website .btn-menu {
    background-color: #e94079 !important;
    border-color: #e94079 !important;
    color: #FFF !important;
}

body.sub-website .btn-menu:not(:disabled):not(.disabled).active, 
body.sub-website .btn-menu:not(:disabled):not(.disabled):active, 
body.sub-website .show&gt;.btn-menu.dropdown-toggle, 
body.sub-website .btn-menu.focus, 
body.sub-website .btn-menu:focus,
body.sub-website .btn-menu.active-page,
body.sub-website .btn-menu.hover, 
body.sub-website .btn-menu:hover {
    background-color: #00008c !important;
    border-color: #00008c !important;
    color: #FFF !important;
}

h1.pre-title    { color: #00008c; }
h1, .h1         { color: #e94079; line-height: 2.5rem; }

.typewriter     { font-family: var(--primary-font-condensed) !important;  }

</pre></body></html>