body {
  background-color: #FCFCFC;
  font-weight: normal;
  font-style: normal;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

body {
  color: #5b5957;
}

main a {
  color: #ca5b16;
}

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

main a:visited {
  color: #e8732b;
}

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

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

.site-nav a {
  color: #5b5957;
}

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

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

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

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

footer {
  color: #5b5957;
}

footer a {
  color: #ca5b16;
}

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

footer a:visited {
  color: #e8732b;
}

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

.title a {
  color: #ca5b16;
}

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

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

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

.button {
  background: #ca5b16;
  color: #FCFCFC;
}

.social-icon {
  background-color: #5b5957;
  color: #FCFCFC;
}

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

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #5b5957;
}