.nav-bar {
    position: sticky;
    top: 0;
    z-index: 1000;
}
.unscrolled-nav-bar {
    background-color: transparent;
    color: white;
}
.scrolled-nav-bar {
    background-color: rgba(255,255,255, 0.4);
    color: black;
    backdrop-filter: blur(10px);
}

.active {
    color: #E1D07D;
}
