@font-face{
    font-family: Ahsing;
    src: url(typogama-ahsing.otf);
}
@font-face{
    font-family: Hatton;
    src: url(PP-Hatton-Ultralight-200.otf)
}
/*Vollkorn*/
@import url('https://fonts.googleapis.com/css2?family=Vollkorn:ital,wght@0,400..900;1,400..900&display=swap');
*{
    margin: 0;
    padding: 0;
}
body{
    background-color: #301c0c;
}
h1{
    font-family: Ahsing;
    color: #a7845c;
    font-size: 87px;
}
p, a{
    color: #d6c5ab;
    font-family: "Vollkorn", serif;
    font-size: 19px;
}
p{
    line-height: 32px;
}
nav{
    position: absolute;
    top: 30px;
    left: 30px;
    width: calc(100% - 30px);
    li{
        float: left;
        padding: 10px;
        
    }
    a{
        text-decoration: none;
        margin: 15px;
        padding: 15px;
        border-radius: 50px;
        
    }

    a:hover{
        background-color: #301c0c;
        font-weight: bold;
         transition: 1s ;
    }

    #hamIcon{
        display: none;
        color: #d6c5ab;
    }
    overflow: hidden;
}
#beginfotoindex{
   
    background-image: url(../afbeeldingen/view-ancient-roman-empire-feast.jpg);
    height: 60vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
    align-content: center;
    
    justify-content: center;
    text-align: center;
    h1{
        color: #d6c5ab;
    }
}

#onsverhaal{
    margin: auto;
    h1{
        margin:30px 0;
    }
   width: 80%;
}
#menu{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    
    button{
        background-color:#301c0c;
        color: #f2f4ea;
        border: none;
        width: 200px;
        height: 50px;
        border-radius: 50px;
        font-family: "Vollkorn";
        font-weight: bold;
        font-size: 18px;
    }

    button:hover{
        background-color: #a7845c;
        color: #301c0c;
        transition: 1s;
    }
    
    h1{
        grid-column: 1/4;
        text-align: center;
        margin:50px 0;
    }
    section{
        display: grid;
        justify-items: center;
        align-items: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 60vh;
        width: 100%;
    }
   #voorgerecht{
    background-image: url(../afbeeldingen/img_RAM_PRD128887_1224x900_JPG.avif);
   }
   #hoofdgerecht{
    background-image: url(../afbeeldingen/img_5632-975x1300.jpg);
   }
   #nagerecht{
    background-image: url(../afbeeldingen/rood-fruit-panna-cotta-uitgelicht.jpg);
   }
}

#concept{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-items: center;
    background-image: url(../afbeeldingen/ChatGPT\ Image\ 14\ mei\ 2025\,\ 17_17_56.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 80vh;
    background-position-y: center;
    
    p{
        width: 75%;
        font-size: 20px;
    }
    h1, p{
        color:#d6c5ab;
    }
}

#binnengebied{
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    align-items: center;
    text-align: center;
    margin: 50px 0;
    h2{
        font-family: Hatton;
        color: #d6c5ab;
        font-size: 27px;
        margin-bottom: 20px;
    }
    button{
        margin-top: 50px;
        font-family: Vollkorn;
        font-size: 17px;
        width: 160px;
        height: 50px;
        background-color: #a7845c;
        color: #f2f4ea;
        border: none;
        border-radius: 20px;
    }

    button:hover{
        background-color: #301c0c;
        border: solid 3px #a7845c;
        color: #d6c5ab;
        transition: 1s;
    }
    article{
        grid-column: 1/2;
        grid-row: 1/2;
        width: 75%;
    }
    figure{
        grid-column: 2/3;
        img{
            width: 40%;
            border-radius: 20px;
        }
    }
}
#buitengebied{
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    align-items: center;
    text-align: center;
    margin: 50px 0;
    h2{
        font-family: Hatton;
        color: #d6c5ab;
        font-size: 27px;
        margin-bottom: 20px;
    }
    button{
        margin-top: 50px;
        font-family: Vollkorn;
        font-size: 17px;
        width: 160px;
        height: 50px;
        background-color: #a7845c;
        color: #f2f4ea;
        border: none;
        border-radius: 20px;
    }
    button:hover{
        background-color: #301c0c;
        border: solid 3px #a7845c;
        color: #d6c5ab;
        transition: 1s;
    }
    article{
        grid-column: 2/3;
        grid-row: 1/2;
        width: 75%;
    }
    figure{
        grid-column: 1/2;
        img{
            width: 40%;
            border-radius: 20px;
        }
    }
}

/*MENU PAGINA*/

#beginfotomenu{
    background-image: url(../afbeeldingen/hot-spicy-stew-eggplant-sweet-pepper-olives-capers-with-basil-leaves-top-view.jpg);
    height: 60vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    h1{
        letter-spacing: 10px;
        color: #d6c5ab;
    }
}


