body {
    background-color: white;
}

main {
    width: 100%;
    height: calc(50vh - 6.0rem);
    margin-top: 6.0rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -2;
}

main .main-intro {
    position: relative;
}

main .main-intro h1 {
    font-size: 9.6rem;
    line-height: 10.6rem;
    text-shadow: 0.4rem 0.4rem 0.2rem rgb(0, 0, 0, 0.5);
    text-align: center;
}

main .main-intro p {
    font-size: 1.8rem;
    line-height: 3.0rem;
    max-width: 60.0rem;
    text-shadow: 0.3rem 0.3rem 0.2rem rgb(0, 0, 0, 0.5);
    text-align: center;
}

/* FREE PHOTOS SECTION IN MAIN :) */
.photography-freephotos-center {
    margin: 6.0rem auto auto auto;
}


/* ------ MOBILE VERSION ------ */

@media only screen and (max-width: 600px) {
    body {
        overflow-x: hidden;
    }

    .photography-collectionsandnoncollections {
        background-attachment: scroll;
    }

    .photography-freephotos-center {
        margin: 5.0rem auto 0;
    }

    .photography-freephotos-center h2 {
        padding-top: 4.0rem;
        padding-bottom: 1.5rem;
        font-size: clamp(3.0rem, 10vw, 3.6rem);
        line-height: 1.1;
        border-bottom-width: 0.4rem;
    }

    .photography-freephotos-center-photo-grid {
        padding-top: 3.0rem;
        gap: 1.5rem;
    }

    .photography-freephotos-center-photo-grid-column {
        gap: 1.5rem;
    }

    .photo-lightbox {
        padding: 2.0rem;
    }

    .photo-lightbox img {
        max-width: 95vw;
        max-height: 90svh;
    }
}

/* ------ MOBILE VERSION (800PX AND UNDER) ------ */
@media only screen and (max-width: 800px) {
    body {
        overflow-x: hidden;
    }

    .photography-collectionsandnoncollections {
        background-attachment: scroll;
    }

    .photography-freephotos-center {
        width: 100%;
        margin: 5.0rem auto 0;
        padding: 0 2.0rem 4.0rem;
    }

    .photography-freephotos-center h2 {
        width: 100%;
        padding-top: 4.0rem;
        padding-bottom: 1.5rem;
        font-size: clamp(3.0rem, 10vw, 3.6rem);
        line-height: 1.1;
        border-bottom-width: 0.4rem;
    }

    .photography-freephotos-center-photo-grid {
        width: 100%;
        padding-top: 3.0rem;
        gap: 1.5rem;
    }

    .photography-freephotos-center-photo-grid-column {
        gap: 1.5rem;
    }

    .photo-lightbox {
        padding: 2.0rem;
    }

    .photo-lightbox img {
        max-width: 95vw;
        max-height: 90svh;
    }
}

/* ------ SMALL DESKTOP VERSION ------ */
@media only screen and (min-width: 801px) and (max-width: 1300px) {
    body {
        overflow-x: hidden;
    }

    .photography-collectionsandnoncollections {
        background-attachment: scroll;
    }

    .photography-freephotos-center {
        width: 100%;
        margin: 6.0rem auto 0;
        padding: 0 clamp(3.0rem, 4vw, 5.0rem) 6.0rem;
    }

    .photography-freephotos-center h2 {
        width: 100%;
        padding-top: 5.0rem;
        font-size: clamp(4.2rem, 4.5vw, 5.0rem);
        line-height: 1.15;
    }

    .photography-freephotos-center-photo-grid {
        width: 100%;
        padding-top: 4.0rem;
        gap: 2.4rem;
    }

    .photography-freephotos-center-photo-grid-column {
        gap: 2.4rem;
    }

    .photo-lightbox {
        padding: 4.0rem;
    }
}

/* ------ ULTRA-WIDE VERSION ------ */
@media only screen and (min-width: 2561px) {
    .photography-freephotos-center {
        width: min(100%, 190.0rem);
        margin: 8.0rem auto 0;
        padding: 0 5.0rem 8.0rem;
    }

    .photography-freephotos-center h2 {
        width: 100%;
        padding-top: 8.0rem;
        padding-bottom: 3.0rem;
        font-size: 6.4rem;
        line-height: 7.2rem;
        border-bottom-width: 0.8rem;
    }

    .photography-freephotos-center-photo-grid {
        width: 100%;
        padding-top: 6.0rem;
        gap: 3.5rem;
    }

    .photography-freephotos-center-photo-grid-column {
        gap: 3.5rem;
    }

    .photo-lightbox {
        padding: 6.0rem;
    }

    .photo-lightbox img {
        max-width: 92vw;
        max-height: 88vh;
    }
}
