/*************************************/
/* BELOW 1200PX (Landscape Tablet) */
/*************************************/

@media (max-width: 75em) {
  html {
    font-size: 56.25%;
  }

  .hero-heading {
    font-size: 4.8rem;
  }
  .hero-container {
    width: 60%;
  }
  .hero-text {
    font-size: 1.6rem;
  }

  .about {
    width: 42%;
  }

  .inner-container {
    left: 15rem;
  }
  .header-lists {
    gap: 3.2rem;
  }
}

/*************************************/
/* BELOW 864PX ( Tablet) */
/*************************************/
@media (max-width: 54em) {
  html {
    font-size: 50%;
  }

  .section-footer {
    grid-template-columns: 1fr 1fr;
    row-gap: 4rem;
  }

  .faq-heading {
    font-size: 2.6rem;
  }

  .faq-container {
    max-width: 80rem;
  }

  .about {
    width: 50%;
  }

  .social-icons {
    gap: 4rem;
  }

  .intro-request {
    font-size: 2.4rem;
  }
  .inner-container {
    left: 10rem;
  }
  .about-heading {
    font-size: 2.6rem;
  }

  /* MOBILE NAV */
  .btn-mobile-nav {
    display: block;
    z-index: 1000;
  }

  .header-nav {
    background-color: #333;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);

    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in;
    opacity: 1000;

    /* Hide navigation */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .nav-open .header-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
  }

  .nav-open .btn-mobile-nav .fa-xmark {
    display: block;
  }

  .nav-open .btn-mobile-nav .fa-bars {
    display: none;
  }
  .header-lists {
    flex-direction: column;
    gap: 4.8rem;
  }

  .header-links:link,
  .header-links:visited {
    font-size: 3.2rem;
  }
  .commission {
    margin-top: 9rem;
  }

  .sermon-heading {
    padding-top: 7rem;
  }

  .sermon-text {
    /* font-size: 1.6rem; */
    padding: 0 2rem;
  }

  .sermon-container {
    padding: 0 3.2rem;
  }

  .section-give {
    padding-top: 12rem;
  }

  .how {
    padding-top: 3rem;
  }

  .giving-section {
    padding-top: 2rem;
  }

  .give-text {
    margin-bottom: 2rem;
  }
}

/*************************************/
/* BELOW 704PX (Smaller Tablets */
/*************************************/

@media (max-width: 44em) {
  .intro {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .intro-box {
    height: 70rem;
    max-width: 100rem;
  }

  .inner-container {
    top: 25rem;
    left: 35rem;
  }

  .intro-heading {
    font-size: 1.6rem;
  }

  .intro-request {
    font-size: 3.8rem;
  }

  .faq-container {
    max-width: 70rem;
  }
  .commission {
    margin-top: 9rem;
  }

  .section-give {
    padding-top: 14rem;
  }

  .accounts-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*************************************/
/* BELOW 544PX (Phones*/
/*************************************/

@media (max-width: 34em) {
  .hero-heading {
    font-size: 3.8rem;
  }

  .hero-text {
    font-size: 1.2rem;
    line-height: 1.1;
    margin-bottom: 5rem;
  }

  .marquee span {
    margin-top: 6rem;
  }

  .marquee {
    width: 120%;
  }

  .faq-heading {
    font-size: 2rem;
  }

  .faq-container {
    max-width: 60rem;
  }

  .inner-container {
    top: 40rem;
    left: 20rem;
  }

  .section-footer {
    grid-template-columns: 1fr;
  }

  .question {
    font-size: 2rem;
  }

  .faq-content {
    font-size: 1.4rem;
  }

  .about {
    width: 100%;

    left: 0.5rem;
  }

  .about-text {
    margin-bottom: 5rem;
    font-size: 1.8rem;
  }
  .footer-logo {
    width: 20%;
  }

  .common-heading {
    font-size: 3.2rem;
  }

  .commission h2 {
    margin-top: 1rem;
  }

  .commission {
    margin-top: 9rem;
  }

  .sermon-container {
    grid-template-columns: 1fr;
  }

  .outreach-gallery {
    grid-template-columns: 1fr;
  }

  .accounts-container {
    grid-template-columns: 1fr;
  }

  .how-heading {
    font-size: 3.2rem;
  }
  .give-heading {
    font-size: 3.8rem;
  }

  .hos-header {
    font-size: 3.8rem;
  }
}

/*************************************/
/* BELOW 435PX (smaller Phones*/
/*************************************/

@media (max-width: 27em) {
  .hero-heading {
    font-size: 2.6rem;
  }

  .hero-container {
    width: 80%;
  }

  .common-heading {
    font-size: 2.2rem;
  }
}
