/* Hide the main h1 heading on all pages */
.md-typeset h1 {
  display: none;
}