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

body {
  color: #1c355f;
}

main a {
  color: #1f425b;
}

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

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

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

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

.site-nav a {
  color: #404a54;
}

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

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

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

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

footer {
  color: #633c3b;
}

footer a {
  color: #1f425b;
}

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

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

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

.title a {
  color: #1f425b;
}

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

.title a:visited {
  color: #1f425b;
}

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

.button {
  background: #1f425b;
  color: #858080;
}

.social-icon {
  background-color: #1c355f;
  color: #858080;
}

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

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

nav {
  font-family: "PT Serif", sans-serif;
  font-style: italic;
  font-weight: 700;
}

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #1c355f;
}