body {
    text-align: center;
    min-height: 100%;
}

.custom-navi {
  --bs-bg-opacity:1;
  background-color:rgb(177, 177, 177) !important;
}

h2 {
    font-family: sans-serif;
    font-size: 1.5em;
    text-transform: uppercase;
}

strong {
    font-weight: 700;
    background-color: yellow;
}

p {
    font-family: sans-serif;
}

h5 {
    background-color: #fff8f6;
}

 /* unvisited link */
a:link {
  color: #171717;
}
/* visited link */
a:visited {
  color: #171717;
}
/* mouse over link */
a:hover {
  color: #767676;
}
/* selected link */
a:active {
  color: #767676;
}

.center-p {
    text-align: center;
}

.p-narrow-line-height {
    margin-top: 1px;
    margin-bottom: 1px;
}

.open-events-table {
    width: 100%;
    text-align: left;
    margin: 0 auto;
    border-collapse: collapse;
}
.open-events-table tbody tr:nth-child(odd) {
  background-color: #ffe7e0;
}
.open-events-table th, td {
  padding: 0.4em;
}

.coming-events-table {
    width: 100%;
    text-align: left;
}
.coming-events-table tbody tr:nth-child(odd) {
    background-color: #fff7d8;
}
.coming-events-table th, td {
    padding: 0.4em;
}

.errordiv {
    font-weight: bold;
    background-color: white;
    color:  #ff7c70;
    padding-bottom: 5px;
}

.narrow-input-field {
    align: center;
}

.card-header {
    color: black;
}
.card-title {
    color: black;
}

.submit-button {
    border-radius: 10px;
    margin-top: 15px;
    padding: 5px;
    background: #abffc3;
}

.errorMessage {
    color: #ee1074;
    background: #eee9de;
    font-weight: bold;
    padding: 10px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}

.footer-basic {
    clear: both;
    position: fixed;
    height: 45px;
    bottom: 0;
    width: 100%;
    # padding: 20px 0 0px 0;
    margin: 0px 0 0px 0;
    background-color: #e2e2e2;
    color: #4b4c4d;
}

.footer-basic ul {
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
}

.footer-basic li {
    padding: 0 10px;
}

.footer-basic ul a {
    color: inherit;
    text-decoration: none;
    opacity: 0.8;
}

.footer-basic ul a:hover {
    opacity: 1;
}

.footer-basic .copyright {
    margin-top: 15px;
    padding: 0 0 5px 0;
    text-align: center;
    font-size: 14px;
    color: #0ea1e2;
}

.contact-paragraph {
    color: #1a8f55;
}
.contact-paragraph a {
    color: #1a8f55;
}

.maintenance-messages-table {
    width: 100%;
    text-align: left;
    margin: 0 auto;
    border-collapse: collapse;
}
.maintenance-messages-table tbody tr:nth-child(odd) {
  background-color: #aebece;
}
.maintenance-messages-table th, td {
  padding: 0.4em;
}