:root{
	
	/* Christmas Theme 
	--theme-color: 30,0,90;
	--theme-color-dark: 15,0,40;
	--theme-color-light: 80,0,200;
	--theme-color-dark-desaturated:35,25,60;
	--secondary-color:240,0,0;
	--tertiary-color: 255,150,0;*/
	--background-image: url("/img/backgrounds/fireworks-med.jpg");
	/*--text-color:80,40,80;*/
		
	
}

@media only screen and (max-width:600px), only screen and (device-max-wdith:600px){
	:root{
		--background-image: url("/img/backgrounds/fireworks-small.jpg");
	}
}