#parallax-bg.template-leaves {
    background-image:
      /* soft gradient to enhance depth at the bottom 
      linear-gradient(to top, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.05) 35%, rgba(0, 0, 0, 0) 60%),
      linear-gradient(180deg, #cde6c4 0%, #a8d0a2 45%, #6aa874 100%),
      */
      linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)),
      url('/static/media/background_images/leaves1.jpg');

    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: center, bottom;
    background-blend-mode: normal, overlay;
    opacity: 0.96;
    background-origin: content-box;
    padding-top: 80px; /* adjust for toolbar height */
  }