/* The following rules apply to screens narrower than 480px
	e.g. mobile/smart phones */

/* The following rules apply to screens wider than 480px
	e.g. tablets and desktops*/


* {
	background-color: grey;
}

@media screen and (min-width: 520px) {

	
}