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

body {
  color: #03131c;
}

main a {
  color: #02061d;
}

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

main a:visited {
  color: #05104d;
}

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

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

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

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

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

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

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

footer {
  color: #1027e5;
}

footer a {
  color: #02061d;
}

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

footer a:visited {
  color: #05104d;
}

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

.title a {
  color: #032530;
}

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

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

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

.button {
  background: #02061d;
  color: #b8b7eb;
}

.social-icon {
  background-color: #03131c;
  color: #b8b7eb;
}

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

.site-title {
  font-family: "Advent Pro", sans-serif;
  font-style: normal;
  font-weight: 200;
}

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #03131c;
}