.main-header {
  z-index: 2;
}

.header-logo-link {
  width: auto;
}

.inner > *:not(.js-hero) {
  position: relative;
  z-index: 3;
}

div.hero-text {
  z-index: 2;
  pointer-events: none;
}

div.hero-text .main-title {
  margin-bottom: -5rem;
  line-height: 1;
}

div.hero-text .main-title .line {
}

.ripple-img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./assets/ripple-img.jpg");
  background-size: cover;
  background-position: 50% 0;
}

.reveal-text-wrap {
  /*position: relative;
  z-index: 1;*/
}

.reveal-text-wrap .mask {
  background-color: #867163;
}

.reveal-text-wrap .line > .line > .mask {
  display: none;
}

@media screen and (min-width: 650px) {
  .mid-text {
    max-width: none;
  }
}

@media screen and (min-width: 650px) {
  .scale-grid .scale-grid-content {
    left: 60%;
  }
}

.scale-grid-wrap .scale-grid-item:nth-child(1) {
  /*left: 26.9em;*/
}

.globe {
  background-color: #7c6b5f !important;
}

.globe-txt {
  margin-bottom: 25px;
}

.globe-legend {
  display: none !important;
}

.globe-vid {
  width: 100%;
}

.globe-sel {
  display: none !important;
}

.globe-popup {
  display: none !important;
}

.bottom-building-link {
  padding: 0;
}

.bottom-building-link figure {
  width: 500px;
  height: auto;
}

.bottom-building-img {
  position: relative;
}

.bg-white {
  background-color: white;
}

body, .grey-brown-text {
  color: #7d6a5d;
}
