body {
  background-color: #000000;
  background: url(/images/bg.png) no-repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@supports (background-image: url("image.webp")) {
  body {
    background: url(/images/bg.webp) no-repeat top center fixed;
    background-size: cover;
  }
}

h3 {
  color: #eeeeee;
}

h4 {
  color: #ffffff !important;
  font-weight: bold !important;
}

.sponsor.img-thumbnail {
  width: 100% !important;
  max-width: 336px !important;

  background-color: black !important;
  border-color: black !important;
  color: #eeeeee !important;
  margin: 10px !important;
}

.sponsorSml.img-thumbnail {
  width: 100% !important;
  max-width: 145px !important;

  background-color: black !important;
  border-color: black !important;
  color: #eeeeee !important;
  margin: 10px !important;
}

.hsnav-item {
  height: 50px;
  text-align: center;
  width: 100% !important;
  max-width: 110px !important;
  color: #000000 !important;
}

.hsnav-item link {
  color: #000000 !important;
  height: 50px;
}

.hsnav {
  color: #000000 !important;
}

.hsnav-active {
  padding: 0px;
  height: 50px;
  background-color: #f9b721;
  color: #000000 !important;
}

.subnav-item {
  border-left: 1px solid #000000;
  color: #000000 !important;
  background-color: #ffffff !important;
  font-weight: bold;
}

.subnav-link {
  font-weight: bold;
  color: #000000 !important;
  background-color: #ffffff !important;
  padding: 0px;
}

.subnav-link {
  font-weight: bold;
  color: #000000 !important;
  padding: 0px;
}

.active {
  background-color: #f9b721 !important;
  padding: 0px;
  color: #000000;
}
