body {
  background-color: #FFFEFE;
  font-weight: normal;
  font-style: normal;
  font-family: "Verdana", "Geneva", sans-serif;
}

body {
  color: #908E8E;
}

main a {
  color: #7DDBFB;
}

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

main a:visited {
  color: #4ccdf9;
}

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

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

.site-nav a {
  color: #908E8E;
}

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

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

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

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

footer {
  color: #07C1FF;
}

footer a {
  color: #7DDBFB;
}

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

footer a:visited {
  color: #4ccdf9;
}

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

.title a {
  color: #F6DEDE;
}

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

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

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

.button {
  background: #7DDBFB;
  color: #FFFEFE;
}

.social-icon {
  background-color: #908E8E;
  color: #FFFEFE;
}

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

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #908E8E;
}