body {
  background-color: #DFB845;
  font-weight: 700;
  font-style: normal;
  font-family: "Georgia", serif;
}

body {
  color: #161515;
}

main a {
  color: #089ddd;
}

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

main a:visited {
  color: #21b7f7;
}

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

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

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

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

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

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

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

footer {
  color: #f21902;
}

footer a {
  color: #089ddd;
}

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

footer a:visited {
  color: #21b7f7;
}

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

.title a {
  color: #131111;
}

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

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

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

.button {
  background: #089ddd;
  color: #DFB845;
}

.social-icon {
  background-color: #161515;
  color: #DFB845;
}

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

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #161515;
}