@media (min-width: 768px){
    body:not(.fixed) #header {
        background-color: #FFF;
        color: #333;
    }
}