@media (min-width: 768px) {
  .page-top__contact,
  .navbar-nav {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  .page-top__contact,
  .page-top__contact a,
  .navbar-nav .nav-link {
    color: #fff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 1), 0 0 3px rgba(0, 0, 0, 0.95);
    font-weight: 700;
  }

  .page-top__contact,
  .page-top__contact a {
    font-size: 18px !important;
  }

  .page-top__contact li::before {
    font-size: 16px !important;
  }

  .navbar-brand {
    top: 35px !important;
  }

  .navbar-brand img {
    width: auto !important;
    height: 145px !important;
    max-height: none !important;
    object-fit: contain;
    filter: none !important;
  }

  .navbar-nav {
    transform: translateY(130px);
  }

  .customtext > div:first-child h1 {
    font-size: 42px !important;
  }

  .customtext > div:first-child > strong {
    font-size: 22.4px !important;
  }

  #iai_book_form .formbutton button {
    width: 210px !important;
    min-width: 210px !important;
  }
}

.customtext > div:first-child h1,
.customtext > div:first-child > strong {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.95), 0 0 3px rgba(0, 0, 0, 1);
}