/* Hide auto-generated page title h1 that has no id (landing page) */
.md-content__inner > h1:not([id]) {
  display: none;
}

/* Header logo: bigger, forced to solid white */
.md-header__button.md-logo img {
  height: 2.4rem;
  width: auto;
  filter: brightness(0) invert(1);
}

/* Hide the site-name text next to the header logo */
.md-header__title .md-header__topic:first-child {
  display: none;
}
