.metric-value {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.metric-label {
  color: var(--usa-base-dark);
  font-size: .875rem;
}

.table-scroll {
  overflow-x: auto;
}

#main-content .usa-hero {
  background-image: url(../img/hero-2.jpg);
}

@media (min-width: 64em) {
  header.usa-header--basic .usa-navbar {
      width: 60%;
  }
}
