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

body {
  color: #264fc9;
}

main a {
  color: #e2080e;
}

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

main a:visited {
  color: #f7262b;
}

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

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

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

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

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

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

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

footer {
  color: #d0b490;
}

footer a {
  color: #e2080e;
}

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

footer a:visited {
  color: #f7262b;
}

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

.title a {
  color: #ffffff;
}

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

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

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

.button {
  background: #e2080e;
  color: #D6C1B0;
}

.social-icon {
  background-color: #264fc9;
  color: #D6C1B0;
}

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

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #264fc9;
}