.top-bar {
    background-color: white;
    border-bottom: 4px solid black;
}
.header-frame {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.header-logo {
    float: left;
    width: 100%;
    max-width: 440px;
}
.header-text {
    float: right;
    max-width: 350px;
}
.member-logos {
    float: left;
    margin-right: 12px;
}
.header-info {
    color: #336633;
    display: table-cell;
    font-family: Courier New;
    font-size: 18px;
    padding-top: 12px;
}
@media screen and (max-width: 899px) {
    .header-logo {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .header-text {
        float: none;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .header-info {
        padding-bottom: 20px;
    }
    .member-logos {
        float: none;
        margin-right: 0px;
        margin-bottom: 12px;
    }
}

.notice {
	background: red;
	color: #fff;
	padding: 15px;
	font-size: 16px;
	text-align: left;
	font-weight: normal;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 4px solid black;
  border-radius: 10px;
}

.notice ul {
  margin: 0;
  margin-top: 10px;
}

.notice li {
  margin: 0;
  margin-bottom: 10px;
}

.notice p {
  margin: 0;
}

.notice h3 {
  color: white;
  
}

.facemask {
  height: 140px;
  width: auto;
  float: left;
  margin-right: 40px;
}

#sticky-menu {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000; /* Ensures menu stays on top of other content */
	background-color: #fff; /* Add your desired background color */
	box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Optional: adds a subtle shadow */
	border-bottom: 3px solid black;
	text-align: center;
}