/* Collapse the header when we display the homepage with a fullscreen video */
.site-header {
    background-image:none;
    padding-top: 0;
    padding-bottom: 0;

    /*
    min-height: 2.8125rem;
    */
    height: 0;

}
.site-header > .logo-thumb { display: none; }

.site-header >  .burger-thumb {
    color: white;
    transition: color 0.5s;
}
.site-header >  .burger-thumb.on {
    margin-top: 0;
    color: inherit;
}
.site-header >  .burger-thumb {
    right: 1rem;
    margin: 0 !important;
    z-index: 4;

}

/* push body decoration under the video */
body {
    --min-dec-offset: 110vh;
}

@media (max-width: 799px) {

    .site-header > .heart-thumb,
    .site-header > .map-thumb {
        margin-top: 8px;
    }

}
