/* Hide the logo button in the header.
   The JarHC logo has a non-transparent blue background that clashes with the
   blue header bar. The site title (which also links to the home page) remains. */
.md-header__button.md-logo {
  display: none;
}
