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

body {
  color: #decc9c;
}

main a {
  color: #d7c384;
}

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

main a:visited {
  color: #cab05e;
}

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

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

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

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

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

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

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

footer {
  color: #dbbe85;
}

footer a {
  color: #d7c384;
}

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

footer a:visited {
  color: #cab05e;
}

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

.title a {
  color: #e3d896;
}

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

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

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

.button {
  background: #d7c384;
  color: #101010;
}

.social-icon {
  background-color: #decc9c;
  color: #101010;
}

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

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #decc9c;
}