body {
  background-color: #1c1c17;
  color: #f4eeec; }

.navRegionModal__container {
  color: #1c1417; }

.col-text-image__text-container {
  color: #f4eeec; }

.navigationBar {
  background-color: #1c1c17; }

.navigationIcon--menu,
.navigationIcon--close,
.navigation__actionBarBtn--user {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1); }

.navigation--borderBottom {
  border-bottom-color: #3f3f3f; }

.navigation__barListBtn {
  color: #f4eeec; }
  .navigation__barListBtn::after {
    background: url("../images/navigation/icon-chevron-white.svg"); }
  .navigation__barListBtn--active {
    color: #bd852f; }
    .navigation__barListBtn--active::after {
      background: url("../images/navigation/icon-chevron-gold.svg"); }

.navigation__actionBarBtn--search {
  background-image: url("../images/navigation/icon-search-white.svg"); }
  .navigation__actionBarBtn--search:hover, .navigation__actionBarBtn--search-active {
    background-image: url("../images/navigation/icon-search-gold.svg"); }

.header__logo__image {
  background: url("../images/logo_spacestor_white.svg") no-repeat left center;
  background-size: 85%; }

/*# sourceMappingURL=dark_mode.css.map */
