#sched .active {
  color: #ff0000;
}

@media (min-width: 768px) {
  body.modal-open .infobar, body.modal-open .navbar {
    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;
  }
}

.infobar {
  position: relative;
  width: 100%;
  font-family: 'Roboto Condensed';
  font-size: 18px;
  font-weight: 700;
  background: #000;
  border-bottom: solid 1px #930000;
  z-index: 9999;
}

@media (min-width: 768px) {
  .infobar {
    font-size: calc(10px + 1vw);
    padding: 5px 0px 4px 0px;
  }
}

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

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

.infobar a {
  color: #ffffff;
  text-decoration: none;
}

@media (min-width: 992px) {
  .infobar a {
    transition: color .3s ease-in-out;
  }
}

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

/* remove hover on phone and directions links */

@media (hover: none) and (pointer: coarse) {
  .infobar a:hover, .infobar a:focus {
    color: #fff;
  }
}

#getStarted .btn {
  box-shadow: none;
  border-width: 0px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
  font-size: 24px;
  border-radius: 0px;
  width: 100%;
  padding: 2px 10px;
}

@media (min-width: 768px) {
  #getStarted .btn {
    border-width: 0px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
    font-size: calc(13px + .7vw);
    padding: 4px 15px 2px 15px;
    border-radius: 4px;
  }
}

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

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

#getStarted .get-started-icon {
  height: 20px;
  width: auto;
  margin-bottom: 5px;
}

@media (min-width: 1200px) {
  #getStarted .get-started-icon {
    height: 25px;
    width: auto;
    margin-bottom: 7px;
  }
}

