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

body {
  color: #2e3842;
}

main a {
  color: #187cd8;
}

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

main a:visited {
  color: #3a95e9;
}

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

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

.site-nav a {
  color: #4d1b19;
}

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

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

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

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

footer {
  color: #35322c;
}

footer a {
  color: #187cd8;
}

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

footer a:visited {
  color: #3a95e9;
}

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

.title a {
  color: #22293a;
}

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

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

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

.button {
  background: #187cd8;
  color: #F1F1F1;
}

.social-icon {
  background-color: #2e3842;
  color: #F1F1F1;
}

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

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #2e3842;
}