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

body {
  color: #060606;
}

main a {
  color: #A31313;
}

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

main a:visited {
  color: #d11818;
}

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

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

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

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

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

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

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

footer {
  color: #0F0E0D;
}

footer a {
  color: #A31313;
}

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

footer a:visited {
  color: #d11818;
}

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

.title a {
  color: #121313;
}

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

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

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

.button {
  background: #A31313;
  color: #F9F7FC;
}

.social-icon {
  background-color: #060606;
  color: #F9F7FC;
}

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

.site-title {
  font-family: "Adamina", sans-serif;
  font-style: normal;
  font-weight: 400;
}

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #060606;
}