    body {
      background-color: #000;
      background-image: url('https://adifferentpath.org/assets/img/TileWithElder-Original.png');
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      color: #f8f9fa;
      font-family: Arial, sans-serif;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 100vh;
      text-align: center;
      padding: 2rem;
    }

    .img {
      max-width: 100%;
      padding: 1px;
      margin: auto;
    }

    .links {
      list-style-type: none;
      display: block;
      padding: 0.5em;
      margin: inherit;
      border: 1px solid #009;
      text-align: left;
      background: #fff;
    }

    a.links {
      list-style-type: none;
      display: block;
      max-width: 100%;
      padding: 0.5em;
      margin: inherit;
      margin-bottom: 0;
      color: #00f;
      border: 1px solid #009;
      font-size: 1em;
      line-height: 1.5em;
      background: #fff;
    }


    /* Style the buttons that are used to open and close the accordion panel */
    
    .accordion {
      background-color: #fff;
      color: #009;
      cursor: pointer;
      padding: 18px;
      width: 100%;
      text-align: left;
      border: 1px solid #009;
      outline: none;
      transition: 0.4s;
      text-decoration: none;
      text-transform: capitalize;
      font-weight: 900;
    }
    
    .active,
    .accordion:hover {
      background-color: #ace;
      color: #000;
    }
    
    .panel {
      padding: 0 18px;
      background-color: white;
      display: none;
      overflow: hidden;
    }

    .fade-in-on-scroll {
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 1s ease-out, transform 1s ease-out;
    }

    .fade-in-visible {
      opacity: 1;
      transform: translateY(0);
    }

    .ceremony-card {
      border: 3px solid teal;
      box-shadow: 4px 4px 15px rgba(128, 0, 128, 0.3);
      /* purple shadow */
    }

    .card-title ceremony {
      color: black;
    }

    .card-title span {
      color: hotpink;
    }

    .fade-in-on-scroll {
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 1s ease-out, transform 1s ease-out;
    }

    .fade-in-visible {
      opacity: 1;
      transform: translateY(0);
    }

    .ceremony-card {
      border: 3px solid teal;
      box-shadow: 4px 4px 15px rgba(128, 0, 128, 0.3);
      /* purple shadow */
    }

    .card-title ceremony {
      color: black;
    }

    .card-title span {
      color: hotpink;
    }

    .hero {
      background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://adifferentpath.org/assets/img/sacred-fire-textile.png') center/cover no-repeat;
      color: #fff;
      padding: 6rem 2rem;
      text-align: center;
      animation: fadeIn 3s ease-in-out;
      width: 100%;
      max-width: 1060px;
    }

    @keyframes fadeIn {
      from {
        opacity: 0;
      }
      to {
        opacity: 1;
      }
    }

    .fade-in {
      animation: fadeIn 2s ease-in forwards;
    }

    /* Accessibility & readability for lists */

    ul,
    ol {
      text-align: left;
      padding-left: 1.75rem;
      margin-bottom: 1.5rem;
      font-size: 1.125rem;
      line-height: 1.7;
      color: #212529;
    }

    ul li,
    ol li {
      text-align: left;
      margin-bottom: 0.75rem;
      list-style-position: outside;
    }

    .overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      background: rgba(0, 0, 0, 0.6);
      /* Translucent dark overlay */
      z-index: 1;
      width: 100%;
      max-width: 1060px;
      height: 55vh;
      /* Full viewport height */
      max-height: 90vh;
      /* Optional: prevents it from overwhelming small screens */
    }

    .hero-content {
      position: relative;
      z-index: 2;
      padding: 2rem;
    }

    .hero h1 {
      font-size: 2.5rem;
      font-weight: bold;
      line-height: 1.4;
      font-family: 'Georgia', serif;
      text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
    }

    .hero p {
      font-size: 1.2rem;
      margin-top: 1rem;
      font-style: italic;
      color: #ddd;
    }

    @keyframes fadeIn {
      from {
        opacity: 0;
        transform: translateY(20px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @media (max-width: 768px) {
      .hero h1 {
        font-size: 1.8rem;
      }
      .hero p {
        font-size: 1rem;
      }
    }

    h1.gothic-font {
      font-family: 'UnifrakturCook', cursive;
      font-size: 3.5rem;
      color: #b20000;
      /* Crimson */
      text-shadow: 1px 1px 2px black;
      position: relative;
      top: 5%;
      text-align: center;
      padding-bottom: 5%;
      margin-bottom: 5%;
    }

    h2.gothic-font {
      font-family: 'UnifrakturCook', cursive;
      font-size: 2.5rem;
      color: #b20000;
      /* Crimson */
      text-shadow: 1px 1px 2px black;
    }

    .clock {
      position: absolute;
      bottom: 15%;
      text-align: center;
    }

    .lead {
      color: #000;
      font-style: italic;
      font-weight: 900;
    }

    .content-box {
      background-color: rgba(0, 0, 0, 0.7);
      background-image: url('https://adifferentpath.org/assets/img/Minister.png');
      background-repeat: repeat-y;
      background-size: contain;
      /* or cover — see note below */
      background-position: center top;
      width: 100%;
      max-width: 1060px;
      height: auto;
      color: #f8f9fa;
      font-family: Arial, sans-serif;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 100vh;
      text-align: center;
      padding: 2rem;
      border-radius: 10px;
      border: 1px solid purple;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
    }

    footer {
      margin-top: 3rem;
      font-size: 0.9rem;
      position: fixed;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      background: #000;
      color: #fff;
      width: 100%;
      max-width: 1060px;
      padding: 1rem;
      text-align: center;
      z-index: 999;
    }

    img.hero {
      border-radius: 10px;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
      margin-bottom: 2rem;
      max-width: 100%;
      height: auto;
    }

    @media (max-width: 768px) {
      .transcript {
        column-count: 1;
        padding: 1.5rem;
      }
    }

    .container {
      width: 100%;
      max-width: 1060px;
    }

    .contrast-container {
      background-color: #f8f9fa;
      padding: 2rem;
      border-radius: 0.75rem;
      margin-top: 2rem;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .contrast-header {
      font-family: 'Georgia', serif;
      font-size: 1.75rem;
      font-weight: bold;
      color: #343a40;
      margin-bottom: 1rem;
      border-left: 6px solid #6c757d;
      padding-left: 1rem;
    }

    .contrast-card {
      border-left: 5px solid #adb5bd;
      background: #ffffff;
      padding: 1.5rem;
      margin-bottom: 1.5rem;
      border-radius: 0.5rem;
      box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
    }

    .contrast-card h5 {
      color: #212529;
      font-weight: bold;
      margin-bottom: 0.5rem;
    }

    .contrast-card blockquote {
      font-size: 1.05rem;
      font-style: italic;
      color: #495057;
      margin: 0.75rem 0;
      border-left: 4px solid #dee2e6;
      padding-left: 1rem;
    }

    .contrast-card .true-scripture {
      background-color: #e9f7ef;
      padding: 0.75rem;
      border-left: 4px solid #28a745;
      margin-top: 1rem;
      font-weight: 500;
      color: #155724;
      font-style: normal;
    }

    .transcript p {
      font-family: 'Times New Roman', serif;
      font-size: 1.05rem;
      line-height: 1.7;
      color: #212529;
      text-align: left;
      padding: .5em;
      margin: .5em;
      margin-left: .5em;
    }

    .border-purple {
      border-color: purple !important;
    }

    .text-gold {
      color: gold !important;
    }

    .shadow-crimson {
      box-shadow: 0 0 8px crimson;
    }

    .btn-dark:hover {
      background-color: #222 !important;
      box-shadow: 0 0 12px crimson;
    }

    .container {
      width: 100%;
      max-width: 1060px;
    }

    .notes p {
      font-family: 'Times New Roman', serif;
      font-size: 1.05rem;
      line-height: 1.7;
      color: #212529;
      text-align: left;
      padding: .5em;
      margin: .5em;
      margin-left: .5em;
    }

    p {
      color: #000;
      text-align: left;
    }

    .header_banner {
      padding: 0;
      text-align: center;
      background-color: #000;
      background-image: url(https://adifferentpath.org/assets/img/Header.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      height: auto;
      aspect-ratio: 16 / 5;
      /* Adjust this to match your image's aspect ratio */
      color: white;
      font-size: 30px;
    }

    .footer_banner {
      padding: 0;
      text-align: center;
      background-color: #000;
      background-image: url(https://adifferentpath.org/assets/img/Footer.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      height: auto;
      aspect-ratio: 16 / 5;
      /* Adjust this too */
      color: white;
      font-size: 30px;
    }