.navbar {
    min-height: 3.75rem;
}

h1 {
    color:#590004 ;
    font: size 50px;
    text-align:center;
    font-family: "Libre Caslon Display", serif;

}

.notonleft {
margin-left: 70px;
padding-left: 50px;
}
#avisclient {
    text-align:center;
}

.restaurant {
    background: url(img/restaurant.png);
}

.librecaslondisplay {
    font-family:"Libre Caslon Display", serif;
    font-weight: 400;
    font-style: normal
}
h2 {
    font-family: "Libre Caslon Display", serif;
    color: #590004;
}
.navbar-item {
    color: #590004;
    font-size:1.3rem;
}
.content {
    text-align: center;
    font-family: "Libre Caslon Display", serif;
    font-size: 20px;
    color: #590004;
    line-height: 1.5rem;
}
.media-content {
    text-align: center;
    font-family: "Libre Caslon Display", serif;
    font-size: 23px;
    color: #590004;
    font-weight: 700;
}
.button {
    margin-top:20px
}

.black-overlay {
    background-color: rgba(0,0,0,0.3);
}

