.title_about{
    font-family: "Literata";
    width: 100%;
    text-align: center;
}

.description_about{
    font-family: "Montserrat";
    font-size: 1rem;
    text-align: center;
}
.image_about{
    width: 75%;
    display: block;
    margin: auto;
}
@media (max-width:767.8px) {
    .img_giorgia{
        order: 2;
    }
}
#hero_title_about{
    color: white;
}
#locale{
    background-image: url(../../img/BRONZIN\ MANIA-4.jpg);
    background-position: center;
    background-size: cover;
    height: 500px;
    width: 100%;
    margin-top: 100px;
}
#local_title{
    font-family: "Literata";
    color: white;
    text-align: center;
}
.local_description{
    font-family: "Montserrat";
    color: white;
    text-align: center;
    font-size: 1.2rem;
}
p{
    font-family: "literata";
    padding: 0rem 1rem;
    line-height: 2;
}
#about_subtitle{
    font-size: 1.2rem;
}
.row_images-3, .row_images-2 {
    flex-wrap: wrap;
}
.row_images-3 img{
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 30%;
}
.row_images-2 img{
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 45%;
}
.row_images-1 img{
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}
h1, h2,h3,h4,h5,h6{
    font-family: "literata" !important;
    color: #71AFC8;
    padding-top: 10px;
    padding-bottom: 10px;
}
#hero_menu{
    background-image: url(../../img/about_page.jpg) !important;
    background-color: black;
}
.spacer_containers{
    padding: 5rem 0rem;
}
.img_not_for_mobile{

}
@media (max-width: 991.98px) {
}
@media (max-width: 767.98px) {
    #hero_menu{
        background-image: url(../../img/about_page_mobile.jpg) !important;
        background-color: black;
    }
    .img_not_for_mobile{
        display: none !important;
    }
    .row_images-2 img, .row_images-3 img, .row_images-1 img {
        width: 80% !important;
    }
    .delimiter_description{
        color: white !important;
    }
    #delimiter_lampara{
        background-image: url(../../img/lampara_background_delimiter_mobile.jpg) !important;
    }
    #delimiter_brunzin{
        background-image: url(../../img/brunzin_background_delimiter_mobile.jpg) !important;
    }
    #delimiter_catering{
        background-image: url(../../img/catering_background_delimiter_mobile.jpg) !important;
    }
    #delimiter_bronzin{
        background-image: url(../../img/bronzinMania_background_delimiter_mobile.jpg) !important;
    }
}
@media(min-width: 767.98px){
    
}
#prenotazione{
    color: #71AFC8;
    border-color:#71AFC8 ;
}
#prenotazione:hover{
    background-color: #71AFC8;
    color: white;
}
.delimiter{
    height: 588px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.delimiter_title{
    color: white !important;
    font-size: 7rem;
}
.delimiter_description{
    color: white !important;
}
#delimiter_lampara{
    background-image: url(../../img/lampara_background_delimiter.jpg);
}
#delimiter_brunzin{
    background-image: url(../../img/brunzin_background_delimiter.jpg);
}
#delimiter_catering{
    background-image: url(../../img/catering_background_delimiter.jpg);
}
#delimiter_bronzin{
    background-image: url(../../img/bronzinMania_background_delimiter.jpg);
}
