@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@media (min-width: 1200px) {
  header .navbar {
    background-color: #FFF !important;
  }
  header .nav-item {
    white-space: nowrap;
  }
  header .nav-link {
    display: grid;
  }
  header .nav-link.active::after {
    content: "";
    display: block;
    border-bottom: 2px solid #2176D0;
    color: #2176D0;
  }
  header .nav-link:hover::after {
    content: "";
    display: block;
    border-bottom: 2px solid #2176D0;
    color: #2176D0;
  }
  #welcome .image-container {
    position: relative;
    width: 100%;
    height: 400px !important;
    overflow: hidden;
  }
  #welcome .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 33% !important;
    height: 100% !important;
    background-color: rgba(110, 180, 222, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #services .service-card {
    min-height: 132px !important;
  }
  #stats {
    position: relative;
    top: 0;
    width: 100%;
    height: 400px !important;
  }
  #stats .index-stats {
    margin-right: 50px;
  }
  #homeHero .homehero-content h1 {
    font-size: 58px !important;
  }
  #homePage .heading {
    font-size: 34px !important;
  }
  .floating-dot {
    animation: moveUpDown 2s ease-in-out infinite;
  }
  .floating-fish {
    animation: moveUpDown 4s ease-in-out infinite;
  }
  .floating-img {
    width: 30px;
  }
  .floating-fish-img {
    width: 100px;
  }
}/*# sourceMappingURL=responsive.css.map */