body {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: "Helvetica", sans-serif;
}

body {
  color: #506668;
}

main a {
  color: #fe2fb8;
}

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

main a:visited {
  color: #fe62c9;
}

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

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

.site-nav a {
  color: #07adb0;
}

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

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

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

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

footer {
  color: #6b7676;
}

footer a {
  color: #fe2fb8;
}

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

footer a:visited {
  color: #fe62c9;
}

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

.title a {
  color: #0cafcf;
}

.title a:hover {
  text-decoration: none;
  color: #1ccff2;
}

.title a:visited {
  color: #0cafcf;
}

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

.button {
  background: #fe2fb8;
  color: #ffffff;
}

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

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

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

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

@media (min-height: 2396px) {

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

}

@media (max-height: 2396px) {

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

}

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #506668;
}