/* BACKGROUND IMAGE - BOTANICAL WATERCOLOR */
html, body {
  background-image: url("https://www.wakeearth.com/storage/we_backgrounds/bg-botanical.png") !important;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}


/* BACKGROUND FIX - ADD TO TOP OF CSS */
html, body, .bx-page-wrapper, .bx-page {
  background-image: url('https://www.wakeearth.com/storage/we_backgrounds/bg-botanical.png') !important;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: rgba(232, 224, 208, 0.1) !important;
}

/* Ensure transparency doesn't get overridden */
.bx-page, .bx-page-wrapper {
  background: transparent !important;
}

