:root {
    --font-family-default: Arial, Helvetica, sans-serif;
    --font-family-headers: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    --background-color: white;
    --font-size-h1: 3rem;
    --font-size-h2: 2rem;
    --font-size-p: 1rem;
    --color-text-headers: white;
    --color-text-h1: rgba(0, 0, 0, 0.841);
    --color-box: beige;

}


body {
    font-family: var(--font-family-default);
    background-color: var(--background-color);
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    font-size: var(--font-size-p);
    text-decoration: none;

}

nav {
    color: var(--font-family-headers);
    font-family: Montserrat;
    background-color: rgb(84, 149, 72);
    text-align: center;
    align-items: center;
    font-weight: bold;
    border-radius: 1rem;
    box-shadow: 1px 6px 12px -4px rgba(0, 0, 0, 0.75);

}

header img {
    width: 95%;
    display: flex;
    justify-content: center;
}

.intro img {
    width: 61%;
    vertical-align: middle;
    justify-content: right;
    margin-top: -2rem;
    border-radius: 10rem;
    margin-bottom: 4rem;
}

a {
    text-decoration: none;
    color: white;
}

.navigation {
    list-style: none;
    display: flex;
    padding: 1rem;
    justify-content: center;
    font-size: 2rem;
    color: var(--color-text-headers);
}

nav ul li:hover {
    color: black;
    text-decoration: underline;
}

h1 {
    font-size: var(--font-size-h1);
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: var(--color-text-h1);
    margin-top: 2rem;
}

h2 {
    font-size: var(--font-size-h2);
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: var(--color-text-h1);
}

footer {
    text-align: center;
    padding: 1rem;
    margin: 2rem;
    background-color: rgb(84, 149, 72);
    border-radius: 1rem;
    box-shadow: 1px 1px 14px -4px rgba(0, 0, 0, 0.75);
}

.intro {
    text-align: center;
    padding: 70px 10% 40px;
}

.intro p {
    margin: -2rem;
    background: beige;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.33);


}

.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 4rem;
    background-color: beige;
    border-radius: 1rem;
    overflow: auto;
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.55);

}



.menu img {
    width: 100%;
    border-radius: 2rem;
}

.menu-img-long {
    height: 1rem;
}

.menu-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.menu-list>article {
    width: 40%;
    margin-bottom: 2rem;
}

.titlefood {
    font-size: 1.2rem;
    font-weight: bold;
    margin: -2.5rem 1rem;
    color: black;
    margin-top: 2rem;
}

.uitleg {
    margin-top: 1rem;
    margin-left: 2rem;
    margin-right: 2rem;
}

.prijs {
    margin-top: 1rem;
    margin-left: 3rem;
    margin-bottom: 3rem;
    font-weight: bold;
}

.layout-menu {
    flex-direction: row;
    margin-top: -1rem;
    background-color: beige;
    border-radius: 2rem;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.55);
}

.blog {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 4rem;
    background-color: beige;
    border-radius: 1rem;
    overflow: auto;
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.55);
}

.titleblog {
    font-family: var(--font-family-headers);
    margin-left: 4rem;
    margin-top: 1rem;
}


.blogimg {
    width: 32%;
    border-radius: 2rem;
    margin: 4rem;
}

.uitlegblog {
    margin: 3rem;
}

.overons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 4rem;
    background-color: beige;
    border-radius: 1rem;
    overflow: auto;
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.55);
    width: fit-content;
}



.titleoverons {
    font-family: var(--font-family-headers);
    margin-left: 4rem;
    margin-top: 3rem;
}

.uitlegoverons {
    margin: 3rem;
    margin-top: 1rem;
}

.video {
    width: 100%;
    height: auto;
    margin: 2rem;
}

ul {
    list-style: none;
}

.quote {
    margin: 3rem;
    font-weight: bold;
    justify-content: center;
    display: flex;
    margin-inline: 11rem;
}

ul li {
    margin: 1rem;
    padding: 1rem;
}

.team {
    margin: 1rem;
}

.aanpaklist {
    margin: 0rem;
    padding: 1rem;
    margin-left: 3rem;
    list-style: square;
}

.info {

    justify-content: space-between;
    margin: 4rem;
    background-color: beige;
    border-radius: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    overflow: auto;
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.55);
    display: flex;
}

.titlecontact {
    font-family: var(--font-family-headers);
    color: var(--font-size-h1);
    font-size: 3rem;
    margin: 4rem;
}

.uitlegcontact {
    margin: 3rem;
    margin-top: 1rem;
}

.layout {
    display: flex;
    flex-direction: row;
    margin-top: -1rem;
    background-color: beige;
    border-radius: 2rem;
}

.linkcontact {
    color: black;
}

.linkcontact:hover {
    color: green;
    text-decoration: underline;
}

.contactgegevens {
    margin-top: 5rem;
    margin-left: 1rem;
    margin-right: 2rem;
}

.adres {
    display: table-cell;
}

.oudezak {
    display: inline-block;
    font-family: var(--font-family-headers);
    color: var(--font-size-h1);
    font-size: 2rem;
    margin-left: 7rem;
    margin-top: 3rem;


}

.openingsuren {
    margin: 3rem;
    margin-top: 1rem;
}

.reservatie {
    display: flex;
    justify-content: center;
}

.contact-form {
    max-width: 500px;
    margin-top: 0, 3rem;
}

.contact-form label {
    display: block;
    margin-top: 1rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    color: rgb(60, 75, 50);
}

.contact-form input {
    width: 300px;
    height: 30px;
    padding: 0, 5rem;
    margin-top: 0, 3rem;
    border: none;
    border-radius: 6px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(206, 229, 206);
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

@media screen and (max-width: 600px) {
    body {
        width: 100%;
        margin: 0;
        font-size: 0.95rem;
    }

    .navigation {
        flex-direction: column;
        font-size: 1.5rem;
        padding: 0.5rem;
    }

    nav {
        padding: 1rem;
    }

    h1 {
        font-size: 2rem;
        text-align: center;
    }

    h2 {
        font-size: 2rem;
        text-align: center;
    }

    .intro {
        padding: 40px 5% 20px;
    }

    .intro img {
        width: 100%;
        margin: 1rem 0;
        border-radius: 3rem;
    }

    .intro p {
        margin: 0;
        align-items: center;
    }

    
    .blog,
    .overons,
    .info,
    .layout{
        flex-direction: column;
        margin: 1.5rem;
        width: auto;
    }

     .menu,
    .layout-menu {
        margin: 1.5rem;
        width: auto;
    }

    .menu-list>article {
        width: 100%;
    }

    
    .menu img {
        border-radius: 1rem;
        width: 90%;
    }


    .blogimg {
        width: 100%;
        margin: 1rem 0;
    }

    .uitleg {
        margin: 1.5rem;
    }

    .uitlegblog {
        margin: 1.5rem;
    }

    .titleoverons {
        margin-inline: 1rem;
        text-align: center;
    }

    .titlecontact {
        font-size: 2rem;
        margin: 1.5rem;
        text-align: center;
    }

    .contactgegevens {
        margin: 1rem;
    }

    .contact-form input {
        width: 100%;
    }

    /*
    .oudezak {
        margin: 0;
        margin-top: 1rem;
        text-align: center;
    }
*/
    footer {
        margin: 1rem;
    }
}