/* Media Queries */
/* Larger Phones */
@media (min-width: 480px) {

body {background-color: white}
}
