@media screen and (min-width: 800px) {
  .mainPageSubTitle {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 800px) {
  .mainPageSubTitle {
    font-size: 6.25vw;
    padding-top: 5vh;
  }
}

@media screen and (min-width: 800px) {
  .mainPageTitle {
    font-size: 10vw;
  }
}

@media screen and (max-width: 800px) {
  .mainPageTitle {
    font-size: 23vw;
  }
}

.lightTitle {
  font-family: 'ITC Avant Garde Gothic Std Extra Light';
  color: white;
  -webkit-text-stroke: 1px #202A33;
}

.lightTitle2 {
  font-family: 'ITC Avant Garde Gothic Std Extra Light';
  color: #202A33;
}

.boldTitle {
  font-family: 'ITC Avant Garde Gothic Std Bold';
  color: #202A33;
}

.boldTitle2 {
  font-family: 'ITC Avant Garde Gothic Std Bold';
  color: white;
  -webkit-text-stroke: 1.5px #202A33;
}

.slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
  border-radius: 4px;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background: #007bff;
  cursor: pointer;
  border-radius: 50%;
}

.slider::-moz-range-thumb {
  width: 30px;
  height: 30px;
  background: #007bff;
  cursor: pointer;
  border-radius: 50%;
}

.wave {
  position: absolute;
  width: 100vw;
  bottom: -60px;
  color: #ffffff;
  opacity: 1;
}

.nav-link {
}

@media (min-width: 300px) {
  .customNav {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
  }
}

@media (min-width: 576px) {
  .customNav {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .customNav {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 17px;
  }
}

@media (min-width: 1200px) {
  .customNav {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 20px;
  }
}

