#sched .active {
  color: #ffbf00;
}

#rev .active {
  color: #ffbf00;
}

.infobar a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.infobar a:hover {
  color: #ffbf00;
}

/* remove hover on phone link */

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

.infobar {
  font-family: 'Roboto Condensed';
  font-size: 18px;
  background: #000423;
  z-index: 9999;
}

@media (min-width: 1200px) {
  .infobar {
    font-size: 20px;
    font-weight: 700;
  }
}

.infobar .divider {
  background: rgba(255,255,255,0.25);
  width: 1px;
}

.infobar .btn {
  --bs-btn-active-color: #ffbf00;
  --bs-btn-active-border-color: transparent;
}

#getStarted .btn {
  display: block;
  width: 100%;
  font-size: 23px;
  transition: all .5s;
  font-weight: 700;
  border-radius: 0;
  padding: 6px 0px 1px 0;
  text-shadow: 1px 1px rgba(0,0,0,0.7);
}

@media (min-width: 768px) {
  #getStarted .btn {
    font-size: 20px;
    padding: 2px 12px 2px 6px;
    border-radius: 4px;
  }
}

@media (min-width: 992px) {
  #getStarted .btn {
    font-size: 22px;
    padding: 2px 14px 2px 8px;
    border-radius: 5px;
  }
}

