/* Show it is fixed to the top */
body {
    /*min-height: 75rem;*/
    padding-top: 4.5rem;
}

.active {
    /*background-color: var(--color-header-background01) !important;*/
    /* background-image: linear-gradient(var(--color-header-background01), white) !important;
     color: white !important;*/
    box-shadow: 0 -5px 5px 1px rgba(0, 0, 0, 0.1) !important;
}

:not(.active) > .active {
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.1);
}