@media only screen {
	@media (prefers-color-scheme: light) {
		@media (max-width: 39.99em) {
			#body header.wrapper{
				background:#fefefe url(/img/cof_orange_hex.svg) 100% 2.5em/16em no-repeat;
			}
		}
		@media (min-width: 40em) {
		/* For tablets: */
			#body header.wrapper{
				background:#fefefe url(/img/cof_orange_hex.svg) 100% 9.375em/22em no-repeat;
			}
		}
	}
	@media (prefers-color-scheme: dark) {
		@media (max-width: 39.99em) {
			#body header.wrapper{
				background:#222 url(/img/cof_orange_hex.svg) 100% 2.5em/16em no-repeat;
			}
		}
		@media (min-width: 40em) {
		/* For tablets: */
			#body header.wrapper{
				background:#222 url(/img/cof_orange_hex.svg) 100% 9.375em/22em no-repeat;
			}
		}
	}
}
#DEsection section:nth-of-type(1) a{
	background:url(/img/cof_orange_hex.svg) center -.4em/12em no-repeat;
}
#DEsection section:nth-of-type(2) a{
	background:url(/img/Kubuntu_logo.svg) center 1.625em/8em no-repeat;
}
#DEsection section:nth-of-type(3) a{
	background:url(/img/xubuntu_icon.svg) center 1.625em/8em no-repeat;
}
#catsection section:nth-of-type(1) a{
	background:url(/img/applications-internet.svg) center 1.125em/10em no-repeat;
}
#catsection section:nth-of-type(2) a{
	background:url(/img/applications-office.png) center 1.125em/10em no-repeat;
}
#catsection section:nth-of-type(3) a{
	background:url(/img/pitivi.png) center 1.625em/9em no-repeat;
}
#catsection section:nth-of-type(4) a{
	background:url(/img/accessories-paint.svg) center 1.125em/10em no-repeat;
}
#catsection section:nth-of-type(5) a{
	background:url(/img/configure.svg) center 1.625em/9em no-repeat;
}
#catsection section:nth-of-type(6) a{
	background:url(/img/input-gaming.svg) center 1.625em/9em no-repeat;
}
#catsection section:nth-of-type(7) a{
	background:url(/img/wine.png) 60% 4em/8em no-repeat,url(/img/win-logo-multi.svg) center 1.125em/8em no-repeat;
}
