/* Primary: #c0392b  Hover: #a93226  Dark: #2c2c2c */

/* Navbar */
.navbar {
  background-color: #c0392b !important;
}
.navbar-brand,
.navbar-nav .nav-link {
  color: #fff !important;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.8) !important;
}
.navbar-nav .nav-item.active .nav-link {
  font-weight: 600;
  border-bottom: 2px solid rgba(255, 255, 255, 0.7);
}

/* Links */
a { color: #003087; }
a:hover { color: #00205c; }

/* Buttons */
.btn-primary {
  background-color: #c0392b;
  border-color: #c0392b;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #a93226;
  border-color: #a93226;
}

/* Sidebar */
.sidebar h3,
.sidebar h4 {
  color: #c0392b;
  border-bottom: 2px solid #c0392b;
  padding-bottom: 0.3rem;
  margin-bottom: 0.75rem;
  margin-top: 1.5rem;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.sidebar h3:first-child,
.sidebar h4:first-child {
  margin-top: 0;
}

/* Schedule cards */
.schedule-card {
  border-left: 4px solid #c0392b;
}
.schedule-card .list-group-item {
  background-color: #fdf5f5;
}

/* Layout */
main { min-height: 60vh; }

/* Footer */
footer {
  background-color: #2c2c2c;
  color: #aaa;
}
footer a { color: #e0e0e0; }
footer a:hover { color: #fff; }