#voorgerechtenlijst, #hoofdgerechtlijst, #nagerechtenlijst, #drankenlijst{
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    align-items: center;
    article{
        display: grid;
        grid-template-columns: 30% 1fr;
        width: 100%;
        align-items: center;
        h3{
            grid-column: 2/3;
        }
        p{
            grid-column: 2/3;
            grid-row: 2/3;
            margin-right: 25px;
        }
        img{
            grid-column: 1/2;
            grid-row: 1/3;
            width: 50%;
            border-radius: 50%;
            margin-left: 50px;
        }
        margin: 15px 0;
    }
    article:nth-child(1){
        grid-column: 1/3;
        width: 75%;
        h1{
            grid-column: 1/3;
            margin: 50px 0;
            text-align: center;
        }
        p{
            grid-column: 1/3;
        }
        margin-bottom: 50px;
    }
    h3{
        font-family: Vollkorn;
        color: #a7845c;
        font-size: 27px;
    }
    p{
        font-size: 16px;
    }
    
    

}
#hoofdgerechtlijst, #nagerechtenlijst, #drankenlijst{
        figure{
            grid-column: 1/3;
            grid-row: 1/2;
        }
       
    .middensteGerecht{
        grid-column: 1/3;
        img{
            width: 30%;
        }
    }
}

/*GEBIEDEN*/

#gebiedenbegin{
    background-image: url(../afbeeldingen/740bb7be5b31071f2af605d10081c781.jpg);
    height: 60vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    h1{
        color: #d6c5ab;
    }
}

#gebiedenhoofd{
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    section:nth-child(2){
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        justify-items: center;
       h1{
        margin: 50px 0;
        grid-column: 1/4;
       }
        p{
            grid-column: 1/4;
            width: 75%;
        }
        img{
            width: 85%;
            margin: 50px 0;
            border-radius: 25px;
        }
        
        img:nth-child(5){
            grid-column: 1/2;
        }
        img:nth-child(6){
            grid-column: 2/3;
        }
        img:nth-child(7){
            grid-column: 3/4;
        }

    }

    section:nth-child(4){
         display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        justify-items: center;
       h1{
            grid-column: 1/4;
            margin: 50px 0;
       }
        p{
            grid-column:1/4 ;
            width: 75%;
        }
        img{
            margin: 50px 0;
            width: 85%;
            border-radius: 25px;
        }

        img:nth-child(4){
            grid-column: 1/2;
        }
        img:nth-child(5){
            grid-column: 2/3;
        }
        img:nth-child(6){
            grid-column: 3/4;
        }
    }    
}

footer{
        border-top: solid 3px #a7845c;
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-items: center;
        p{
            margin-top: 50px;
            margin-bottom: 20px;
            grid-column: 1/3;
        }
        a{
            padding: 5px 0;
            text-decoration: none;
        }
        width: 85%;
        margin: auto;
        article{
            margin-top: 25px;
            display: grid;
            grid-template-columns: 1fr;
            justify-items: center;
            p, a{
                margin: 0;
            padding: 5px 0;
            text-decoration: none;
            font-size: 15px;
        }
        }
    }


/*MOBIEL*/
@media only screen and (max-width:480px) { 
    nav{
      top: 0;
      left: 0; 
      width: 100%; 
    #hamIcon{
        display:block;
        font-size: 30px;
        margin: 20px;
        float:left;
    }
    a:hover{
        background-color: transparent;
        font-weight: normal;
    }
    ul{
        background-color: #301c0c;
        
    }
    ul.hammenu {
        
        display: none;
    }
    li{
        float:none;
        text-align: center;
        width: 100%;
        overflow: hidden;
        padding-bottom: 30px; 
        padding-left:0;
    }
    li:nth-child(3){
        padding-bottom: 30px;
    }
}

h1{
    font-size: 50px;
}
p{
    font-size: 15px;
}

#menu{
    #voorgerecht, #hoofdgerecht, #nagerecht{
        grid-column: 1/4;
    }
}

#concept{
    h1{
        grid-column: 1/3;
    }
    margin: auto;
    article{
        p{
            width: 100%;
        }
        grid-column: 1/3;
        width: 90%;
    }
}

#binnengebied, #buitengebied{
    figure{
        display: none;
    }
    article{
        margin: 50px 0;
        grid-column: 1/3;
        width: 90%;
    }
}
 #voorgerechtenlijst, #hoofdgerechtlijst, #nagerechtenlijst, #drankenlijst{
    article{
        h1{
            font-size: 40px;
        }
        grid-column: 1/3;
        width: 100%;
    }

    article:nth-child(1){
        width: 95%;
        p{
            margin-left: 20px;
        }
    }
}

#gebiedenhoofd{
    section{
        h1{
            text-align: center;
        }
    }
    section:nth-child(1){
        img:nth-child(5){
            grid-column: 1/4;
        }
        img:nth-child(6){
            grid-column: 1/4;
        }
        img:nth-child(7){
            grid-column: 1/4;
        }
    }

    section{
        img:nth-child(4){
            grid-column: 1/4;
        }
        img:nth-child(5){
            grid-column: 1/4;
        }
        img:nth-child(6){
            grid-column: 1/4;
        }
    }
}


footer{
    article{
        grid-column: 1/3;
        p{
            text-align: center;
        }
    }
}
}