/* Base navigation style */

nav {
  margin-bottom: 1.2em;
  font-family: inherit;
  font-size: 0.95em;
}

nav a {
  text-decoration: none;
  color: inherit;
}

/* Active (current page) */

nav a.active {
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* Footer */

footer {
  margin-top: 3em;
  font-size: 0.85em;
  opacity: 0.7;
}

/* Print-friendly */

@media print {
  nav,
  footer {
    display: none;
  }
}
