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

body {
  color: #D1BA4D;
}

main a {
  color: #C3BEA2;
}

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

main a:visited {
  color: #afa883;
}

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

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

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

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

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

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

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

footer {
  color: #b8b8b8;
}

footer a {
  color: #C3BEA2;
}

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

footer a:visited {
  color: #afa883;
}

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

.title a {
  color: #E7D697;
}

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

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

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

.button {
  background: #C3BEA2;
  color: #141A23;
}

.social-icon {
  background-color: #D1BA4D;
  color: #141A23;
}

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

.site-title {
  font-family: "Exo 2", sans-serif;
  font-style: normal;
  font-weight: 300;
}

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #D1BA4D;
}