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

body {
  color: #494646;
}

main a {
  color: #47453D;
}

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

main a:visited {
  color: #626055;
}

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

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

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

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

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

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

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

footer {
  color: #515050;
}

footer a {
  color: #47453D;
}

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

footer a:visited {
  color: #626055;
}

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

.title a {
  color: #453D3D;
}

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

.title a:visited {
  color: #453D3D;
}

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

.button {
  background: #47453D;
  color: #d8d4d4;
}

.social-icon {
  background-color: #494646;
  color: #d8d4d4;
}

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

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #494646;
}