body {
  background-color: #333;
}

.menu--image-wrapper {
  background-color: rgb(255,255,255,0.1);
}

  .menu--item__genre:hover .menu--image-wrapper {
    background-color: rgb(255,255,255,0.2);
  }

  .map-list--icon,
  .menu--image {
    fill: #ffffff;
  }

    .map-list--icon path,
    .map-list--icon circle,
    .menu--image path,
    .menu--image circle {
      fill: #fff !important;
    }

.site-footer__light {
  background-color: #151515;
  color: #b3b3b3;
}

.site-footer__light .heading__footer {
  color: #fff;
}

.site-header__intro,
.site-header {
  background-color: #333;
}

.site-subnav {
  background-color: #232323;
}

.menu--title {
  color: #fff;
}

.map-list--image {
  opacity: .6;
}

.third-nav--image-wrapper {
  background-color: rgb(255,255,255,0.3);
}

.video-area {
  background-color: #2b2b2b;
}