
:root {
	--red: #f44336;
	--pink: #ff69b4;
	--purple: #9c27b0;
	--deep_purple: #673ab7;
	--indigo: #3f51b5;
	--blue: #2196F3;
	--light_blue: #87CEEB;
	--cyan: #17a2b8;
	--teal: #009688;
	--green: #4CAF50;
	--light_green: #8bc34a;
	--lime: #cddc39;
	--yellow: #ffeb3b;
	--amber: #ffc107;
	--orange: #ff9800;
	--deep_orange: #ff5722;
	--brown: #795548;
	--blue_gray: #607d8b;
	--light_gray: #f6f6f6;
	--gray: #9e9e9e;
	--dark_gray: #616161;
	--white: #ffffff;
	--black: #000000;
	--hover_red: #CB372D;
	--hover_pink: #D45796;
	--hover_purple: #822092;
	--hover_deep_purple: #553098;
	--hover_indigo: #344396;
	--hover_blue: #1B7DCA;
	--hover_light_blue: #70ABC3;
	--hover_cyan: #138799;
	--hover_teal: #007D71;
	--hover_green: #3F9142;
	--hover_light_green: #73A23D;
	--hover_lime: #AAB72F;
	--hover_yellow: #D4C331;
	--hover_amber: #D4A005;
	--hover_orange: #D47E00;
	--hover_deep_orange: #D4481C;
	--hover_brown: #64463C;
	--hover_blue_gray: #506873;
	--hover_light_gray: #CDCDCD;
	--hover_gray: #838383;
	--hover_dark_gray: #505050;
	--hover_white: #D4D4D4;
	--hover_black: #000000;
	
	--site_setup_dark: #101010;
	--site_setup_light: #ffffff;
	--text_light: #ffffff;
	--text_dark: #000000;
	
	--accent: #17a2b8;
	--accent_hover: #138799;
	
	--secundary: #CDCDCD;
	--secundary_hover: #AAAAAA;
	
	--background_body: #ffffff;
	--background_page: #ffffff;
	--background_page_hover: #f6f6f6;
	--background_topbar: #ffffff;
    --background_navigation: #f6f6f6;
    --background_footer: #f6f6f6;
    --background_menu: #ffffff;
	--background_menu_hover: #f6f6f6;
	--background_textbox: #ffffff; 
	--background_textbox_hover: #f6f6f6; 
	
	--button: #f6f6f6;
	--button_hover: #CDCDCD;
    --button_border: #CDCDCD;
	--button_text: #393939;
	--button_on_icon: #ffc107;
	
	--text: #000000; 
	--text_shadow: #ffffff;
	--text_topbar: #000000;	
	--text_footer: #838383;
	--text_textbox: #000000; 
	--text_textbox_placeholder: #838383;
	--text_accent_bg: #ffffff;	
		
	--border: #CDCDCD;
	--border_navigation: #CDCDCD;
	--greyed_out: rgba(255, 255, 255, 0.6);
}