.infobar {
  font-family: 'Roboto Condensed';
  font-size: 16px;
  font-weight: 700;
  background: #000;
  border-bottom: solid 1px rgba(255,255,255,0.25);
}

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

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

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

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

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

.infobar-btn {
  border-radius: 30px;
  padding: 4px 12px;
  font-weight: 700;
}

#sched .active {
  color: #ff0000;
}

#rev .active {
  color: #ff0000;
}

/* Get Started Button Styling */

#getStarted .btn {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  transition: all .5s;
  color: #fff;
  font-weight: 700;
  border-radius: 0;
  padding: 4px 0px;
}

@media (min-width: 768px) {
  #getStarted .btn {
    padding: 3px 15px;
    border-radius: 30px;
    font-size: 17px;
  }
}

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

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

