/* large Layout: 1280px. */
@media only screen and (min-width: 1900px) {
}

/* ml Layout: 1280px. */
@media only screen and (min-width: 1201px) and (max-width: 1400px) {
  .hero h2 {
    font-size: 80px;
  }
}

/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    padding: 5px 10px;
  }

  .hero h2 {
    font-size: 70px;
  }

  .hero h2 span {
    font-size: 120px;
  }

  .text-wrap h4 {
    font-size: 36px;
  }

  .single-icon h4 {
    font-size: 20px;
  }
}

/* Tablet Layout: 768px. */
@media only screen and (max-width: 991px) {
  html,
  body {
    overflow-x: hidden;
  }
  .navbar-collapse {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    transition: all 0.1s ease;
  }
  .navbar-collapse.show {
    opacity: 1;
  }
  .header .navbar-nav .nav-item .nav-link {
    padding: 30px 0px;
  }
  .hero h2 {
    font-size: 80px;
  }

  .hero h2 span {
    font-size: 102px;
  }

  .text-wrap h4 {
    font-size: 32px;
  }

  .contact-text {
    margin-bottom: 40px;
  }

  .profiles {
    margin-left: 0;
  }

  .fish-line-section .image {
    margin-bottom: 40px;
  }

  .yellow-wrap {
    text-align: center;
  }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  .navbar-brand img {
    max-width: 120px;
  }

  .header {
    margin-bottom: -10px;
  }

  .navbar-brand {
    margin-bottom: -50px;
  }

  .hero h2 {
    font-size: 50px;
  }

  .hero h2 span {
    font-size: 80px;
  }

  .text-wrap {
    padding-left: 40px;
  }

  .promise-top-txt {
    font-size: 22px;
    padding-bottom: 30px;
  }

  .section-title h2 {
    font-size: 32px;
  }

  .single-icon h4 {
    font-size: 18px;
  }

  .wrap-text {
    font-size: 20px;
  }

  .single-hurdle {
    padding-left: 35px;
  }

  .single-hurdle.right {
    padding-left: 0px;
    padding-right: 35px;
  }

  .fish-wrap {
    font-size: 16px;
  }

  .yellow-wrap {
    font-size: 16px;
  }

  .yellow-wrap-health {
    font-size: 18px;
  }

  .image-cells p {
    font-size: 18px;
  }

  .single-q {
    font-size: 18px;
  }

  .contact-text {
    padding-left: 0;
  }

  .footer {
    font-size: 18px;
  }
}
