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

body {
  color: #3b1f16;
}

main a {
  color: #38201a;
}

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

main a:visited {
  color: #5b342a;
}

.site-title, .hamburger {
  color: #270f02;
}

.site-nav {
  color: #172618;
}

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

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

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

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

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

footer {
  color: #301e3e;
}

footer a {
  color: #38201a;
}

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

footer a:visited {
  color: #5b342a;
}

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

.title a {
  color: #172618;
}

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

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

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

.button {
  background: #38201a;
  color: #F7F7F7;
}

.social-icon {
  background-color: #3b1f16;
  color: #F7F7F7;
}

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

header {
  background: #270f02;
}

header .site-title, header .hamburger {
  color: #F7F7F7;
}

nav {
  background: #F7F7F7;
  color: #270f02;
}

.is-mobile-nav-active body:after {
  background: #F7F7F7;
}