body {
  background-color: #3E3732;
  font-weight: 700;
  font-style: normal;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

body {
  color: #C9C2AF;
}

main a {
  color: #A7813B;
}

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

main a:visited {
  color: #c29b53;
}

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

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

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

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

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

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

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

footer {
  color: #F5E9AF;
}

footer a {
  color: #A7813B;
}

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

footer a:visited {
  color: #c29b53;
}

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

.title a {
  color: #FBE688;
}

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

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

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

.button {
  background: #A7813B;
  color: #3E3732;
}

.social-icon {
  background-color: #C9C2AF;
  color: #3E3732;
}

.welcome-modal {
  background-color: #4E4C44;
}

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #C9C2AF;
}