/*	----------------------------------------------------------------------------------------------
 * 	Colours for the CumulusMX Version 3.10.1 and above.  Produced using w3Schools colour generator
 * 
 * 	Key Colour: #e94b3c - Cherry Tomato
 * 
 * 	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-white {color:#83180f; background-color:#ffffff;}
.w3-theme-l5 {color:#83180f ; background-color:#fef4f3 }
.w3-theme-l4 {color:#83180f ; background-color:#fbdad8 }
.w3-theme-l3 {color:#83180f ; background-color:#f6b6b0 }
.w3-theme-l2 {color:#83180f ; background-color:#f29189 }
.w3-theme-l1 {color:#fef4f3 ; background-color:#ed6d61 }
.w3-theme-d1 {color:#fef4f3 ; background-color:#e6301f }
.w3-theme-d2 {color:#fef4f3 ; background-color:#d12717 }
.w3-theme-d3 {color:#fef4f3 ; background-color:#b72214 }
.w3-theme-d4 {color:#fef4f3 ; background-color:#9d1d11 }
.w3-theme-d5 {color:#fef4f3 ; background-color:#83180f }

.w3-theme-light {color:#83180f ; background-color:#fef4f3 }
.w3-theme-dark {color:#fef4f3 ; background-color:#83180f }
.w3-theme-action {color:#fef4f3 ; background-color:#83180f }

.w3-theme {color:#fef4f3 ; background-color:#e94b3c }
.w3-theme-txt {color:#e94b3c }
.w3-theme-bdr {border-color:#e94b3c }

.w3-theme-hvr:hover {color:#fef4f3 ; background-color:#e94b3c }
.w3-theme-d5-hvr:hover {color:#fef4f3; background-color: #83180f;}
.w3-text-theme-txt-hvr:hover {color:#e94b3c }
.w3-border-theme-bdr-hvr:hover {border-color:#e94b3c }
