
.md-header__inner {
    display: flex;
}

.md-typeset {
    font-size: 0.9rem;
}

.md-header__title {
    display: none;
}

.md-tabs__link {
    font-size: 0.9rem;
}

.md-search {
    display: none !important;
}

.md-tabs__link {
    color: white !important;
}

#:root  > * {
#  --md-primary-fg-color: #7b1e1e;
#}

.md-nav__link,
.md-typeset a {
    color: #567684 !important;
}

.md-nav__link:hover,
.md-typeset a:hover {
    color: #567684 !important;
}

.md-main {
    background-color: #eef4f6;
}

/* Hide site title beside logo, including mobile */
.md-header__title,
.md-header__topic {
  display: none !important;
}

/* Logo size */
.md-header__button.md-logo img,
.md-header__button.md-logo svg {
  height: 65px;
  width: auto;
}
