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