/* Media Queries */
/* Small Phones */
@media (max-width: 479px) {
	
body {background-color: white}
	
}