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

body {
  color: #676963;
}

main a {
  color: #1ea8dc;
}

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

main a:visited {
  color: #47bae6;
}

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

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

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

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

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

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

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

footer {
  color: #ef3e63;
}

footer a {
  color: #1ea8dc;
}

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

footer a:visited {
  color: #47bae6;
}

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

.title a {
  color: #384035;
}

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

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

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

.button {
  background: #1ea8dc;
  color: #CAC9C6;
}

.social-icon {
  background-color: #676963;
  color: #CAC9C6;
}

.welcome-modal {
  background-color: #7C7C7C;
}

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #676963;
}