.has-header-image .navbar, .has-header-video .navbar{
  background-image: linear-gradient(to bottom, rgb(0 0 0 / 68%) 1%, rgba(0, 0, 0, 0) 100%) !important;
}
h1, h2, h3 {
  font-family: industry, sans-serif !important;
  font-weight: 900 !important;
  font-style: italic !important;

}
.white {
  color: #ffffff !important;
}

.parallax__wrapper {
    top: 0;
    height: 100vh;
    width: 100vw;
    overflow-x: hidden;
    overflow-y: auto;
    perspective: 300px;
    position: absolute;
}

.parallax__group {
  position: relative;
  height: 100vh;
  width: 100vw;
  transform-style: preserve-3d;
}

.parallax__layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/*
.sky {
  background: url('../img/sky.png') no-repeat center;
  background-size: cover;
  transform: translateZ(-600px) scale(3);
  z-index: 1;
}
*/
.sky {
  background: url('../images/parallax/sky.png') no-repeat center;
  background-size: cover;
  transform: translateZ(-525px) scale(2.75);
  z-index: 2;
}

.year2026 {
  background: url('../images/parallax/2026.png') no-repeat center;
  background-size: cover;
  transform: translateZ(-400px) scale(2.33333333);
  opacity: 0.3;
  z-index: 3;
}

.castle {
  background: url('../images/parallax/castle.png') no-repeat center;
  background-size: cover;
  transform: translateZ(-250px) scale(1.833333333);
  z-index: 4;
}

.bushes {
  background: url('../images/parallax/bushes.png') no-repeat center;
  background-size: cover;
  transform: translateZ(-125px) scale(1.4167);
  z-index: 5;
}

.cars {
  background: url('../images/parallax/cars.png') no-repeat center;
  background-size: cover;
  transform: translateZ(0) scale(1);
  z-index: 6;
}

.hero-text {
  background: linear-gradient(
    rgba(86, 131, 149, 0.25) 0%,
    rgba(26, 4, 11, 0.25) 86%,
    rgba(1, 0, 0, 0.25) 100%
  );
  background-size: cover;
  transform: translateZ(0) scale(1);
  z-index: 7;
  text-align: center;
  color: #ffffff;

  font-family: "industry", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.2em;
}
.hero-text h2 {
  font-size: rem;
  margin: 0;
  padding: 0;
  font-family: "industry", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #ffffff;
}

.year-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 17rem;
  height: 25rem;
}


.social-container {
  position: absolute;
  left: 2.5rem;
  bottom: 2.5rem;
}

.social-container i {
  font-size: 1.25rem;
  margin-right: 0.25rem;
  transition: 0.2s;
  color:#fff;
}
.social-container i:hover {
  font-size: 3rem;
  color: #dea668;
}
.site-content-contain{
  background: #ffffff;
  transform: translateZ(0) scale(1);
  z-index: 8;
}
  .sky,
  .bushes,
  .castle,
  .cars,
  .year2026,
  .hero-text {
   /* background-size: contain;*/
   background-position: bottom;
  }

