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

body {
  color: #e6c6c6;
}

main a {
  color: #d0f1d9;
}

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

main a:visited {
  color: #a9e5b9;
}

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

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

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

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

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

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

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

footer {
  color: #efb8da;
}

footer a {
  color: #d0f1d9;
}

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

footer a:visited {
  color: #a9e5b9;
}

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

.title a {
  color: #ecc5c5;
}

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

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

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

.button {
  background: #d0f1d9;
  color: #151937;
}

.social-icon {
  background-color: #e6c6c6;
  color: #151937;
}

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

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #e6c6c6;
}