#sched .active {
  color: #ff0000;
}

.infobar {
  position: relative;
  width: 100%;
  font-family: 'Roboto Condensed';
  font-size: 17px;
  font-weight: 700;
  padding: 10px 0 8px 0;
  background: #000000;
  border-bottom: solid 1px #930000;
  z-index: 9999;
}

@media (min-width: 576px) {
  .infobar {
    font-size: calc(11px + .9vw);
  }
}

@media (min-width: 768px) {
  .infobar {
    padding: 9px 0;
  }
}

@media (min-width: 1400px) {
  .infobar {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  body.modal-open .infobar {
    width: calc(100% + var(--bs-scrollbar-width, 17px));
    margin-right: calc(-1 * var(--bs-scrollbar-width, 17px));
    padding-right: var(--bs-scrollbar-width, 17px);
    box-sizing: border-box;
  }
}

.divider {
  background: #930000;
  width: 1px;
}

.infobar a {
  color: #c3c3c3;
  text-decoration: none;
  transition: all .3s;
}

.infobar a:hover {
  color: #fff;
  transition: all .3s;
}

#getStarted .btn {
  color: white;
  background: #ff0000;
  box-shadow: none;
  border-width: 0px;
  text-shadow: 1px 1px 1px #000;
  font-size: calc(13px + .7vw);
  padding: 3px 10px 0px 10px;
  transition: all .5s;
  border-radius: 4px;
}

#getStarted .btn:hover {
  background: #c80000;
}

@media (min-width: 576px) {
  #getStarted .btn {
    font-weight: 700;
  }
}

@media (min-width: 1200px) {
  #getStarted .btn {
    font-size: 24px;
    font-weight: 700;
  }
}

@media (min-width: 1400px) {
  #getStarted .btn {
    font-size: 26px;
    font-weight: 700;
  }
}

.get-started-mobile .btn {
  background-color: #ff0000;
  box-shadow: none;
  border-width: 0px;
  text-shadow: 1px 1px 1px #000;
  font-size: 26px;
  line-height: 1.0;
  padding: 8px 15px 4px 15px;
  border-radius: 0px;
  transition: all .5s;
  width: 100%;
}

.get-started-mobile .btn:hover {
  background: #c80000;
  transition: all .5s;
}

.get-started-mobile-icon {
  height: clamp(18px, 2vw, 24px);
  width: auto;
  margin-bottom: 3%;
}

