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

body {
  color: #6B8288;
}

main a {
  color: #236275;
}

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

main a:visited {
  color: #2f839c;
}

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

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

.site-nav a {
  color: #678AB0;
}

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

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

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

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

footer {
  color: #DB4771;
}

footer a {
  color: #236275;
}

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

footer a:visited {
  color: #2f839c;
}

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

.title a {
  color: #7C9AA8;
}

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

.title a:visited {
  color: #7C9AA8;
}

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

.button {
  background: #236275;
  color: #FFFFFF;
}

.social-icon {
  background-color: #6B8288;
  color: #FFFFFF;
}

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

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

nav {
  font-family: "Judson", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #6B8288;
}