#hero{
    background-image: url("/images/v000.jpg");
    min-height: 58vh;
    margin-top: 0px;
    background-position: center;
    background-repeat: no-repeat, repeat;
    background-attachment: scroll, scroll;
    color: rgb(255,255,255);
    align-items: center;
    justify-content: center;
    display: flex;
}
#hero div{
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.39);
    border-radius: 15px;
    padding:15px;
    font-family: "DM Serif Display";
    font-size: 45px;
    font-weight: 400;
}

#location{
    margin-top: 30px;
    margin-bottom: 30px;
}

.img-fluid{
    object-fit: cover;
    object-position: center center;
    max-width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    /* height: auto; */
    /* height: 100% !important; */
    min-height: 100%;
}
