.zoneContent {
    background-image: url("https://bcgehr.wildapricot.org/resources/Pictures/theme/bg-notes.jpg");
background-position: center; /* Center the image */
background-repeat: no-repeat; /* Do not repeat the image */
background-size: cover; /* Resize the background image to cover the entire container */
background-color: rgba(255,255,255,0.94);
background-blend-mode: lighten;
}

.photoGalleryGadgetScrollElement {
    display: none !important;
}

.WaGadget {
    margin: 0 0 0 0;
}

h2 {
    padding: 0.4em;
    border-radius: 6px;
}

.buttonStyle002 {
    border-radius: 12px;
}