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

body {
  color: #f8f7f7;
}

main a {
  color: #f5f5f5;
}

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

main a:visited {
  color: #dcdcdc;
}

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

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

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

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

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

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

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

footer {
  color: #7b9cbc;
}

footer a {
  color: #f5f5f5;
}

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

footer a:visited {
  color: #dcdcdc;
}

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

.title a {
  color: #ec1a18;
}

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

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

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

.button {
  background: #f5f5f5;
  color: #bfbcb0;
}

.social-icon {
  background-color: #f8f7f7;
  color: #bfbcb0;
}

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

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

nav {
  font-family: "Lora", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #f8f7f7;
}