/*	----------------------------------------------------------------------------------------------
 * 	Colours for the CumulusMX Version 3.10.1 and above.  Produced using w3Schools colour generator
 * 
 * 	Key Colour: #c3ab88 - WarmSand
 *  
 * 	Theme Modifications
 * 	ADDED: Colour style names have all been changed to start: '.w3-theme-'	IMPORTANT
 *  ADDED: .w3-theme-white' to give white panels:							IMPORTANT
 *  STYLE NAMES: 'text', 'border' & 'hover' shortend to three letter: 		IMPORTANT
 * 	
 * 	MODIFY: 'color' attribute changed to either lightest or darkest theme colour:	OPTIONAL
 *  ADDED:	some extra hover and border styles but not neccessarily used:			OPTIONAL
 * 	
 * 	Neil Thomas
 *	---------------------------------------------------------------------------------------------*/

.w3-theme-l5 {color:#000 !important; background-color:#fbfaf8 !important}
.w3-theme-l4 {color:#000 !important; background-color:#f3eee7 !important}
.w3-theme-l3 {color:#000 !important; background-color:#e7ded0 !important}
.w3-theme-l2 {color:#000 !important; background-color:#dbcdb8 !important}
.w3-theme-l1 {color:#000 !important; background-color:#cfbca0 !important}
.w3-theme-d1 {color:#fff !important; background-color:#b89c72 !important}
.w3-theme-d2 {color:#fff !important; background-color:#ad8d5c !important}
.w3-theme-d3 {color:#fff !important; background-color:#9a7c4e !important}
.w3-theme-d4 {color:#fff !important; background-color:#846a43 !important}
.w3-theme-d5 {color:#fff !important; background-color:#6e5838 !important}

.w3-theme-light {color:#000 !important; background-color:#fbfaf8 !important}
.w3-theme-dark {color:#fff !important; background-color:#6e5838 !important}
.w3-theme-action {color:#fff !important; background-color:#6e5838 !important}

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

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