body {
  background-color: #ada694;
  font-weight: normal;
  font-style: normal;
  font-family: "Times New Roman", "Times", "serif";
}

body {
  color: #274e3c;
}

main a {
  color: #106a75;
}

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

main a:visited {
  color: #1693a2;
}

.site-title, .hamburger {
  color: #0a888a;
}

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

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

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

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

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

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

footer {
  color: #353521;
}

footer a {
  color: #106a75;
}

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

footer a:visited {
  color: #1693a2;
}

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

.title a {
  color: #3e682c;
}

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

.title a:visited {
  color: #3e682c;
}

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

.button {
  background: #106a75;
  color: #ada694;
}

.social-icon {
  background-color: #274e3c;
  color: #ada694;
}

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

header {
  background: #0a888a;
}

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

nav {
  background: #ada694;
  color: #0a888a;
}

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