.masthead {
  background-size: cover;
  height: 75vh;
  color: white;
  width: 100%;
  z-index: -100;
  background-position: center center;
  background-attachment: fixed;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.savingshead {
  background-size: cover;
  height: 50vh;
  position: relative;
  color: white;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.skiptranslate {
  z-index: -400 !important;
  position: absolute !important;
}

.color-overlay {
  width: 100%;
  height: 75vh;
  background-color: rgba(0, 0, 0, 0.2);
}

.deewhy {
  max-height: 5vh;
}

.btn-hover {
  transition: all 0.3s ease-in-out;
}

.btn-hover:hover {
  transform: scale(1.05);
}

.pic-hover {
  transition: all 0.3s ease-in-out;
}

.pic-hover:hover {
  transform: scale(1.02);
  box-shadow: 3px;
}

.navbar-toggler-icon,
.btn-close {
  filter: invert(1);
}

@media (max-width: 768px) {
  .masthead {
    min-height: 70vh;
    z-index: -1;
  }

  .color-overlay {
    height: 75vh;
  }

  .mob {
    display: none;
  }

  .callback {
    display: block;
  }
}

@media (min-width: 768px) {
  .deewhy {
    max-height: 6vh;
  }
}

@media (min-width: 769px) {
  .callback {
    display: none;
  }
}

@media (min-width: 1025px) {
  .h-custom {
    height: 100vh !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-start {
    width: 75% !important;
  }
}
