/* Make the header logo a bit bigger than default */
.md-header__button.md-logo img {
  height: 2.2rem;
  width: auto;
}

/* Hide the site name text next to the logo */
.md-header__topic .md-ellipsis {
  display: none;
}

/* Footer layout: MkDocs left, Talmo Lab right */
.md-footer-meta__inner.md-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.md-copyright {
  order: 1;
  margin-left: auto;
}

/* Footer Talmo Lab logo */
.footer-logo {
  height: 100px;
  max-height: 100px;
  width: 100px;
  max-width: 100px;
  vertical-align: middle;
  margin-left: 0.3rem;
}
