:root {
  --ams-typography-font-family: Verdana, Arial, sans-serif;
  --ams-heading-color: #003660;
  --ams-color-interactive: #1779ba;
  --ams-color-interactive-hover: #003660;
  --ams-page-header-menu-item-color: #006db8;
  --ams-page-footer-spotlight-background-color: #003660;
  /* --ams-typography-body-text-font-size: 1rem;
  --ams-typography-body-text-font-weight: 400;
  --ams-typography-body-text-line-height: 1.4;
  --ams-typography-body-text-small-font-size: 0.825rem;
  --ams-typography-body-text-small-line-height: 1.6;
  --ams-typography-body-text-large-font-size: 1.125rem;
  --ams-typography-body-text-large-line-height: 1.6;
  --ams-typography-body-text-x-large-font-size: 1.5rem;
  --ams-typography-body-text-x-large-line-height: 1.4;
  --ams-typography-heading-1-font-size: 2rem; */
}


BODY {
  border-top: 5px solid #e5007d;
}

.ams-page-header__logo-container {
  inline-size: auto;
}

.ams-page-header__logo-container img {
  max-height: 85px;
}

.ams-page-footer__spotlight {
  color: var(--ams-color-text-inverse);
}

.ams-page-footer__spotlight a:hover,
.ams-page-footer__spotlight a:focus {
  color: var(--ams-color-interactive-inverse);
}

.ams-page-footer__spotlight .ams-row {
  grid-column: 1 / -1;
}

