 





/* Load Color overrides from Theme-Options */	
/*************************************** Kleuren ***************************************/

/*

site BG					#000000page BG					#1e1e1e
primary color accent	#a31717secondary color accent	#ef2929third color accent		#e6e6e6
main text color			#c8c8c8text on colored BG 		#ffffff
main title color		#a31717border color			#ffffff
*/


:root {
	
	--ASbg: 			#000000; 			/* site BG */
	--AScolorbg:		#1e1e1e; 			/* page BG */
	--ASprimarycolor:	#a31717; 	/* primary color accent */
	--ASsecondarycolor:	#ef2929; 	/* secondary color accent */
	--AStertiarycolor:	#e6e6e6; 	/* third color accent */
	
	--ASfontcolor: 		#c8c8c8;		/* main text color */
	--AScolortext: 		#ffffff;	/* text on colored BG */

	--AStitlecolor: 	#a31717;		/* main title color */
	--ASbordercolor:	#ffffff;		/* border color */
}