body {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 16px;
    line-height: 1.6;
    color: darkolivegreen;
    background-color: white;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

/* header + navigatie*/
header {
    width: 100%;
    height: 220px;
    background-image: url(https://images.pexels.com/photos/4256560/pexels-photo-4256560.jpeg?_gl=1*15je7yo*_ga*MjEyNzk3NDEzNi4xNzYyNTI0NTEx*_ga_8JE65Q40S6*czE3NjM4OTgxNTkkbzQkZzEkdDE3NjM4OTk2MDAkajU5JGwwJGgw);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 2rem 1rem;
    box-sizing: border-box;
}

.banner-tekst h1, h2 {
    color: white;
    margin: 0.2rem;
}

h1 {
    color: white;
}

.container-foto {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.resto-navigation {
    background-color: white;
    border-radius: 2rem;
    margin-bottom: 1.5rem auto 0;
    padding: 0.5rem 1.5rem;
    display: flex;
    justify-content: center;
    width: 90%;
    max-width: 900%;
    box-sizing: border-box;
}

.resto-navigation ul {
    list-style: none;
    display: flex;
    justify-content: space-around;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    list-style: none;
    width: 100%;
}

.resto-navigation li {
    margin: 0 10px;
}

.resto-navigation a {
    display: block;
    padding: 10px 5px;
    font-weight: 600;
    border-radius: 0.4rem;
    color: darkolivegreen;
    text-decoration: none;
    white-space: nowrap;
}

.resto-navigation a:hover {
    background-color: olive;
    color: white;
    transform: translateY(-2px);
}

.resto-navigation a.active {
    background: olive;
    color: white;
}

/*main*/
main {
    max-width: 1100px;
    margin: 2rem auto;
    padding: 0.1rem;
}

main h1,
main h2,
main h3,
main h4 {
    color: olive;
}

main p {
    color: black;
}

.video {
    position: relative;
    width: 100%;
    max-width: 1200;
    height: 0;
    margin: 2rem auto;
    overflow: hidden;
    padding-top: 56.25%;
}

.video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    inset: 0;
}

/*artikels*/
article {
    margin-bottom: 2rem;
}

article h2,
article h3 {
    margin-bottom: 1rem;
}

article p {
    margin-bottom: 1rem;
}

/*blogje*/
.blog-post header {
    background-image: none;
    background: none;
    height: auto;
    padding: 0;
}

.blog-post {
    border: 1px solid black;
    padding: 1.5rem;
    border-radius: 10px;
    background-color: black;
    margin-bottom: 2rem;
}

.blog-post p {
    color: white;
}

.post-header {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.profile {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.username {
    font-weight: bold;
    color: white;
}

.datum {
    font-size: 0.85rem;
    color: white;
}

.post-image img {
    border-radius: 10px;
    margin-top: 0.5rem;
}

/*menu*/
.titel-groen {
    color: olive;
}

.menu-groep {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.menu-groep .titel {
    grid-column: 1 / -1;
    text-align: center;
    margin-bottom: 1rem;
    color: olive;
    font-weight: bold;
}

.gerecht {
    border: 3px solid olive;
    border-radius: 10px;
    padding: 1rem;
    margin-bottom: 2rem;
    background-color: rgb(214, 214, 154);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    height: 100%;
}

.gerecht figure {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.gerecht figcaption {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: center;
    width: 100%;
    height: 100%;
}

.gerecht img {
    width: 100%;
    border-radius: 8px;
}

.titel {
    color: olive;
    font-weight: bold;
}

.uitleg {
    color: rgb(63, 63, 1);
}

.gerecht .prijs {
    font-weight: bold;
    color: black;
    margin-top: auto;
}

/*homepage*/
main {
    gap: 2rem;
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 1rem;
}

main article {
    margin-bottom: 2rem;
}

.homepage-card {
    border: 3px solid olive;
    border-radius: 10px;
    padding: 2rem;
    background-color: rgb(214, 214, 154);
    height: fit-content;
    max-width: 780px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.homepage-card article {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.homepage-card p {
    max-width: 800px;
}

.homepage-card .gerecht {
    height: auto;
}

.homepage-card h3 {
    color: olive;
    font-weight: bold;
    margin-bottom: 1rem;
}

.homepage-card figure {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: center;
}

.homepage-card figcaption {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.homepage-card img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 1rem;
    display: block;
}

.homepage-card .uitleg {
    color: rgb(63, 63, 1);
    margin-bottom: 0.5rem;
}

.homepage-card .prijs {
    font-weight: bold;
    margin-top: auto;
    color: black;
    text-align: center;
}

.intro-tekst {
    text-align: left;
    max-width: 1200px;
}

.intro-tekst h2 {
    text-align: center;
    margin-bottom: 2rem;
}

.intro-tekst article {
    width: 100%;
    text-align: left;
    padding: 1.5rem;
    border-radius: 10px;
}

.homepage-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
}

/*team foto*/
.team-foto img {
    border-radius: 10px;
}

/*footer / description*/
footer {
    text-align: center;
    font-size: 0,9rem;
    color: white;
    padding: 2rem 1rem;
    background-color: black;
}

footer a {
    color: olive;
    text-decoration: none;
}

footer a:hover {
    text-decoration: none;
}

footer img {
    width: 10%;
    height: auto;
}

@media screen and (max-width: 399px) {
    .resto-navigation {
        width: 100%;
        padding: 0.3rem;
    }

    .resto-navigation ul {
        justify-content: space-evenly;
    }

    .resto-navigation a {
        padding: 0.3rem 0.6rem;
        font-size: 0.75rem;
    }
}

@media screen and (min-width: 400px) and (max-width: 599px) {
    .resto-navigation {
        width: 100%;
        padding: 0.4rem;
    }

    .resto-navigation a {
        padding: 0.4rem 0.8rem;
        font-size: 0.8rem;
    }
}

/*responsive*/
@media screen and (min-width: 600px) and (max-width: 899px) {

    body {
        font-size: 0.9rem;
    }

    header {
        padding: 1.5rem 1rem;
    }

    .resto-navigation ul {
        flex-direction: column;
        gap: 0.7rem;
    }

    .resto-navigation a {
        width: 0.45rem 0.9rem;
        font-size: 0.9rem;
        text-align: center;
    }

    .post-header {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (min-width: 900px) and (max-width:1199px) {
   
    body {
        font-size: 16px;
    }

    .resto-navigation ul {
        gap: 1.5rem;
        width: 85%;
        padding: 0.5rem 1.2rem;
    }

    .resto-navigation a {
        padding: 0.5rem 1rem;
        font-size: 1rem;
    }

    main {
        padding: 0 1.5rem;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {

    .resto-navigation {
        width: 80%;
        padding: 0.5rem 1.5rem;
    }

    .resto-navigation ul {
        gap: 2.5rem
    }

    .resto-navigation a {
        padding: 0.5rem 1.2rem;
        font-size: 1rem;
    }
}

@media screen and (min-width: 1600px) {
    .resto-navigation {
        width: 70%;
        padding: 0.6rem 2rem;
    }

    .resto-navigation a {
        padding: 0.6rem 1.5rem;
        font-size: 1.1rem;
    }
}