/* Dedicated header style for Unistentialism.html */
.unistentialism-header {
    height: 8vh !important;
    min-height: 0 !important;
    max-height: 8vh !important;
    background: transparent;
    box-shadow: none;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 2vw;
}

@media (max-width: 600px) {
    .unistentialism-header {
        height: 10vh !important;
        max-height: 10vh !important;
        padding: 0 1vw;
    }
}
