body {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: "Verdana", "Geneva", sans-serif;
}

body {
  color: #6e5b59;
}

main a {
  color: #6E5B59;
}

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

main a:visited {
  color: #8a7270;
}

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

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

.site-nav a {
  color: #87364c;
}

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

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

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

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

footer {
  color: #e5e5e0;
}

footer a {
  color: #6E5B59;
}

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

footer a:visited {
  color: #8a7270;
}

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

.title a {
  color: #118dac;
}

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

.title a:visited {
  color: #118dac;
}

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

.button {
  background: #6E5B59;
  color: #ffffff;
}

.social-icon {
  background-color: #6e5b59;
  color: #ffffff;
}

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

.site-title {
  font-family: "Open Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: 300;
}

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #6e5b59;
}