.s-viewing-room .main-header .logo img {
    -webkit-filter: invert(1); /* Safari 6.0 - 9.0 */
    filter: invert(1);
    
}
.item-header-background div h1 {
    color:#fff !important;
     
}
.item-header-background div h2 {
    color:#fff !important;
     
}
.item-header-background div h3 {
   color:#fff !important;
  
}
div#homefader {
    width: 100%;
    max-width: 100%;
    background-image: linear-gradient(-180deg, rgba(0,0,0,.25) 100%, rgba(0,0,0,.25) 100%) !important;
    z-index: 0;
    
}
