#hero {
    background-image: url("/images/patrick-fore-0gkw_9fy0eQ-unsplash.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;
}