@media (min-width:300px) and (max-width:768px) {
    #header-nav {
        display: none;
    }

    main {
        margin-bottom: 10rem;
    }

    .header-image {
        height: 15rem;
    }

    .hamburger-menu {
        display: flex;
    }

    #vetessy-logo {
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #cta-wrapper {
        top: 60%;
        width: 80%;
    }

    #blog-posts-container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .blog-post {
        width: 95%;
    }

    #home {
        margin-bottom: 10rem;
    }

    #home-pagination {
        margin-inline: auto;
        width: fit-content;
    }

    #events-iframe-container {
        width: 100%
    }

    #blog-site-content {
        width: 85%;
        padding: 1rem;
    }

    #prev-post, #next-post {
        display: none;
    }

    #blog-site-content h2 {
        text-align: center;
        font-size: 2rem;
    }

    .post-top-bar {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .post-top-bar p {
        margin: .2rem;
        font-size: small;
    }

    #events {
        margin-top: 15rem;
    }

    #gallery-sidebar {
        display: none;
    }

    #gallery-images-grid {
        width: 95%;
        columns: 2 40dvw;
    }

    #gallery-images-list {
        flex-direction: column;
        gap: 1rem;
    }

    .folder {
        width: 90%;
        padding: 0 0;
        margin: 0 auto;
    }

    .folder span {
        font-size: .8rem;
    }

    #home-gallery-picks {
        flex-direction: column;
        gap: .7rem;
    }

    .newest-folder {
        font-size: small;
    }

    .album {
        width: 90%;
        height: 12rem;
    }

    #breadcrumbs {
        margin-top: 3rem;
        margin-left: 1rem;
    }

    #about-us-container {
        width: 95%;
    }

    .history-year {
        font-size: small;
        min-width: 3rem;
        min-height: 3rem;
        width: 3rem;
        height: 3rem;
        border-width: 1px;
        font-weight: normal;
        margin-right: 1rem;
    }

    .about-us-p {
        font-size: .8rem;
    }

    .about-side-info {
        width: 80%;
    }

    .hide-mobile {
        display: none;
    }

    .about-side-info {
        font-size: smaller;
    }

    .support-site-content {
        width: 90%;
    }

    .foundation-static-container p {
        max-width: 90%;
    }

    #leaders {
        width: 80%;
    }

    .leader-block {
        flex-direction: column;
        justify-content: center;
    }

    .introduction {
        margin-left: 0;
    }

    .leader-image-frame {
        align-self: center;
    }

    #calendar, #apply-form, #events-iframe-container {
        width: 100%;
    }

    .slider-images {
        gap: .5rem;
        flex-direction: column;
    }

    .slider-img {
        width: 90dvw;
        height: 3svh;
    }

    .slider-images .slider-img:first-child, .slider-images .slider-img:last-child {
        width: 65dvw;
        height: 5svh;
    }

    .slider-images .slider-img:nth-child(2), .slider-images .slider-img:nth-child(6) {
        width: 75dvw;
        height: 5svh;
    }

    .slider-images .slider-img:nth-child(3), .slider-images .slider-img:nth-child(5) {
        width: 85dvw;
        height: 5svh;
    }

    .active-img {
        width: 90dvw !important;
        height: 30svh !important;
    }

    .fb-page-desktop {
        display: none;
    }

    .fb-page-mobile {
        display: block;
        width: fit-content;
    }

    #landing-grid {
        columns: 2 5rem;
        width: 95%;
        column-gap: .5rem;
    }

    #landing-grid img {
        margin-bottom: .5rem;
    }

    #landing-socials-container {
        flex-direction: column;
    }
}
