body {
  background-color: #070707;
  font-weight: normal;
  font-style: normal;
  font-family: "Palatino Linotype", "Book Antiqua3", "Palatino", serif;
}

body {
  color: #bfbfc0;
}

main a {
  color: #b0cee3;
}

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

main a:visited {
  color: #8ab7d6;
}

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

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

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

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

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

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

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

footer {
  color: #5a616c;
}

footer a {
  color: #b0cee3;
}

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

footer a:visited {
  color: #8ab7d6;
}

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

.title a {
  color: #d7d1d1;
}

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

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

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

.button {
  background: #b0cee3;
  color: #070707;
}

.social-icon {
  background-color: #bfbfc0;
  color: #070707;
}

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

.site-title {
  font-family: "Cambo", 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: 1.875rem;
}

footer .credit a {
  color: #bfbfc0;
}