/* ipad pro */
@media (min-width: 1021px) and (max-width: 1199px) {
}

@media (min-width: 992px) and (max-width: 1020px) {
}

@media (min-width: 861px) and (max-width: 991px) {
  .intro h1 {
    font-size: 2.7rem;
    line-height: 3.2rem;
  }
  .intro p {
    margin: 2rem 0rem 4rem 0rem;
  }
  .arrows {
    width: 20rem;
    left: 0;
    top: 25%;
  }
  .section-3 {
    padding: 4rem 2rem 4rem 2rem;
  }
  .valign-ipad {
    height: 100%;
    margin: auto;
  }
  .starter-kit {
    padding: 0rem;
  }
  .p,
  p {
    line-height: 2.5rem;
    font-size: 1.25rem;
  }
}

/* ipad */
@media (min-width: 760px) and (max-width: 860px) {
  .intro h1 {
    font-size: 2.7rem;
    line-height: 3.2rem;
  }
  .intro p {
    margin: 2rem 0rem 4rem 0rem;
  }
  .arrows {
    width: 20rem;
    left: 0;
    top: 25%;
  }
  .section-3 {
    padding: 4rem 2rem 4rem 2rem;
  }
  .valign-ipad {
    height: 100%;
    margin: auto;
  }
  .starter-kit {
    padding: 0rem;
  }
  .p,
  p {
    line-height: 2.5rem;
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 416px) {
  .mobile-only {
    display: none !important;
  }
  .desktop-only {
    display: block !important;
  }
}

/* mobile */
@media only screen and (max-width: 415px) {
  .col-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .mobile-only {
    display: block !important;
  }
  .desktop-only {
    display: none !important;
  }

  .intro h1 {
    font-size: 1.35rem;
    line-height: 2rem;
  }
  .intro p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .sub-intro p {
    font-size: 1.25rem;
    line-height: 2rem;
  }
  .section-1 {
    margin: 8rem 2rem 4rem 2rem;
  }
  .section-1 img.tv {
    margin-bottom: 4rem;
  }
  .list {
    text-align: center;
    padding-left: 3rem;
  }
  .arrows {
    width: 40%;
  }
  .h2,
  h2 {
    text-align: center;
  }
  .section-3 {
    padding: 4rem 2rem 4rem 2rem;
  }
  .starter-kit {
    margin-bottom: 2rem;
  }
  .footer p {
    font-size: 0.75rem;
  }
  .footer a {
    font-size: 0.75rem;
  }
  .line {
    display: none;
  }
}

/* iphone */
@media only screen and (max-width: 375px) {
  .intro h1 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  .intro p {
    font-size: 0.85rem;
    line-height: 1.85rem;
  }
  .top-css {
    top: 6rem;
  }
  .line {
    height: 6rem;
  }
  .section-1 h2 {
    text-align: left;
  }
  h2 {
    font-size: 3.5rem;
    line-height: 3.75rem;
  }
  .section-1 p {
    margin-bottom: 3rem;
  }
  .section-3 h2 {
    text-align: left;
  }
  .p,
  p {
    line-height: 2.35rem;
    font-size: 1.15rem;
  }
}

/* galaxy s5 */
@media only screen and (max-width: 360px) {
  .intro h1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .line {
    height: 3rem;
  }
}

/* iphone 5 */
@media only screen and (max-width: 320px) {
  .intro h1 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .intro p {
    font-size: 0.75rem;
    line-height: 1.5rem;
  }
  .learn-link {
    font-size: 1rem;
    padding: 0.75rem 2rem;
  }
  h2 {
    font-size: 3rem;
    line-height: 3.15rem;
  }
}
