.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    transition: background 0.3s ease-in-out;
    z-index: 1000;
}
.header-fixed.scrolled {
    background: #F0F1E8; F0F1E8
}