/* Media Queries */
/* Large Monitor */
@media (min-width: 1200px) {

body {background-color: white}

}