.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Scale the nav wordmark by height; overrides the theme's max-width: 15rem */
.nav_brand img.logo {
  height: 48px;
  width: auto;
  max-width: none;
  margin: 0;
}
