body {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: "Times New Roman", "Times", serif;
}

body {
  color: #0a0101;
}

main a {
  color: #180202;
}

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

main a:visited {
  color: #470606;
}

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

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

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

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

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

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

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

footer {
  color: #000000;
}

footer a {
  color: #180202;
}

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

footer a:visited {
  color: #470606;
}

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

.title a {
  color: #0d0303;
}

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

.title a:visited {
  color: #0d0303;
}

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

.button {
  background: #180202;
  color: #ffffff;
}

.social-icon {
  background-color: #0a0101;
  color: #ffffff;
}

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

.site-title {
  font-family: "Advent Pro", sans-serif;
  font-style: normal;
  font-weight: 200;
}

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #0a0101;
}