body {
  background-color: #252525;
  font-weight: normal;
  font-style: normal;
  font-family: "Trebuchet MS", "Helvetica", sans-serif;
}

body {
  color: #D2CCC4;
}

main a {
  color: #DB8F48;
}

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

main a:visited {
  color: #e3a973;
}

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

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

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

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

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

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

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

footer {
  color: #da5d5d;
}

footer a {
  color: #DB8F48;
}

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

footer a:visited {
  color: #e3a973;
}

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

.title a {
  color: #CEC5BA;
}

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

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

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

.button {
  background: #DB8F48;
  color: #252525;
}

.social-icon {
  background-color: #D2CCC4;
  color: #252525;
}

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

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #D2CCC4;
}