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

body {
  color: #757575;
}

main a {
  color: #00a5f5;
}

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

main a:visited {
  color: #29b9ff;
}

.site-title, .hamburger {
  color: #404040;
}

.site-nav {
  color: #757575;
}

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

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

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

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

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

footer {
  color: #d6d6d6;
}

footer a {
  color: #00a5f5;
}

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

footer a:visited {
  color: #29b9ff;
}

.title, .news-item-title {
  color: #ffffff;
}

.title a {
  color: #ffffff;
}

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

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

.hr, .hr-before--small:before, .hr-before--large:before, .hr-after--small:after, .hr-after--large:after {
  border-top-color: #dbdbdb;
}

.button {
  background: #00a5f5;
  color: #FFFFFF;
}

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

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

.site-nav {
  font-family: 'Oswald', sans-serif;
  font-style: normal;
  font-weight: 300;
}

.section-title, .parent-title, .news-item-title, .link-name, .preview-placeholder {
  font-family: 'Oswald', sans-serif;
  font-style: normal;
  font-weight: 300;
}

body {
  font-size: 14px;
}

.site-title {
  font-size: 48px;
}

.site-nav {
  font-size: 16px;
}

.title, .news-item-title, .link-name {
  font-size: 16px;
}

.border-color {
  border-color: hsla(0, 0%, 45.882355%, 0.2);
}

.p-artwork .page-nav a {
  color: #757575;
}

.p-artwork .page-nav a:hover {
  text-decoration: none;
  color: #8f8f8f;
}

.p-artwork .page-nav a:visited {
  color: #757575;
}