body {
  background-color: #F9F4EC;
  font-weight: normal;
  font-style: normal;
  font-family: "Verdana", "Geneva", sans-serif;
}

body {
  color: #091D0B;
}

main a {
  color: #0C1710;
}

main a:hover {
  text-decoration: underline;
  color: #1d3927;
}

main a:visited {
  color: #1d3927;
}

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

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

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

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

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

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

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

footer {
  color: #293AF5;
}

footer a {
  color: #0C1710;
}

footer a:hover {
  text-decoration: underline;
  color: #1d3927;
}

footer a:visited {
  color: #1d3927;
}

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

.title a {
  color: #041301;
}

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

.title a:visited {
  color: #041301;
}

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

.button {
  background: #0C1710;
  color: #F9F4EC;
}

.social-icon {
  background-color: #091D0B;
  color: #F9F4EC;
}

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

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #091D0B;
}