

.cover-container {
  max-width: 42em;
  text-align: center;
}



/*
 * Header
 */

.nav-masthead .nav-link {
  color: rgba(255, 255, 255, .5);
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: var(--secondary);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 2rem;
}

