/* ================================================================
   Heaven Hues — Hero Background (user-selected final)
   Particle/light-trail image supplied by the user — gold, ocean
   blue, and forest green trails on a dark base, open centre for
   hero text. Replaces the London stock photo.
   Remove this <link> in index.html to instantly go back to the
   original photo. The old test video (.hh-bg-video) is hidden so
   it doesn't sit behind this image.
   ================================================================ */

.hh-bg-video { display: none; }

body {
  background:
    linear-gradient(rgba(10,9,8,0.35), rgba(10,9,8,0.35)),
    url('../images/hero-particles-userfinal.jpg');
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  body { background-attachment: scroll; }
}
