body {
  background-color: #D3CEE8;
  font-weight: 700;
  font-style: normal;
  font-family: "Times New Roman", "Times", serif;
}

body {
  color: #102F51;
}

main a {
  color: #2962AE;
}

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

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

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

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

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

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

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

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

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

footer {
  color: #105884;
}

footer a {
  color: #2962AE;
}

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

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

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

.title a {
  color: #2b9924;
}

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

.title a:visited {
  color: #2b9924;
}

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

.button {
  background: #2962AE;
  color: #D3CEE8;
}

.social-icon {
  background-color: #102F51;
  color: #D3CEE8;
}

.welcome-modal {
  background-color: #959F63;
}

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

.site-title-media {
  min-width: 25%;
  margin: 0 auto;
}

@media (min-height: 2436px) {

  .site-title-media {
    max-width: 610.0px;
  }

}

@media (max-height: 2436px) {

  .site-title-media {
    max-width: 25.04105090311987vh;
  }

}

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #102F51;
}