body {
  background-color: #000000;
  font-weight: 700;
  font-style: normal;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

body {
  color: #C67020;
}

main a {
  color: #228cb9;
}

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

main a:visited {
  color: #34a8da;
}

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

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

.site-nav a {
  color: #20618F;
}

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

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

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

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

footer {
  color: #EAA345;
}

footer a {
  color: #228cb9;
}

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

footer a:visited {
  color: #34a8da;
}

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

.title a {
  color: #DE6D3A;
}

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

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

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

.button {
  background: #228cb9;
  color: #000000;
}

.social-icon {
  background-color: #C67020;
  color: #000000;
}

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

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #C67020;
}