 





/* Load Color overrides from Theme-Options */	
/*************************************** Kleuren ***************************************/

/*

site BG					#000000page BG					#1e1e1e
primary color accent	#ccccccsecondary color accent	#cea800third color accent		#e6e6e6
main text color			#e6e6e6text on colored BG 		#ffffff
main title color		#ffffffborder color			#555555
*/


:root {
	
	--ASbg: 			#000000; 			/* site BG */
	--AScolorbg:		#1e1e1e; 			/* page BG */
	--ASprimarycolor:	#cccccc; 	/* primary color accent */
	--ASsecondarycolor:	#cea800; 	/* secondary color accent */
	--AStertiarycolor:	#e6e6e6; 	/* third color accent */
	
	--ASfontcolor: 		#e6e6e6;		/* main text color */
	--AScolortext: 		#ffffff;	/* text on colored BG */

	--AStitlecolor: 	#ffffff;		/* main title color */
	--ASbordercolor:	#555555;		/* border color */
}