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

body {
  color: #a8a8a8;
}

main a {
  color: #39aac0;
}

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

main a:visited {
  color: #5dbccf;
}

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

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

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

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

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

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

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

footer {
  color: #d6d6d6;
}

footer a {
  color: #39aac0;
}

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

footer a:visited {
  color: #5dbccf;
}

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

.title a {
  color: #f7e8ea;
}

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

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

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

.button {
  background: #39aac0;
  color: #737373;
}

.social-icon {
  background-color: #a8a8a8;
  color: #737373;
}

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

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

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

@media (min-height: 1760px) {

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

}

@media (max-height: 1760px) {

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

}

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #a8a8a8;
}