.hero {
  width: 100%;
  object-fit: cover;
  max-height: 650px;
}

.zoom {
  overflow: hidden;
  position: relative;
  text-align: center;
}

.overlay.text {
  /*background-color: rgba(0,0,0,0.2);*/
  box-shadow: 50px 0px 0px 0px;
  width: 100%;
  position: absolute;
  color: white;
  z-index: 100;
  font-size: 40px;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0 0 4px black, 0 0 2px black, 0 0 2px black, 0 0 2px black;
  line-height: 6.1vw;
  vertical-align: middle;
  -webkit-user-select: none;
}

@keyframes fadeInChange {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn1 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn2 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn3 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.text-nowrap.overlay.text {
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0,0,0,0.7);
}

.nav-link:focus, .nav-link:hover {
  text-decoration: overline;
}

.text-nowrap.overlay.text {
}

.marquee {
}

.advisory.board {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.marquee {
  color: white;
  background-color: rgb(249,249,249);
  width: 100%;
  height: 40px;
  overflow: hidden;
}

.list.align-items-baseline {
  /*border: 3px solid teal;*/
  width: 325px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
  margin: auto;
  align-items: center;
  color: rgb(52,52,52);
  -webkit-user-select: none;
}

.list.align-items-baseline2 {
  /*border: 3px solid teal;*/
  width: 325px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  font-size: 12px;
  font-weight: normal;
  white-space: nowrap;
  margin: auto;
  align-items: center;
  color: rgb(52,52,52);
  text-transform: uppercase;
  -webkit-user-select: none;
}

.marquee-content {
  list-style: none;
  display: flex;
  animation: scrolling;
  animation-duration: 40s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-180vw);
  }
}

sub, sup {
  position: relative;
  font-size: 12px;
  line-height: 0;
  font-weight: normal;
  vertical-align: baseline;
}

@media screen and (max-width: 500px) {
}

@media (max-width: 600px) {
  .text-nowrap.overlay.text {
    font-size: 28px;
  }
}

@media (max-width: 430px) {
  .text-nowrap.overlay.text {
    font-size: 22px;
  }
}

a:hover {
  color: #000000;
  border: none;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
}

.body_text {
  font-size: 18px;
}

img {
  vertical-align: middle;
  border-style: none;
}

a {
  color: rgb(73,73,73);
}

#expandable {
  color: rgba(0,0,0,0.7);
  text-shadow: 3px 3px rgba(0,0,0,0.1);
  letter-spacing: 12px;
  margin-top: 30px;
  font-size: 40px;
  text-align: center;
}

@media (max-width: 550px) {
  #expandable {
    color: rgba(0,0,0,0.7);
    text-shadow: 3px 3px rgba(0,0,0,0.1);
    letter-spacing: 12px;
    margin-top: 30px;
    font-size: 8vw;
    text-align: center;
  }
}

#expandable_long {
  color: rgba(0,0,0,0.7);
  text-shadow: 3px 3px rgba(0,0,0,0.1);
  letter-spacing: 5px;
  margin-top: 20px;
  font-size: 25px;
  text-align: center;
}

#quote {
  font-size: 16px;
  font-style: italic;
  text-align: center;
}

#attribution {
  text-align: right;
  width: auto;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: 75px;
}

#attribution_short {
  text-align: right;
  width: auto;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: uaot;
}

#popout_div {
  box-shadow: 7px 7px 0px rgba(28,28,28,0.39);
  margin-top: 25px;
  margin-bottom: 30px;
  background: rgba(152,152,152,0.2);
  padding: 20px;
  padding-bottom: 15px;
  padding-top: 22px;
  font-weight: 200;
  font-size: 19px;
  border: 2px solid rgba(0,0,0,0.56);
}

#search_table {
  font-size: 17px;
}

.table {
}

.table td, .table th {
  padding: .75rem;
  vertical-align: middle;
  border-top: 1px solid rgba(186,189,193,0.59);
  text-align: center;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
}

