/* Media Queries */
/* Desktop */
@media (min-width: 992px) {

body {background-color: white; }

}
