/* custom styles for ralphex site */

/* hide duplicate h1 title */
.md-typeset h1,
.md-content__button {
    display: none;
}

/* hide site name in nav (shows only nav entry) */
.md-nav__title {
    display: none;
}

/* slightly bigger logo without expanding header */
.md-header__button.md-logo {
    padding: 0.1rem;
}
.md-header__button.md-logo img {
    height: 1.6rem;
    width: auto;
}
