/* Hide the site title text in the header so the logo stands alone as the title. */
.md-header__topic:nth-child(1) > span:nth-child(1) {
    display: none;
}

a.md-header__button.md-logo img {
    height: 1.4rem;
    margin-top: 0.5rem;
}
