/* =========================================================
   W3 DARK GOLD THEME
========================================================= */

.w3-theme-l5 {color:#1a1405 !important; background-color:#f8f1d4 !important}
.w3-theme-l4 {color:#1a1405 !important; background-color:#e8d79a !important}
.w3-theme-l3 {color:#1a1405 !important; background-color:#d4af37 !important}
.w3-theme-l2 {color:#fff !important; background-color:#b8962e !important}
.w3-theme-l1 {color:#fff !important; background-color:#8c6d1f !important}

.w3-theme-d1 {color:#fff !important; background-color:#3a2e10 !important}
.w3-theme-d2 {color:#fff !important; background-color:#2b220c !important}
.w3-theme-d3 {color:#fff !important; background-color:#211a09 !important}
.w3-theme-d4 {color:#fff !important; background-color:#171306 !important}
.w3-theme-d5 {color:#fff !important; background-color:#0f0c04 !important}

/* Base theme */
.w3-theme {color:#fff !important; background-color:#2a210c !important}

/* Text theme */
.w3-text-theme {color:#d4af37 !important}

/* Border theme */
.w3-border-theme {border-color:#d4af37 !important}

/* Light / Dark */
.w3-theme-light {color:#1a1405 !important; background-color:#f8f1d4 !important}
.w3-theme-dark {color:#fff !important; background-color:#0f0c04 !important}

/* Actions */
.w3-theme-action {color:#fff !important; background-color:#3a2e10 !important}

/* Hover */
.w3-hover-theme:hover {
    color:#fff !important;
    background-color:#3a2e10 !important;
}

.w3-hover-text-theme:hover {
    color:#d4af37 !important;
}

.w3-hover-border-theme:hover {
    border-color:#d4af37 !important;
}