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

body {
  color: #23292f;
}

main a {
  color: #080c0c;
}

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

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

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

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

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

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

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

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

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

footer {
  color: #1a191a;
}

footer a {
  color: #080c0c;
}

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

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

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

.title a {
  color: #0e1010;
}

.title a:hover {
  text-decoration: none;
  color: #262b2b;
}

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

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

.button {
  background: #080c0c;
  color: #f0efeb;
}

.social-icon {
  background-color: #23292f;
  color: #f0efeb;
}

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

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

nav {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 300;
}

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #23292f;
}