.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

@media (min-width: 992px) {
  .rounded-lg-3 { border-radius: .3rem; }
}

body, .p, h1, h2, h3, h4 {
  font-family: "Petrona", serif !important;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
      
      .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }
      
      .btn-primary {
      --bs-btn-border-color: #968000;
      --bs-btn-bg: #2b5c0b;
        --bs-btn-hover-bg: #968000;
    --bs-btn-hover-border-color: #968000;
        border-width: 2px !important;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }
      #formintro {
      }
      #findachurch {
        background-color: #1e353d;
      }
      #about {
        background: linear-gradient(#1e353d, #968000);
      }
      #ambassador {
        background-color: #1e353d;
      }
      #banner {
            background-color: #1e353d;
      }
      btn {
        background-color: #2b5c0b !important;
      }
