.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #C65943;
}
.schedule__item--major {
    background: none;
}
.nav-tabs > li.active::before {
  background: #C65943;
}
.schedule__time, .schedule__desc {
  color: #000;
}
.schedule__item--major .schedule__time,
.schedule__item--major .schedule__desc,
.schedule__item em {
  color: #C65943;
}
.navbar-default {
  border-bottom: 1px solid #CF3F2F !important;
  border-color: transparent;
}

.navbar-button {
  background-color: #606470 !important;
  border: 1px solid #606470 !important;
}
.btn, .btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary:hover, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary.focus, .btn-number, .btn-trans, .btn-trans:hover, .btn-number:hover {
  background-color: #606470 !important;
  border: 1px solid #606470 !important;
  color: #FFF !important;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-minor-controls > li > a {
color: #CF3F2F;
text-transform: uppercase;
}
.schedule__item--major .schedule__time {
  font-weight: bold;
}
.footer{
  background: #fff;
  border-top: 1px solid #1F2734;
}
.w-85 img { width: 85%; }
.w-80 img { width: 80%; }
.w-75 img { width: 75%; }
.w-70 img { width: 70%; }
.w-65 img { width: 65%; }
.w-60 img { width: 60%; }
.w-55 img { width: 55%; }
.w-50 img { width: 50%; }
.w-45 img { width: 45%; }
.w-40 img { width: 40%; }
.w-35 img { width: 35%; }
.w-30 img { width: 30%; }
.w-25 img { width: 25%; }
.w-20 img { width: 20%; }
.w-15 img { width: 15%; }
.w-10 img { width: 10%; }