
/**Halloween theme orange */
.w3-theme-l5 {color:#000 !important; background-color:#fef7f3 !important}
.w3-theme-l4 {color:#000 !important; background-color:#fde6d8 !important}
.w3-theme-l3 {color:#000 !important; background-color:#fbccb1 !important}
.w3-theme-l2 {color:#000 !important; background-color:#f9b38b !important}
.w3-theme-l1 {color:#000 !important; background-color:#f79a64 !important}
.w3-theme-d1 {color:#fff !important; background-color:#f36e20 !important}
.w3-theme-d2 {color:#fff !important; background-color:#e95d0c !important}
.w3-theme-d3 {color:#fff !important; background-color:#cb510b !important}
.w3-theme-d4 {color:#fff !important; background-color:#ae4609 !important}
.w3-theme-d5 {color:#fff !important; background-color:#913a08 !important}

.w3-theme-light {color:#000 !important; background-color:#fef7f3 !important}
.w3-theme-dark {color:#fff !important; background-color:#913a08 !important}
.w3-theme-action {color:#fff !important; background-color:#913a08 !important}

.w3-theme {color:#fff !important; background-color:#f5813c !important}
.w3-text-theme {color:#f5813c !important}
.w3-border-theme {border-color:#f5813c !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#f5813c !important}
.w3-hover-text-theme:hover {color:#f5813c !important}
.w3-hover-border-theme:hover {border-color:#f5813c !important}


