.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-color: var(--bs-secondary);
  --bs-nav-link-hover-color: #e8d97d;
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  /*display: flex;*/
  /*flex-direction: column;*/
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  align-content: space-between;
  justify-content: space-between;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-secondary);
  font-weight: bold;
}

#Alt-Hero {
  height: 45vh;
}

#Background {
  height: 45vh;
  background: url("../../assets/img/Animation%20Segment/Backround-Buildings-Growth.jpg") center / cover;
}

#Content {
  height: 75vh;
  /*scale: 200%;*/
  background: url("../../assets/img/Animation%20Segment/Entegri-Logo-3D.png") center / cover;
}

#mask {
  mask: url("../../assets/img/Resources/Entegri%20Logo%20SVG.svg") no-repeat center;
  mask-size: 100%;
}

#Blur {
  height: 45vh;
  background: url("../../assets/img/Animation%20Segment/low-angle-view-skyscrapers-Blur.jpg") center / cover;
}

#Overlay {
  background: var(--bs-primary);
  width: 100%;
  height: 100%;
  opacity: 0;
}

.capsule-container {
  /*display: flex;*/
  flex-wrap: wrap;
  gap: 20px;
  width: 90%;
  max-width: 500px;
}

.capsule-service {
  padding: 6px 14px;
  color: var(--bs-secondary);
  background: var(--bs-primary);
  border-radius: 12px;
  /*white-space: nowrap;*/
  align-items: center;
  border: 1px solid var(--bs-secondary);
  margin-top: 10px;
  justify-content: space-between;
}

.team-image:hover {
  transform: scale(1.10);
}

.team-image {
  scale: 1;
  overflow: hidden;
  transition: all 0.5s ease;
  background-size: cover;
}

#icon-footer {
  align-items: center;
}

@media (max-width: 768px) {
  h2 {
    font-size: 30px;
  }
}

@media (min-width: 1400px) {
  h2 {
    font-size: 42px;
  }
}

.center-on-mobile {
  justify-content: center;
}

@media (min-width: 900px) {
  .justify-content-between {
    justify-content: space-between!important;
  }
}

@media (max-width: 800px) {
  .center-on-mobile {
    flex-direction: column;
    justify-items: center;
    align-items: center;
  }
}

@media (min-width: 800px) {
  .justify-content-between {
    justify-content: space-between!important;
  }
}

@media (min-width: 800px) {
  .show-on-mobile {
    display: none;
  }
}

@media (min-width: 800px) {
  .title-header {
    font-size: 80px;
  }
}

@media (max-width: 900px) {
  .title-header {
    font-size: 72px;
  }
}

