/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) { 
    html {
        font-size: 0.875rem;
    }
    #contact-section .container {
        max-width: 100%;
    }
    #about-section .bg-light {
        margin: 0;
        padding: 3rem;
    }
    .navbar-brand {
        margin-right: 1rem;
    }
    .navbar-brand img {
        height: 4rem;
    }
    .text-hero {
        text-align: center;
    }
    #about-section {
        padding-top: 0!important;
    }
    #what-section {
        padding-bottom: 0!important;
    }
    #about-section .z-1 {
        order: -1;
    }
    #why-section .ps-5,
    #what-section .ps-5 {
        padding-left: 1rem!important;
    }
    .image-hero {
        order: -1;
        margin-bottom: 2rem;
    }
    .image-who {
        margin-bottom: 2rem;
    }
    .container {
        padding: 0 1.5rem;
    }

    .navbar {
        padding: 1.25rem 0;
    }
    .navbar-collapse {
        order: 3;
        margin-top: 2rem;
    }
    .contactButton {
        padding:0.5rem 0.5rem;
        font-size: 0.875rem;
    }    
    .holdBtnsNav .contactButton {
        margin-right: .5rem;
    }
    .logo-footer {
        height: 8rem;
    }
    #contact-section a {
        word-break: break-all;
    }
    footer {
        text-align: center;
    }
 }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    html {
        font-size: 1rem;
    }
    #contact-section .container {
        max-width: 45%;
    }
 }


