:root {
  --washu-red: #a51417;
}

.cal-nav {
  background-color: var(--washu-red);
}

.stat-number {
  font-size: 2rem;
  font-weight: 700;
  color: var(--washu-red);
  line-height: 1.1;
}

.stat-label {
  color: #6c757d;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 4px;
}

#map {
  height: 560px;
  border-radius: 6px;
  border: 1px solid #dee2e6;
}


/* tighten Bootstrap table on small screens */
@media (max-width: 576px) {
  .table { font-size: 0.82rem; }
  #map   { height: 380px; }
}
