.header {
  --header-padding: 1rem;

  padding: var(--header-padding) var(--page-margin);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
}

.header .logo-link {
  /* Matches the height of the SVG logo */
  height: 27px;
}

@media screen and (max-width: 600px) {
  .header .sub-header {
    font-size: 12px;
  }
}
