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

body {
  color: #FBF6F6;
}

main a {
  color: #F3F8FA;
}

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

main a:visited {
  color: #cfe3eb;
}

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

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

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

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

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

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

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

footer {
  color: #F2F8F9;
}

footer a {
  color: #F3F8FA;
}

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

footer a:visited {
  color: #cfe3eb;
}

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

.title a {
  color: #FAEFEF;
}

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

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

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

.button {
  background: #F3F8FA;
  color: #151313;
}

.social-icon {
  background-color: #FBF6F6;
  color: #151313;
}

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

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #FBF6F6;
}