/* ===== Max-Width Only Breakpoints ===== */

/* Large Desktops down to 1200px */
@media (max-width: 1200px) {

    /*DESKTOP NAVIGATION*/

      .desktop-nav {
        height: fit-content;
        padding: 1rem;
      }

      .desktop-nav-links {
        flex-wrap: wrap;
        justify-content: center;
        padding: 1rem;
    }

    .intro-section {
      padding: 0;
    }

    /*Hamburger NAVIGATION*/

    #hamburger-nav {
    display: none;
}

    /*Main Section*/

    .transmission-of-revelation {
     flex-direction: column-reverse;
      
    }

    .section-transmission-image {
      display: flex;
      justify-content: center;
    }

    .section-transmission-image img {
      width: 70%;
    }


}

/* Desktops & Tablets down to 992px */
@media (max-width: 992px) {

         /*HAMBURGER NAVIGATION*/

    .desktop-nav {
        display: none;
    }

    #hamburger-nav {
    display: flex;
}

    /*Main Section*/

    .definition-of-teaching {
      flex-wrap: wrap;
      justify-content: center;
    }
     .key-section-image img {
      width: 100%;
     }

    .magisterium {
      flex-wrap: wrap;
      justify-content: center;
    }

    .pope-and-bishops {
      flex-wrap: wrap;
      justify-content: center;
    }

  
}

/* Tablets down to 768px */
@media (max-width: 768px) {

          /*HAMBURGER NAVIGATION*/

     .hamburger-container,
     #hamburger-nav {
        height: fit-content;
     }

     .hamburger-menu {
        padding: 1rem;
     }
    
    /*Main Section*/

    .heirarchy-image-container img,
    .magisterium-image img,
    .apostolic-image img,
    .role-of-pope img  {
      width: 100%;
    }

}

/* Large Phones down to 576px */
@media (max-width: 576px) {

      /*Main Section*/

}

/* Small Phones down to 480px */
@media (max-width: 480px) {

    
}
