/* Custom logo sizing - larger image without affecting nav bar height */
.md-header__button.md-logo {
  padding: 0;
  margin: 0;
}

.md-header__button.md-logo img {
  height: 1.8rem;
  width: auto;
  object-fit: contain;
}
