:root {
  --md-primary-fg-color: #082D6B;
  --md-accent-fg-color: #EA810F;
}

/* Make header logo larger and more visible */
.md-header__button.md-logo img,
.md-header__button.md-logo svg {
  height: 2.5rem !important;
  width: auto !important;
  max-width: 200px !important;
}

/* Style the header title - align to bottom and increase size */
.md-header__title {
  font-size: 1.4rem !important;
  line-height: 1.2 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0.1rem !important;
}

.md-header__inner {
  align-items: center !important;
}

.md-header__title,
.md-header__button {
  align-self: flex-end !important;
  margin-bottom: 0.2rem !important;
}