/* Hide first H1 inside page content (page title from nav) */
.md-content__inner.md-typeset > h1:first-of-type {
  display: none !important;
}