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

body {
  color: #4d6dd1;
}

main a {
  color: #51cdcd;
}

main a:hover {
  text-decoration: underline;
  color: #79d8d8;
}

main a:visited {
  color: #79d8d8;
}

.site-title, .mobile-menu-icon {
  color: #2d53d2;
}

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

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

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

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

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

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

footer {
  color: #4b8181;
}

footer a {
  color: #51cdcd;
}

footer a:hover {
  text-decoration: underline;
  color: #79d8d8;
}

footer a:visited {
  color: #79d8d8;
}

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

.title a {
  color: #009476;
}

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

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

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

.button {
  background: #51cdcd;
  color: #ffffff;
}

.social-icon {
  background-color: #4d6dd1;
  color: #ffffff;
}

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

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

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

@media (min-height: 388px) {

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

}

@media (max-height: 388px) {

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

}

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #4d6dd1;
}