@media (min-width: 701px) {


#debug #mobile{display:none;}
#debug #tablet{display:none;}
#debug #desktop{display:block;}
#debug #desktopOnly{display:none;}
	body{
		margin: 0px;
		padding: 0px;
	}	
	body{
		background-image:url(../images/shadow.png),url(../images/background.1350w.web.png);
		background-size:  auto ,cover;
		background-attachment: fixed, fixed;
		background-position: center top, center top;
		background-repeat: repeat-y, no-repeat;
		background-color:#FFF;		
	}

	nav ul li{
		width: 10.11%/*12.5%*/;
	}
	nav ul li.summer-preschool{
		width: 18.11%;
	}
		

	
}