/* The current site identity overrides the historical image logo. */
#ja-header h1.logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 125px;
  background: none;
  color: #6c8b15;
  text-decoration: none;
}

#ja-header h1.logo a span {
  position: static;
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: 52px;
  font-weight: bold;
  line-height: 1.15;
  letter-spacing: -1.5px;
}

#ja-header h1.logo a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: -4px;
}
