#sched .active {
  color: #0085ff;
}

.infobar {
  position: relative;
  font-family: 'Roboto Condensed';
  font-size: 16px;
  font-weight: 600;
  padding: 12px 0 8px 0;
  background: #000000;
  border-bottom: solid 1px #0000ff;
  z-index: 9999;
}

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

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

@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;
  }
}

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

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

.divider {
  background: #0000ff;
  width: 1px;
}

#getStarted .btn {
  font-size: calc(13px + .7vw);
  padding: 3px 10px 0px 10px;
  transition: all .5s;
  border-radius: 4px;
}

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

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

.get-started-mobile {
  position: fixed;
  width: 100%;
  padding: 10px 0;
  z-index: 15;
  top: 0;
  background: #000;
  box-shadow: 0 0px 15px rgba(0,0,0,0.65);
}

.get-started-mobile .btn {
  font-size: 24px;
  line-height: 1.4;
  padding: 3px 15px;
  border-radius: 4px;
}

