.artist {
  background-color: #ff8c80;
}
.release {
  background-color: #3ca068;
}
.container--modules, .icon-bar, .banner__text, .page__heading {
  background-color: black;
}
.page__content, .link__text, .archive {
  background-color: white;
}
.page__text > hr {
  border-top-color: black;
}
.nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent !important;
}
.page__heading > a, .page__heading > a:hover, .page__heading > a:focus, .page__heading, .module__heading, .module__text, .container--splash > .compound-link, .container--splash > .compound-link:hover, .container--splash > .compound-link:focus {
  color: white;
}
.nav > li > a, .nav > li > a:hover, .nav > li > a:focus, .compound-link, .compound-link:hover, .compound-link:focus, .artist, .release {
  color: black;
}
.info {
  color: dimgrey;
}
/*.artist .navbar-collapse > .nav > li > a, .artist .navbar-collapse > .nav > li > a:hover, .artist .navbar-collapse > .nav > li > a:focus, .release .navbar-collapse > .nav > li > a, .release .navbar-collapse > .nav > li > a:hover, .release .navbar-collapse > .nav > li > a:focus {
  color: white;
}*/