* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body{
    height: 100%;
    overflow-x: hidden;
}

.background-container::before {
    content: "";  /* Required for pseudo-elements to show */
    position: absolute;  /* Positions it relative to the container */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;  /* Covers the entire container */
    background-image: url('images/background2.jpg');  /* image path */
    background-size: cover;  /* Scales the image to cover the entire area without distortion */
    background-position: center;  /* Centers the image */
    background-repeat: no-repeat;  /* Prevents tiling */
    filter: brightness(0.5);  /* Dims the image—adjust between 0.5 (darker) and 0.8 (lighter) */
    opacity: 0.6;  /* Additional subtle transparency—adjust as needed (0.5-0.9 works well) */
    z-index: -1;  /* Pushes it behind the content */
}

.background-container {
    position: relative;
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: justify;
    
    align-items: center;
}

.content-wrapper {
    display: flex;
    flex-direction: column;
    padding: 20px;
    justify-content: space-between;
    height: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    flex: 1;
}

.background-container5 .content-wrapper {
    padding: 40px 20px; /* Increased padding for public-notices */
    justify-content: flex-start; /* Align content at top */
    max-width: 800px; /* Constrain content width */
    margin: 0 auto; /* Center horizontally */
}

.background-container5 .content-wrapper h1 {
    margin-bottom: 20px; /* Space below heading */
}

.background-container5 .content-wrapper h3 {
    margin-bottom: 15px; /* Space below subheading */
}

.background-container5 .content-wrapper p {
    margin-bottom: 30px; /* Space below paragraphs */
    line-height: 1.6; /* Improve readability */
}

.footer {
    gap: 40px;
}

.email {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

.email:hover {
    color: darkblue;
    text-decoration: none;
}

.background-container2::before {
    content: "";  /* Required for pseudo-elements to show */
    position: absolute;  /* Positions it relative to the container */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;  /* Covers the entire container */
    background-image: url('images/background6.jpg');  /* image path */
    background-size: cover;  /* Scales the image to cover the entire area without distortion */
    background-position: center;  /* Centers the image */
    background-repeat: no-repeat;  /* Prevents tiling */
    filter: brightness(0.5);  /* Dims the image—adjust between 0.5 (darker) and 0.8 (lighter) */
    opacity: 0.6;  /* Additional subtle transparency—adjust as needed (0.5-0.9 works well) */
    z-index: -1;  /* Pushes it behind the content */
}
.background-container2 {
    position: relative;
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: justify;
    
    align-items: center;
}

.background-container3::before {
content: "";  /* Required for pseudo-elements to show */
    position: absolute;  /* Positions it relative to the container */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;  /* Covers the entire container */
    background-image: url('images/background13.jpg');  /* image path */
    background-size: cover;  /* Scales the image to cover the entire area without distortion */
    background-position: center;  /* Centers the image */
    background-repeat: no-repeat;  /* Prevents tiling */
    filter: brightness(0.5);  /* Dims the image—adjust between 0.5 (darker) and 0.8 (lighter) */
    opacity: 0.6;  /* Additional subtle transparency—adjust as needed (0.5-0.9 works well) */
    z-index: -1;  /* Pushes it behind the content */
}

.background-container3 {
position: relative;
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: justify;
    align-items: center;
}

.map-container {
    width: 400px;
    height: 400px;
    margin: 0 auto;
    background-color: #ccc; /* Placeholder color */
}

#calendar {
    max-width: 1200px; /*increases width */
    width: 100%;
    height: 900px;  /*sets taller height */
    margin: 0 auto;
}
.background-container4::before {
content: "";  /* Required for pseudo-elements to show */
    position: absolute;  /* Positions it relative to the container */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;  /* Covers the entire container */
    background-image: url('images/background5.jpg');  /* image path */
    background-size: cover;  /* Scales the image to cover the entire area without distortion */
    background-position: center;  /* Centers the image */
    background-repeat: no-repeat;  /* Prevents tiling */
    filter: brightness(0.5);  /* Dims the image—adjust between 0.5 (darker) and 0.8 (lighter) */
    opacity: 0.6;  /* Additional subtle transparency—adjust as needed (0.5-0.9 works well) */
    z-index: -1;  /* Pushes it behind the content */
}

.background-container4 {
position: relative;
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: justify;
    align-items: center;
}

.background-container5::before {
    content: "";  /* Required for pseudo-elements to show */
    position: absolute;  /* Positions it relative to the container */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;  /* Covers the entire container */
    background-image: url('images/background7.jpg');  /* image path */
    background-size: cover;  /* Scales the image to cover the entire area without distortion */
    background-position: center;  /* Centers the image */
    background-repeat: no-repeat;  /* Prevents tiling */
    filter: brightness(0.5);  /* Dims the image—adjust between 0.5 (darker) and 0.8 (lighter) */
    opacity: 0.6;  /* Additional subtle transparency—adjust as needed (0.5-0.9 works well) */
    z-index: -1;  /* Pushes it behind the content */
}

.background-container5 {
    position: relative;
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.fc-event-title {
    white-space: normal; /* Allow text to wrap */
    word-wrap: break-word; /* Break long words */
    font-size: 14px; /* Adjust font size for readability */
    padding: 5px; /* Add padding for better fit */
}

.background-container6::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-image: url('images/background9.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(0.5);
    opacity: 0.6;
    z-index: -1;
}

.background-container6 {
    position: relative;
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.content-wrapper1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    text-align: center;
    position: relative;
    z-index: 1;
    flex: 1;
    justify-content: flex-start; /* Align top */
}

.content-wrapper1 h1,
.content-wrapper1 h2 {
    margin: 0 0 20px 0; /* Tight spacing */
}