.w3-theme-l5 {color:#000 !important; background-color:#fef9f4 !important}
.w3-theme-l4 {color:#000 !important; background-color:#fdeada !important}
.w3-theme-l3 {color:#000 !important; background-color:#fbd5b5 !important}
.w3-theme-l2 {color:#000 !important; background-color:#f9c091 !important}
.w3-theme-l1 {color:#fff !important; background-color:#f1655e !important}
.w3-theme-d1 {color:#fff !important; background-color:#eb251a !important}
.w3-theme-d2 {color:#fff !important; background-color:#d61c13 !important}
.w3-theme-d3 {color:#fff !important; background-color:#bb1910 !important}
.w3-theme-d4 {color:#fff !important; background-color:#a0150e !important}
.w3-theme-d5 {color:#fff !important; background-color:#86120c !important}

.w3-theme-gl5 {color:#000 !important; background-color:#fbfbfb !important}
.w3-theme-gl4 {color:#000 !important; background-color:#f1f1f2 !important}
.w3-theme-gl3 {color:#000 !important; background-color:#e4e4e5 !important}
.w3-theme-gl2 {color:#000 !important; background-color:#d6d6d8 !important}
.w3-theme-gl1 {color:#000 !important; background-color:#c9c9cb !important}
.w3-theme-gd1 {color:#000 !important; background-color:#a8a8ac !important}
.w3-theme-gd2 {color:#fff !important; background-color:#959599 !important}
.w3-theme-gd3 {color:#fff !important; background-color:#828287 !important}
.w3-theme-gd4 {color:#fff !important; background-color:#6f6f73 !important}
.w3-theme-gd5 {color:#fff !important; background-color:#5c5c60 !important}

.w3-theme-light {color:#000 !important; background-color:#fef9f4 !important}
.w3-theme-dark {color:#fff !important; background-color:#964808 !important}
.w3-theme-action {color:#fff !important; background-color:#964808 !important}

.w3-theme {color:#fff !important; background-color:#ee4037 !important}
.w3-text-theme {color:#ee4037 !important}
.w3-text-theme-orange {color: #f77f47 !important}
.w3-border-theme {border-color:#ee4037 !important}

.w3-hover-theme:hover {color:#000 !important; background-color:#f59447 !important}
.w3-hover-text-theme:hover {color:#f59447 !important}
.w3-hover-border-theme:hover {border-color:#f59447 !important}

#background-video {
   width: 100vw;
   height: 100vh;
   object-fit: cover;
   position: fixed;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   z-index: -1;
}
