body {
  background-color: #FFFFFF;
  font-weight: 700;
  font-style: normal;
  font-family: "Helvetica", sans-serif;
}

body {
  color: #1f1414;
}

main a {
  color: #1B353F;
}

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

main a:visited {
  color: #2a5363;
}

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

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

.site-nav a {
  color: #9d9b98;
}

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

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

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

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

footer {
  color: #d6d6d6;
}

footer a {
  color: #1B353F;
}

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

footer a:visited {
  color: #2a5363;
}

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

.title a {
  color: #9d9b98;
}

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

.title a:visited {
  color: #9d9b98;
}

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

.button {
  background: #1B353F;
  color: #FFFFFF;
}

.social-icon {
  background-color: #1f1414;
  color: #FFFFFF;
}

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

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #1f1414;
}