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

body {
  color: #4f3a1c;
}

main a {
  color: #3c2e16;
}

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

main a:visited {
  color: #614b24;
}

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

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

.site-nav a {
  color: #5c400f;
}

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

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

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

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

footer {
  color: #433914;
}

footer a {
  color: #3c2e16;
}

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

footer a:visited {
  color: #614b24;
}

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

.title a {
  color: #563d10;
}

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

.title a:visited {
  color: #563d10;
}

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

.button {
  background: #3c2e16;
  color: #ffffff;
}

.social-icon {
  background-color: #4f3a1c;
  color: #ffffff;
}

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

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

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

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

footer .credit a {
  color: #4f3a1c;
}