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

body {
  color: #8a8a8a;
}

main a {
  color: #1a53ff;
}

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

main a:visited {
  color: #4d79ff;
}

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

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

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

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

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

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

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

footer {
  color: #000000;
}

footer a {
  color: #1a53ff;
}

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

footer a:visited {
  color: #4d79ff;
}

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

.title a {
  color: #919191;
}

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

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

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

.button {
  background: #1a53ff;
  color: #ffffff;
}

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

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

nav {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 300;
}

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

@media (min-height: 1480px) {

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

}

@media (max-height: 1480px) {

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

}

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #8a8a8a;
}