.page_divider {
  background: #c1c1c2;
  height: 2px;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.subheader {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  background: rgba(173,173,173,0.9);
  position: sticky;
  top: 0px;
  text-align: center;
  border: 1px solid rgb(255,255,255);
}

.subheader_link {
  margin-left: 25px;
  margin-right: 25px;
  font-size: 21px;
  font-weight: 200;
  color: rgb(0,0,0);
  text-shadow: 1px 1px rgba(255,255,255,0.5);
  line-height: 35px;
  letter-spacing: 1px;
}

.nav-tabs {
  position: sticky;
  top: 2px;
  justify-content: center;
  margin-left: auto;
  background: rgba(211,211,211,0.9);
  margin-right: auto;
  line-height: 20px;
  font-size: 19px;
  text-shadow: 1px 1px rgba(255,255,255,0.76);
  font-weight: 600;
  letter-spacing: 1px;
  border: 2px solid var(--light);
  vertical-align: middle;
  border: 2px solid var(--light);
  margin-bottom: -5px;
}

@media (max-width: 510px) {
  .nav-tabs {
    position: static;
    top: 2px;
    justify-content: center;
    margin-left: auto;
    background: rgba(211,211,211,0.9);
    margin-right: auto;
    line-height: 20px;
    text-shadow: 1px 1px rgba(255,255,255,0.76);
    font-weight: 600;
    letter-spacing: 1px;
    border: 2px solid var(--light);
    vertical-align: middle;
    border: 2px solid var(--light);
    margin-bottom: -5px;
  }
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: initial;
  border: none;
  text-decoration: overline;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-item.subnav_items {
  margin-left: 20px;
  border: none;
}

@media (max-width: 510px) {
  .nav-item.subnav_items {
    margin-left: 0px;
    border: none;
    font-size: 20px;
  }
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border: none;
  text-decoration: overline;
}

html {
  scroll-behavior: smooth;
}

.nav-link.special_hover {
}

.slide_div {
  margin-top: 15px;
}

.slide_title {
  font-size: 20px;
  line-height: 40px;
  margin-bottom: auto;
  margin-top: auto;
}

.nav-link {
  white-space: nowrap;
  font-size: 20px;
  margin-left: .25vw;
  margin-right: .25vw;
  display: block;
  padding: .5rem 1rem;
}

.nav-link {
  white-space: nowrap;
  font-size: 20px;
  margin-left: .25vw;
  margin-right: .25vw;
  display: block;
  padding: .5rem 1rem;
}

@media (max-width: 510px) {
  .nav-link {
    white-space: nowrap;
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
    padding: .5rem 1rem;
  }
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0,0,0,0.55);
}

#ishappening {
  top: 38%;
  animation: fadeIn1;
  animation-duration: 8s;
  animation-iteration-count: 1;
  padding-left: 180px;
  letter-spacing: 1px;
}

@media (max-width: 600px) {
  #ishappening {
    top: 38%;
    animation: fadeIn1;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    padding-left: 140px;
    letter-spacing: 1px;
  }
}

@media (max-width: 430px) {
  #ishappening {
    top: 38%;
    animation: fadeIn1;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    padding-left: 100px;
    letter-spacing: 1px;
  }
}

#change {
  top: 38%;
  animation: fadeInChange;
  animation-duration: 8s;
  animation-iteration-count: 0;
  padding-right: 316px;
  letter-spacing: 1px;
}

@media (max-width: 600px) {
  #change {
    top: 38%;
    animation: fadeInChange;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    padding-right: 215px;
    letter-spacing: 1px;
  }
}

@media (max-width: 430px) {
  #change {
    top: 38%;
    animation: fadeInChange;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    padding-right: 185px;
    letter-spacing: 1px;
  }
}

.fpbutton {
  margin-right: auto;
  margin-left: auto;
  height: 150px;
  margin-top: 0px;
  margin-bottom: 35px;
  max-width: 500px;
  min-width: 500px;
  box-shadow: 3px 3px 8px 1px rgba(33,37,41,0.38);
}

.big {
  background: rgba(192,192,192,0.1);
  margin-top: 0px;
  padding-top: 45px;
  padding-bottom: 1px;
}

@media (max-width: 510px) {
  .big {
    background: rgba(192,192,192,0.1);
    margin-top: 0px;
    padding-top: 45px;
    display: none;
    padding-bottom: 1px;
  }
}

@media (min-width: 510px) {
  .small {
    background: rgba(192,192,192,0.1);
    margin-top: 0px;
    display: none;
  }
}

#linklist {
  text-align: center;
  font-size: 25px;
  color: white;
}

.fplist {
  font-size: 26px;
  line-height: 26px;
  font-weight: 500;
  width: 80%;
  color: var(--white);
  margin: auto;
  margin-right: auto;
  padding-top: 40px;
  text-shadow: 1.5px 1.5px rgba(214,214,214,0.3);
}

#credits {
  margin-top: 25px;
  margin-bottom: 0px;
  margin-right: 50px;
  margin-left: 50px;
  -webkit-user-select: none;
  font-size: 14px;
  text-align: right;
  margin-bottom: 5px;
}

@media (max-width: 510px) {
  #credits {
    margin-top: 25px;
    margin-bottom: 0px;
    margin-right: 50px;
    margin-left: 50px;
    -webkit-user-select: none;
    font-size: 13px;
    text-align: center;
    margin-bottom: 5px;
  }
}

#photo-credits {
  text-align: right;
  margin-right: 50px;
  margin-left: 50px;
  margin-bottom: 25px;
  font-size: 12px;
}

@media (max-width: 510px) {
  #photo-credits {
    text-align: center;
    margin-right: 50px;
    margin-left: 50px;
    margin-bottom: 25px;
    text-align: center;
    font-size: 10px;
  }
}

.as {
  width: 500px;
  height: 150px;
  position: absolute;
}

@media (max-width: 766px) {
  .navbar-nav {
    margin-top: -76px;
  }
}

a:hover {
  color: #000000;
  border: none;
}

.newsletter_para {
}

.newsletter_para {
}

.newsletter_para {
  font-weight: bold;
  color: rgba(0,0,0,0.7);
  text-shadow: 3px 3px rgba(0,0,0,0.1);
  letter-spacing: 5px;
  margin-top: 0;
  font-size: 25px;
  text-align: center;
}

