/* Site-specific customizations for Athens Supercross */

body.custom-background {
  background-color: #0a0a0a;
  background-image: linear-gradient(180deg, #141414 0%, #0a0a0a 55%, #0d1508 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

#logo img { display: block; margin: 0 auto; }
