/* Header-specific overrides live here. */
#signup-button {
  font-size: 1rem;
}

.is-footer .footer_links-list a.text-size-medium {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .navbar_menu.is-page-height-tablet {
    top: 8rem;
    height: calc(100dvh - 6rem);
    padding-top: 0.75rem;
  }

  /* Remove extra spacing under the fixed header on small screens */
  .navbar_wrapper {
    margin-top: 0;
  }

  .navbar_menu.is-page-height-tablet > .navbar_link:first-child {
    margin-top: 0.5rem;
  }
}

.navbar_logo {
  width: 8.375rem;
}
