:root {
    --bs-tertiary-bg-rgb: 0;
}

.h0 {
    font-weight: bold;
}

.h1 {
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: bold;
    color: black

}

.h2 {
    font-size: 20pt;
    text-transform: uppercase;
    font-family: Arial;
    color: black
}

.h3 {
    font-size: 15pt;
    font-family: 'Times New Roman';
    color: black;
    font-weight: bold;
    text-transform: uppercase;
}

.h4 {
    color: black;
    font-family: Verdana;
    font-size: 11pt;
}

.h5 {
    color: black;
    font-size: 12pt;
    font-weight: bold;
    font-family: Helvetica;
}

.hours {
    color: black;
    font-size: 13px;
    font-weight: bold;
    font-family: helvetica;
}

.logoImage {
    margin: 1.2rem;
}

.menus {
    padding: 10px;
    border-radius: 20px;
    border-color: green;
    background-color: rgb(241, 251, 214);
}

.side {
    padding: 10px;
    border-color: green;
    background-color: rgb(194, 233, 142);
    border-radius: 10px;
}


ul>li {
    margin: 3px;
}
#menukaart, #menu{
    background-image: url("../images/bamboob.jpg");
    background-repeat: repeat;
    margin: 0;
}
.blur {
    background-color: rgba(255, 255, 255, 0.572);
    backdrop-filter: blur(1px);
}

.blury {
    background-color: rgba(81, 80, 80, 0.5);
    backdrop-filter: blur(3px);
}

.blured {
    background-color: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(1px);
}

.table {
    --bs-table-bg: transparent;
    --bs-table-border-color: transparent;
}

.bg-bamboo {
    background-image: url("../images/bamboo\ background.jpg");
}

.btn-call {
    height: 50px;
    width: 200px;
    background-color: rgb(41, 106, 210);
    color: white;
    border-color: black;
    border-width: 1px;
    padding: 5px;
    align-content: center;
}