html, body, header#header {
    background: #FFFFFF !important;
}

nav a {
  color: #4E4E50;
  text-decoration: none;
  padding: 8px 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-right: 12px;
  border-radius: 8px;
  transition: all 0.2s ease;
}


nav a:hover,
nav a:focus-visible {
  background: #E6F0FF;
  color: #0A2A66;
}


nav li.active > a,
nav li[aria-current="page"] > a,
nav .current-menu-item > a,
nav .is-active > a,
nav .router-link-active { /* frameworks like Vue Router add this on <a> */
  background: #E1BFED;
  color: #0A2A66;
  font-weight: 600;
}



h1, h2, h3 {
  font-family: "Helvetica Neue", Arial, sans-serif !important;
  color: #6F2789 !important;
  margin: 0 0 12px !important;
}

h1 *, h2 *, h3 * {
  color: inherit !important; /* makes inner <span>, <strong> adopt the heading color */
}

h1 { font-size: 38px !important; }
h2 { font-size: 26px !important; }
h3 { font-size: 20px !important; }

p{ color: #4E4E50 !important; }