.detail-content-banner__h1, .detail-content-banner__h2 {
    font-size: var(--fs-h1-xxl-banner);
    font-weight: var(--fw-h1-xxl-banner);
    font-family: var(--ff-h1-xxl-banner);
    line-height: var(--lh-h1-xxl-banner);
    letter-spacing: -0.8px;
    text-transform: uppercase;
    color: var(--c-secondary-gray);
    margin: 0 0 24px;
}
.mi-staff {
    color: black;
    font-weight: bolder;
    font-size: small;
}
.staff-quote{
  font-style: italic;
  font-size: small;
}
.featurette-latest-news {
  font-family: "Oswald", helvetica, sans-serif;
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 500;
  color: #222221;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}
.news-img {
    border-radius: 2rem !important;
    height: 80%;
}

.nav-pills .nav-link {
    font-weight: 1000;
}
.normal-p{
    font-size: 1rem;
    font-weight: 500;
}
.leader-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.special-card {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.h3headline{
   font-size: 1.5rem;
   line-height: 1.2;
   font-family: "Oswald", helvetica, sans-serif;
   font-weight: 800;
   color: #222221;
   margin-top: 8px;
   margin-bottom: 4px;
   text-transform: uppercase;
}
.h5headline{
   font-size: 1.8rem;
   line-height: 1.2;
   font-family: "Oswald", helvetica, sans-serif;
   font-weight: 800;
   color: #222221;
   margin-top: 8px;
   margin-bottom: 4px;
   text-transform: uppercase;
}
.h2headline {
    color: black;
    font-size: 1.5rem;
    font-family: Oswald, helvetica,sans-serif;
    font-weight: 800;
    margin-bottom: .1rem;
}
.mainheadline{
   font-size: 2.5rem;
   line-height: 1.2;
   font-family: "Oswald", helvetica, sans-serif;
   font-weight: 800 !important;
   color: #222221;
   margin-top: 8px;
   margin-bottom: 4px;
   text-transform: uppercase;
}
.h6headline{
   font-size: 1.2rem;
   line-height: 1.2;
   font-family: "Oswald", helvetica, sans-serif;
   font-weight: 800;
   color: #222221;
   margin-top: 8px;
   margin-bottom: 4px;
   text-transform: uppercase;
}
.h7headline{
   font-size: 1.2rem;
   line-height: 1.2;
   font-family: "Oswald", helvetica, sans-serif;
   font-weight: 800;
   color: #222221;
   margin-top: 8px;
   margin-bottom: 4px;
}
.my-fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
    color: gold;
}
.h8headline{
   font-size: .8rem;
   line-height: 1.2;
   font-family: "Oswald", helvetica, sans-serif;
   font-weight: 800;
   color: #222221;
   margin-top: 8px;
   margin-bottom: 4px;
   text-transform: uppercase;
}
.h9headline{
   font-size: .8rem;
   line-height: 1.2;
   font-family: "Oswald", helvetica, sans-serif;
   font-weight: 800;
   color: #222221;
   margin-top: 8px;
   margin-bottom: 4px;
}
a:hover {
    text-decoration-line: none;
}
.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1020;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  border-top: 2px solid #e2e2e2;
}
.too-flex {
    display: flex !important;
    justify-content: space-between;
}
.donatebox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  /*padding: 10px;*/
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  background-color: #f7f7f7;
  text-align: center;
  margin: 0 10 0 0;
}
