.aboutme {
    img {
        width: 60%;
        margin-top: 50px !important;
    }

    .mycontent {
        width: 100%;
        margin: 3rem 0;
        padding: 0 19rem;

        h5 {
            font-size: 2rem;
            font-weight: 800;
            color: var(--text);
            line-height: 1.8;
            font-family: "Playfair", serif;
            font-style: italic;
        }

        p {
            font-size: 1rem;
            color: var(--subtext);
            font-weight: 500;
            line-height: 2;
        }

        .resume {
            padding: 1rem 2rem;
            color: #fff;
            font-size: 1rem;
            font-weight: 500;
            background-color: var(--primary);

            &:hover {
                background-color: #071841;
            }
        }
    }
}

.back-home {
    background-color: #16172b00;
    color: #242424;

    &:hover {
        background-color: #3a3b47;
    }
}


.Photography {
    width: 60%;
    margin: 0 auto;

    h5 {
        font-size: 2rem;
        font-weight: 800;
        color: var(--text);
        line-height: 1.8;
        font-family: "Playfair", serif;
        font-style: italic;
        margin: 0;
    }

    p {
        font-size: 1rem;
        color: var(--subtext);
        font-weight: 500;
        line-height: 2;
    }

}


@media only screen and (max-width: 992px) {

    .aboutme {
        img {
            width: 100%;
            margin-top: 65px !important;
        }

        .mycontent {
            margin: 2rem 0;
            padding: 0 0rem;

            h5 {
                line-height: 1.2;
                font-size: 1.5rem;
                margin-bottom: 0.9rem;
            }

            p {
                font-size: 0.9rem;
                font-weight: 400;
                line-height: 1.8;
            }

            .resume {
                padding: 0.8rem 1.4rem;
            }
        }


    }

    .Photography {
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;

        h5 {
            line-height: 1.2;
            font-size: 1.5rem;
            margin-bottom: 0.9rem;
        }

        p {
            font-size: 0.9rem;
            font-weight: 400;
            line-height: 1.8;
        }
    }


}

/* gallery */

.grid-container {
    display: flex;
}


.thumbnail {
    width: 100%;
    height: auto;
    overflow: hidden;
}

img {
    vertical-align: middle;
    margin-top: 50px;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    margin-top: 15px !important;
}