/* attempt to remove opacity from header background color of white */

.header {
    background: rgba(255, 255, 255, 0)!important;
}

/* ends Steve */