body {
  background-color: #8193cf;
  font-weight: normal;
  font-style: normal;
  font-family: "Palatino Linotype", "Book Antiqua3", "Palatino", serif;
}

body {
  color: #312f2f;
}

main a {
  color: #222525;
}

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

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

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

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

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

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

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

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

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

footer {
  color: #5dabab;
}

footer a {
  color: #222525;
}

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

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

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

.title a {
  color: #0e4e41;
}

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

.title a:visited {
  color: #0e4e41;
}

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

.button {
  background: #222525;
  color: #8193cf;
}

.social-icon {
  background-color: #312f2f;
  color: #8193cf;
}

.welcome-modal {
  background-color: #1687d4;
}

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #312f2f;
}