body {
  background-color: #fefdfb;
  font-weight: normal;
  font-style: normal;
  font-family: "Verdana", "Geneva", sans-serif;
}

body {
  color: #080707;
}

main a {
  color: #943032;
}

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

main a:visited {
  color: #bb3c3f;
}

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

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

.site-nav a {
  color: #3b8ade;
}

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

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

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

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

footer {
  color: #020303;
}

footer a {
  color: #943032;
}

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

footer a:visited {
  color: #bb3c3f;
}

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

.title a {
  color: #de1b1b;
}

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

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

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

.button {
  background: #943032;
  color: #fefdfb;
}

.social-icon {
  background-color: #080707;
  color: #fefdfb;
}

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

nav {
  font-family: "Alegreya Sans SC", sans-serif;
  font-style: normal;
  font-weight: 500;
}

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

@media (min-height: 1440px) {

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

}

@media (max-height: 1440px) {

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

}

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #080707;
}