/* W3.CSS Color Theme */

/* 
   Gopher Green - #ABD6B3
   Gopher Belly Green - #BDE9CF
   Glasses Charcoal - #221F1F 
*/

.w3-theme-l5 {color:#000 !important; background-color:#f4fbf7 !important}
.w3-theme-l4 {color:#000 !important; background-color:#d9f3e3 !important}

/* Exact Gopher Belly Green */
.w3-theme-l3,
.w3-theme-light {color:#000 !important; background-color:#BDE9CF !important}

.w3-theme-l2 {color:#000 !important; background-color:#b4dfc1 !important}

/* Main Base Gopher Green */
.w3-theme-l1,
.w3-theme {color:#000 !important; background-color:#ABD6B3 !important}

.w3-theme-d1 {color:#000 !important; background-color:#8fbd98 !important}
.w3-theme-d2 {color:#fff !important; background-color:#527f5a !important}
.w3-theme-d3 {color:#fff !important; background-color:#436b4a !important}

/* Glasses Charcoal */
.w3-theme-d4,
.w3-theme-dark,
.w3-theme-action {color:#fff !important; background-color:#221F1F !important}

.w3-theme-d5 {color:#fff !important; background-color:#0d0c0c !important}

/* Text and Border Helpers */
.w3-text-theme {color:#221F1F !important}
.w3-border-theme {border-color:#ABD6B3 !important}

.w3-hover-theme:hover {color:#ABD6B3 !important; background-color:#221F1F !important; border-color:#221F1F !important;}
.w3-hover-text-theme:hover {color:#221F1F !important}
.w3-hover-border-theme:hover {border-color:#527f5a !important}