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

body {
  color: #3D0605;
}

main a {
  color: #1117B0;
}

main a:hover {
  text-decoration: underline;
  color: #151ddf;
}

main a:visited {
  color: #151ddf;
}

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

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

.site-nav a {
  color: #9C0F0F;
}

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

.site-nav a:visited {
  color: #9C0F0F;
}

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

.site-nav:hover a.selected {
  color: #9C0F0F;
}

footer {
  color: #6808a0;
}

footer a {
  color: #1117B0;
}

footer a:hover {
  text-decoration: underline;
  color: #151ddf;
}

footer a:visited {
  color: #151ddf;
}

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

.title a {
  color: #0A2A80;
}

.title a:hover {
  text-decoration: none;
  color: #0e3aaf;
}

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

.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: #ed2521;
}

.button {
  background: #1117B0;
  color: #FBFBFB;
}

.social-icon {
  background-color: #3D0605;
  color: #FBFBFB;
}

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

.site-title {
  font-family: "Josefin Slab", sans-serif;
  font-style: normal;
  font-weight: 600;
}

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #3D0605;
}