.nav-colored {
    background: rgb(255, 245, 221);
    background: linear-gradient(90deg, rgba(255, 245, 221, 1) 26%, rgba(255, 211, 105, 1) 59%, rgba(255, 211, 105, 1) 86%);
}

.nav-transparent {
    background-color: transparent;
}