
/* ==========================================================
   DAKEI V2.12 — FIJI + SOLOMON WALLPAPER
   Background treatment only.
   ========================================================== */

html {
  background-color: #080504;
}

body {
  background-color: #160d08 !important;

  background-image:
    linear-gradient(
      rgba(17, 9, 6, 0.74),
      rgba(8, 4, 3, 0.82)
    ),
    url("/assets/dakei-fiji-solomon-wallpaper.png")
    !important;

  background-size:
    cover,
    cover
    !important;

  background-position:
    center top,
    center top
    !important;

  background-repeat:
    no-repeat,
    no-repeat
    !important;

  background-attachment:
    fixed,
    fixed
    !important;
}

/*
  Keep the image atmospheric rather than dominant.
  Existing cards, forms, typography and page sections
  remain untouched.
*/

@media (max-width: 760px) {
  body {
    background-attachment:
      scroll,
      scroll
      !important;

    background-position:
      center top,
      52% top
      !important;
  }
}
