body {
  max-width: 1200px;
  margin: 0 auto;
  font-family: calibri, sans-serif;
}

.nav-link {
  font-size: 0.8rem;
  font-family: calibri, san-serif;
  color: #2a6680;
}

.bg-blue {
  background-color: #2a6680 !important;
}

#brand-logo {
  max-height: 3.25rem;
}

#landing-image-container {
  background-color: #2a6680;
}

#landing-image {
  /* border-radius: 0 0 0 50%; */
  width: 100%;
  mask-image: linear-gradient(
    to bottom,
    white 0%,
    rgba(255, 255, 255, 1) 15%,
    rgba(255, 255, 255, 1) 100%
  );
}

#heading-1 {
  color: #6f9b2a;
  font-size: 2rem;
  font-family: franklin-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
}

#heading-2 {
  color: #2a6680;
  font-size: 1.75rem;
  font-family: "franklin-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#heading-3 {
  color: #646363;
  font-size: 1.2rem;
}

#heading-4 {
  color: #646363;
  font-size: 1.2rem;
  font-weight: 600;
  font-style: italic;
}

#event-search-widget {
  width: 100%;
}

.safety-info-heading {
  color: #646363;
  font-family: franklin-gothic, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.safety-info {
  color: #646363;
  font-family: franklin-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.footer-text {
  color: #646363;
  font-family: "franklin-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media (min-width: 576px) {
  #event-search-widget {
    width: 75%;
  }

  #landing-container {
    /* border-radius: 0 0 0 20%; */
    background-color: #fff;
  }

  #landing-image-container {
    /* border-radius: 0 0 0 20%; */
    /* max-height: 40vh; */
    overflow: hidden;
  }

  #landing-image {
    border-radius: 0;
    /* max-height: 40vh; */
    object-fit: cover;
    width: 100%;
  }
}

@media (min-width: 992px) {
  #brand-logo {
    max-height: 5rem;
  }

  .landing {
    /* background-color: #006aa3; */
    margin: 0 auto;
  }

  #landing-text-container {
    width: 60%;
    /* border-radius: 0 0 0 7.5rem; */
    background-color: #fff;
  }

  #heading-1 {
    font-size: 3.25rem;
  }

  #heading-2 {
    font-size: 2.25rem;
  }

  #heading-3 {
    font-size: 1.25rem;
  }

  #heading-4 {
    font-size: 1rem;
  }

  #landing-image-container {
    width: 40%;
    max-height: 80vh;
    background-color: #fff;
  }

  #landing-image {
    border-radius: 0;
    max-height: 80vh;
    mask-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0) 0%,
      rgb(0, 0, 0) 25%,
      rgb(0, 0, 0) 100%
    );
  }
}
