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

body {
  color: #0e0c0c;
}

main a {
  color: #dab78b;
}

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

main a:visited {
  color: #ce9f64;
}

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

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

.site-nav a {
  color: #251d20;
}

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

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

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

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

footer {
  color: #321506;
}

footer a {
  color: #dab78b;
}

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

footer a:visited {
  color: #ce9f64;
}

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

.title a {
  color: #251d20;
}

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

.title a:visited {
  color: #251d20;
}

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

.button {
  background: #dab78b;
  color: #EFEFEF;
}

.social-icon {
  background-color: #0e0c0c;
  color: #EFEFEF;
}

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

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #0e0c0c;
}