@media only screen {
	@media (max-width: 39.99em) {
		@media (prefers-color-scheme: light) {
			#body header.wrapper{
				background:#fefefe url(/img/Logo_windows.svg) 50vw 1em/15em no-repeat;
			}
		}
		@media (prefers-color-scheme: dark) {
				#body header.wrapper{
				background:#222 url(/img/Logo_windows.svg) 50vw 1em/15em no-repeat;
			}	
		}
		#errors .txt2:nth-of-type(2){
			background:url(/img/security-low.svg) 3% .5em/6em no-repeat;
		}
		#errors .txt2:nth-of-type(2) h3{
			padding-left:2em;
		}
		#errors .txt2:nth-of-type(3){
			background:url(/img/BSOD_Windows_8.png) 66vw .75em/10em no-repeat;
		}
		#errors .txt2:nth-of-type(3) h3{
			padding-bottom:2em;
			padding-right:20%;
		}
		#incomplete .txt:nth-of-type(1){
			background:url(/img/applications-office.png) 13% 3.5em/6em no-repeat,url(/img/Windows_Store_Logo.svg) 5% 2em/6em no-repeat;
		}
		#incomplete .txt:nth-of-type(1) h2{
			padding-left:2em;
		}
		#improve .txt:nth-of-type(1){
			background:url(/img/starred.svg) 100% 1em/7.5em no-repeat;
		}
		#pack1{
			background:url(/img/security-high.svg) 3% 1em/6em no-repeat;
		}
		#pack1 h3{
			padding-left:2em;
		}
		#pack2{
			background:url(/img/applications-office.png) 100% top/6em no-repeat,url(/img/applications-internet.svg) 100% top/4em no-repeat;
		}
		#pack3{
			background:url(/img/accessories-paint.svg) 0% 3em/4em no-repeat,url(/img/audio-headphones.svg) 25% 3em/4em no-repeat,url(/img/blue-folder-video.svg) 10% 1em/6em no-repeat;
		}
		#pack3 h3{
			padding-left:3.5em;
		}
	}
	@media (min-width: 40em) {
	/* For tablets: */
		@media (prefers-color-scheme: light) {
			#body header.wrapper{
				background:#fefefe url(/img/Logo_windows.svg) 66vw 8em/22.5em no-repeat;
			}
		}
		@media (prefers-color-scheme: dark) {
			#body header.wrapper{
				background:#222 url(/img/Logo_windows.svg) 66vw 8em/22.5em no-repeat;
			}		
		}
		#errors .txt2:nth-of-type(2){
			background:url(/img/security-low.svg) 6% center/16em no-repeat;
		}
		#errors .txt2:nth-of-type(3){
			background:url(/img/BSOD_Windows_8.png) 66vw center/31.25em no-repeat;
		}
		#incomplete .txt:nth-of-type(1){
			background:url(/img/applications-office.png) 10% 80%/13.75em no-repeat,url(/img/Windows_Store_Logo.svg) 5% center/13.75em no-repeat;
		}

		#improve .txt:nth-of-type(1){
			background:url(/img/starred.svg) 100% 100%/17.5em no-repeat;
		}
		#pack1{
			background:url(/img/security-high.svg) 5% center/16em no-repeat;
		}
		#pack2{
			background:url(/img/applications-office.png) 95% 0%/14em no-repeat,url(/img/applications-internet.svg) 100% center/12em no-repeat;
		}
		#pack3{
			background:url(/img/accessories-paint.svg) 2% 90%/8em no-repeat,url(/img/audio-headphones.svg) 25% 90%/8em no-repeat,url(/img/blue-folder-video.svg) 10% center/12em no-repeat;
		}
	}
}
