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

body {
  color: #898A87;
}

main a {
  color: #D15841;
}

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

main a:visited {
  color: #db7c6a;
}

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

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

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

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

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

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

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

footer {
  color: #FC6D52;
}

footer a {
  color: #D15841;
}

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

footer a:visited {
  color: #db7c6a;
}

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

.title a {
  color: #9E9E9E;
}

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

.title a:visited {
  color: #9E9E9E;
}

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

.button {
  background: #D15841;
  color: #FFFFFF;
}

.social-icon {
  background-color: #898A87;
  color: #FFFFFF;
}

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

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

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

@media (min-height: 2375px) {

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

}

@media (max-height: 2375px) {

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

}

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #898A87;
}