body {
    background-color: #181818;
}

.main-header-area.sticky {
    background-color: #00000023;
}
/*Solo nella gallery scurisco la nav*/
#main-header-area-gal.sticky{
    background-color: #181818;
}

.flexbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.flexbox img {
    margin-bottom: 25px;
}



h2 {
    color: white;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: medium;
    font-weight: lighter;
}



@media screen and (max-width: 1080px) {

    div .flexbox {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
    }
    div .gal_card {
        width: 80vw;
        height: 350px;
       
         
    }

}

.gal_card {
    width: 400px;
    height: 400px;
    margin: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
     
}

.gal_card_item{
    background-position-y: center;
    background-position-x: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.gal_card h3{
    color: white;
    font-weight: lighter;
    font-size: 50px;
}

#introduzione_gallery{

    display: block;
    width: 90vw;
    text-align: center;
}
#introduzione_gallery h2{
    margin-top: 20px;
    margin-bottom: 30px;
}
