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

body {
  color: #545454;
}

main a {
  color: #0A2900;
}

main a:hover {
  text-decoration: underline;
  color: #165c00;
}

main a:visited {
  color: #165c00;
}

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

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

.site-nav a {
  color: #474747;
}

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

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

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

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

footer {
  color: #0a0b0a;
}

footer a {
  color: #0A2900;
}

footer a:hover {
  text-decoration: underline;
  color: #165c00;
}

footer a:visited {
  color: #165c00;
}

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

.title a {
  color: #313131;
}

.title a:hover {
  text-decoration: none;
  color: #4a4a4a;
}

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

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

.button {
  background: #0A2900;
  color: #F0F1F3;
}

.social-icon {
  background-color: #545454;
  color: #F0F1F3;
}

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

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

nav {
  font-family: "Verdana", "Geneva", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #545454;
}