body {
  background-color: #FDFDFD;
  font-weight: normal;
  font-style: normal;
  font-family: "Arial", "Helvetica", sans-serif;
}

body {
  color: #121213;
}

main a {
  color: #5B72C1;
}

main a:hover {
  text-decoration: underline;
  color: #8092cf;
}

main a:visited {
  color: #8092cf;
}

.site-title, .mobile-menu-icon {
  color: #015CFA;
}

.site-nav, .mobile-menu-link, nav:before, nav:after {
  color: #0D41F5;
}

.site-nav a {
  color: #0D41F5;
}

.site-nav a:hover {
  text-decoration: none;
  color: #3e67f7;
}

.site-nav a:visited {
  color: #0D41F5;
}

.site-nav a.selected {
  color: #3e67f7;
}

.site-nav:hover a.selected {
  color: #0D41F5;
}

footer {
  color: #A9B8E9;
}

footer a {
  color: #5B72C1;
}

footer a:hover {
  text-decoration: underline;
  color: #8092cf;
}

footer a:visited {
  color: #8092cf;
}

.title, .news-item-title, .flex-page-title {
  color: #0B40F7;
}

.title a {
  color: #0B40F7;
}

.title a:hover {
  text-decoration: none;
  color: #3c67f9;
}

.title a:visited {
  color: #0B40F7;
}

.hr, .hr-before:before, .hr-after:after, .hr-before--small:before, .hr-before--large:before, .hr-after--small:after, .hr-after--large:after {
  border-top-color: #75757c;
}

.button {
  background: #5B72C1;
  color: #FDFDFD;
}

.social-icon {
  background-color: #121213;
  color: #FDFDFD;
}

.welcome-modal {
  background-color: #FDFDFD;
}

.site-title {
  font-family: "Enriqueta", sans-serif;
  font-style: normal;
  font-weight: 400;
}

nav {
  font-family: "Enriqueta", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.wordy {
  text-align: left;
}

.site-title {
  font-size: 2.1875rem;
}

footer .credit a {
  color: #121213;
}