/* NAVIGATION */
header nav a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s ease;
}
header nav a:hover {
  opacity: 0.7;
}
header nav a.is-active {
  font-weight: 700;
  text-decoration: underline;
}

/*# sourceMappingURL=styleCustom.css.map */
