/* .hero-title {padding-top:20px;} */

.hero-container {
    background-image: url(../images/Dinner.jpg) !important;
    font: 12px;
}

.custom-header h2 {
    padding-top: 50px;
}

.custom-header h2 {
    padding-top: 0px !important;
}

@media screen and (max-width: 991px) {
    .hero-container 
    {
       /* min-height: 0px !important;*/
        height: calc(90vh - 376px) !important;
    }
}

.section-padding-3 {
    padding-bottom: 0px !important;
}

.section-padding-2 {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.section-maintitle
{
    color: red !important;
}

.img-rounded {
    border-radius: var(--border-radius-small); 
    max-width: 100%;
}

.text-block {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.img-location {
    height: 237px;
    width: auto;
}
