/* The Oslo logo seems to be too small, these css rules fixes this. */
.md-header__button.md-logo {
  margin: 0;
  padding: 0;
}

.md-header__button.md-logo img, .md-header__button.md-logo svg {
    height: 4.4rem;
    width: 4.4rem;
    /* Keep the logo in flow but don't let it stretch the navbar */
    vertical-align: middle;
    margin: -2.3rem -0.5rem;  /* Adjust the Oslo logo to be inline with title */ 
}