

body {
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-weight: bold;
}
.blok11{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    background: transparent;
}
 header {
    background-color: white;
    display: flex;
    justify-content: space-between;
    padding: 0px;
    align-items: center;
    border-bottom: 1px solid #eee;
} 
.navbar {
    display: flex;
    justify-content: flex-start;
    align-items: right;
    width: 100%;
    background-color: transparent;
    font-size: 18px;
    color: black;
}
 
.navbar a {
    color: black;
    text-decoration: none;
    margin-left: 20px;
}
 
.navbar a:hover {
    color: goldenrod;
    text-decoration: underline;
}
 
.container1 {
    width: 100%;
    overflow: auto;
}

.logo_img {    
    width: 100%;
    margin-top: 1px; 
    display: flex;   
    justify-content: flex-start;
    align-items: flex-start;
    
}

.logo_img img{
    height: 70px;
    width: 70px; 
    align-self: flex-end;   
}

.logo_img .rechts{
    margin-left: auto;
}

.logo_img a{

}



nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
}

nav ul li a {
    text-decoration: none;
    color: #f39c12;
    font-weight: bold;
}


.icons img {
    height: 30px;
    margin-left: 15px;
}

.card {
    width: 100%;
    height: 300px;
    background-image: url(tandori_new.jpg);
    color: white;      
    

         background-size:cover;
         background-position: center;
    
            padding: 20px;    
                 
  position: relative;
  overflow: hidden;
  z-index: 1;
          }
          .card2 {
            width: 100%;
            height: 600px;
            background-image: url(eten.jpg);
            color: white;      
            
        
                 background-size:cover;
                 background-position: center;
            
                    padding: 20px;    
                         
          position: relative;
          overflow: hidden;
          z-index: 1;
                  }
.content {
    text-align: center;
    padding: 50px 20px;
}

.content h1 {
    font-size: 2.5rem;
    color: #f39c12;
    font-family: 'Georgia', serif;
}

.content h1 span {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
}

.content p {
    margin-top: 20px;
    line-height: 1.8;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    color: #666;
}

.openings {
    text-align: center;
    padding: 30px 20px;
    background-color: #f7f7f7;
}

.openings h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.openings p {
    font-size: 1rem;
    line-height: 1.6;
}

.dish-image {
    text-align: center;
    margin: 40px 0;
}

.dish-image img {
    width: 400px;
    height: auto;
    border-radius: 10px;
}
 /* Algemene styling */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

/* Styling voor de footer */
footer {
    background-color: #000; /* Zwarte achtergrond */
    color: #f9f5f5;            /* Witte tekst */
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Contact info styling */
.contact-info {
    max-width: 200px;
}

.contact-info p {
    margin: 5px 0;
}

.contact-info a {
    color: #fff;  /* Zorgt dat de link wit is */
    text-decoration: none;
}

.contact-info a:hover {
    text-decoration: underline;
}

/* Contact details (telefoonnummer) */
.contact-details {
    text-align: right;
}

/* Social media iconen styling */
.social-media a {
    margin-left: 10px;
}

.social-media img {
    width: 24px;
    height: 24px;
}
/* Container for the background image and text overlay */
.menu-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background-image: url(fotos/eten.jpg);
}

/* Background image styling */
.menu-image {
    width: 500%;
    display: block;
}

/* First text overlay styling */
.text-overlay-1 {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #A0522D; /* Indian spice-inspired color */
    font-size: 24px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
}

/* Second text overlay styling */
.text-overlay-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 28px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
}

       /* Container for the background image and text overlay */
       .menu-container {
        position: relative;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    /* Background image styling */
    .menu-image {
        width: 100%;
        display: block;
    }

    /* First text overlay styling */
    .text-overlay-1 {
        margin-top: 50px;
        position: absolute;
        top: 10px;
        left: 10px;
        color: goldenrod; /* Indian spice-inspired color */
        font-size: 40px;
        font-weight: bold;
        font-family: Arial, sans-serif;
        letter-spacing: 1px;
    }

    /* Second text overlay styling */
    .text-overlay-2 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 60px;
        font-weight: bold;
        font-family: Arial, sans-serif;
        text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
    }

    .menuafb{
        margin-left: 200px;
        margin-top: 20px;
        margin-bottom: 20px;
    }