:root {
    --color-primary: #00b4d8;
    --color-background: #000814;
    --color-secondary: #0a9396;
    --color-text: #fffff0;
    --color-decoration: #70e000;
}

.TitleScreen {
    background: unset !important;
}

.TitleScreen_content p {
    max-width: 850px;
}

.main-wrapper {
    background: url(img/tattoo/bcg_main.webp) no-repeat;
    background-size: 70%;
    background-position: 160% 20%;
    background-attachment: fixed;
}

.paints_main-wrapper {
    background: url(img/paints/paint_main_bcg.webp) no-repeat;
    background-size: cover;
    background-position: 0 40%;
    background-attachment: fixed;
}

main {
    min-height: 100vh;
    padding-bottom: 140px;
}

.gallery_content img,
.gallery_content_second img {
    width: 260px;
    height: 196.5px;
    object-fit: cover;
    border: 3px solid var(--color-decoration);
}

.gallery_content,
.gallery_content_second {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 550px;
    align-content: flex-end;
}

.gallery_content_second {
    align-content: flex-start !important;
}

.gallery {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    height: 1040px;
}

.gallery a:hover {
    filter: contrast(130%);
    transition: 0.3s;
}

.gallery a:not(:hover) {
    transition: 0.3s;
}

.paints {
    align-content: center;
}

@media only screen and (max-width:991px) {
    main {
        max-width: 991px;
    }

    nav {
        margin: 0;
        padding: 30px 0 0 30px;
    }

    .section {
        height: 100vh !important;
    }

    .TitleScreen_content,
    .gallery_content,
    .gallery_content_second {
        max-width: 750px;
    }

    .TitleScreen_content {
        padding: 40px 0 0 30px;
        margin: 0;
    }

    .TitleScreen {
        margin-bottom: 30px;
    }

    p {
        font-size: 1.1rem;
        max-width: 640px !important;
        text-shadow: 2px 2px 5px #000814;
    }

    .gallery {
        max-width: 750px !important;
        height: auto;
    }

    .gallery img {
        width: 165px;
        height: 120px;
    }

    .gallery_content {
        align-content: start;
    }

    .gallery_content,
    .gallery_content_second {
        gap: 20px;
        justify-content: center;
        width: 375px;
    }


}

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

    .TitleScreen_content {
        padding: 20px 0 0 0 !important;
        width: 305px;
        text-align: center;
        margin: 0 auto;
    }

    .TitleScreen_content h1 {
        margin: 0 auto 30px auto !important;
    }

    .gallery {
        flex-direction: column;
        max-width: 320px !important;
        gap: 20px;
    }

    .gallery a,
    .gallery img {
        width: 140px;
    }

    .gallery_content,
    .gallery_content_second {
        width: 310px;
        margin: 0 auto;
    }

    .main-wrapper {
        background: none !important;
    }

    .TitleScreen{
        height: 100vh !important;
        margin-bottom: 70px !important;
    }

    .TitleScreen{
        background: url(img/tattoo/bcg_main.webp) no-repeat !important;
        background-attachment: scroll !important;
        background-size: cover !important;
        background-position: 70px 0 !important;
    }

    .paints_main-wrapper>main>.TitleScreen{
        background: url(img/paints/paint_main_bcg.webp) no-repeat !important;
        background-attachment:scroll !important;
        background-size: cover !important;
        background-position: -500px 0 !important;
    }

}