/* Brand mark in the site header.
   The wordmark image replaces the former "Q-Lana NextGen" text logo. */

.logo img,
.qlana-logo img {
  display: block;
  height: 32px;
  width: auto;
  max-width: 100%;
}

/* The text logo carried font styling that no longer applies to an image. */
.logo,
.qlana-logo {
  display: flex;
  align-items: center;
  line-height: 0;
  flex: 0 0 auto;
}

.logo:hover { text-decoration: none; }

@media (max-width: 600px) {
  .logo img,
  .qlana-logo img { height: 26px; }
}
