body {
  font-family: 'Zilla Slab', serif;
  margin: 0;
  padding: 0;
  background-color:  #1a1a1a;;
  color: #ffffff;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: transparent;
  z-index: 333;
  padding: 10px 20px;
  box-sizing: border-box;
}

header.scrolled {
  background-color: #061a44; 
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.logo {
  float: left;
}

.logo img {
  height: 60px;
}

nav {
  float: right;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
    margin-top: 20px;

}

nav ul li {
  display: inline-block;
  margin-left: 20px;
}


nav ul li a {
  color: #7cfdff;
  text-decoration: none;
  font-family: 'Orbitron', sans-serif;
  font-weight: 700;
}

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

.welkom {
  position: relative;
  height: 600px;
  text-align: center;
  overflow: hidden;
}

.welkom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.welkom h1 {
  position: relative;
  z-index: 2;
  font-size: 60px;
  font-family: 'Orbitron', sans-serif;
  margin-top: 150px;
}

.motto {
  position: relative;
  z-index: 2;
  font-size: 24px;
  font-style: italic;
}

.overons {
  background: linear-gradient(to bottom, #111, #0b0b2d);
  border-top: 3px solid #7cfdff;
  border-bottom: 3px solid #7cfdff;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  padding-left: 20px;
}

.overons img{
grid-column: 4/6;
  grid-row: 1 / 6;
  max-width: 500px;
}

.overons h2 {
  font-family: 'Orbitron', sans-serif;
  font-size: 36px;
  color: #7cfdff;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: left;
    grid-row: 1 / 2;
  grid-column: 1/3;
}

.overons p {
  font-size: 18px;
  line-height: 1.8;
  margin: auto;
  color: #ccc;
  grid-row: 2 / 5;
  grid-column: 1/3;
  text-align: left;
}

.res-knop {
  grid-row: 5 / 6;
  grid-column: 1 / 3;
  text-align: left;
  margin-top: 20px;
}

.res-knop li {
  display: inline-block;
  list-style: none;
}

.res-knop a {
  display: inline-block;
  background-color: #7cfdff;
  color: #000;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: bold;
  font-family: 'Orbitron', sans-serif;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.res-knop a:hover {
  background-color: #5ad9e6;
}


.menu-card {
  background-color: #222;
  padding: 80px;
  border-radius: 15px;
  margin-bottom: 40px;
  display: inline-block;
  text-align: center;
  box-shadow: 0 0 15px rgba(124, 253, 255, 0.2);
  transition: transform 0.3s, box-shadow 0.3s;
}

.menu-card:hover {
  transform: scale(1.02);
  box-shadow: 0 0 25px rgba(124, 253, 255, 0.4);
}

.menu-card img {
  max-width: 50%;
  border-radius: 5px;
  margin-bottom: 5px;
}

.middle-card {
  display: inline-block;
  width: 200px;
  margin: 20px;
}

.middle-card img {
  width: 100%;
  border-radius: 10px;
}

.middle-card {
  display: inline-block;
  width: 200px;
  margin: 20px;
  vertical-align: top;
  background-color: #222;
  border-radius: 15px;
  padding: 10px;
  margin-top: 50px; 
  transition: transform 0.3s, box-shadow 0.3s;
}

.middle-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 20px rgba(124, 253, 255, 0.3);
}

.middle-card p {
  margin-top: 10px;
  font-weight: bold;
  font-family: 'Orbitron', sans-serif;
  color: #7cfdff;
}


.menu-card p {
  font-size: 16px;
  color: #7cfdff;
  font-style: italic;
  font-family: 'Orbitron', sans-serif;
}


.menu {
  background-color: #1a1a1a;
  padding: 20px 20px;
  text-align: center;
}

.menu h2 {
  font-family: 'Orbitron', sans-serif;
  font-size: 36px;
  margin-bottom: 30px;
}

.menu-item {
  display: inline-block;
  width: 200px;
  margin: 20px;
  vertical-align: top;
}

.menu-item img {
  width: 100%;
  border-radius: 10px;
}

.menu-item {
  display: inline-block;
  width: 200px;
  margin: 20px;
  vertical-align: top;
  background-color: #222;
  border-radius: 15px;
  padding: 10px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.menu-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 20px rgba(124, 253, 255, 0.3);
}

.menu-item p {
  margin-top: 10px;
  font-weight: bold;
  font-family: 'Orbitron', sans-serif;
  color: #7cfdff;
}


#gesloten {
    color: #7cfdff;
      font-weight: bold;
}

#gsltn {
    color: #7cfdff;
      font-weight: bold;
}

footer {
  background-color: #000;
  text-align: center;
  padding: 20px;
  font-size: 14px;
  color: #ccc;
}

.brgr {
  display: none;
}

@media (max-width: 480px) {

  header {
    display: grid;
    grid-template-columns: auto 40px;
    padding: 10px 15px;
    height: 60px;
  }

  .logo img {
    height: 40px;
    width: auto;
  }

  .brgr {
    display: block;
    font-size: 28px;
    cursor: pointer;
    justify-self: end;
    color: #7cfdff;
  }


  nav ul {
    display: none;
    position: absolute;
    top: 20px;
    right: 10px;
    background-color: #061a44;
    width: 140px;
    padding: 10px 0;
    border-radius: 8px;
    box-shadow: 0 2px 12px #7cfdff;
    grid-template-columns: 1fr;
    grid-auto-rows: min-content;
    text-align: center;
    z-index: 9999;
  }

  nav ul.acik {
    display: grid;
  }

  nav ul li {
    margin: 8px 0;
  }

  nav ul li a {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Orbitron', sans-serif;
  }

.brgr a:visited {
  color: #7cfdff;
}

  nav ul li a:hover {
    color: #7cfdff;
  }

  .welkom {
    height: 280px;
    padding: 0 15px;
    display: grid;
    place-items: center;
    text-align: center;
    position: relative;
  }

  .welkom h1 {
    font-size: 28px;
    margin-top: 80px;
    z-index: 2;
  }

  .motto {
    font-size: 18px;
    z-index: 2;
    margin-top: 10px;
  }

  .welkom img {
    opacity: 0.08;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .overons {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 15px;
    padding: 15px;
  }

  .overons img {
    grid-column: auto;
    grid-row: auto;
    max-width: 100%;
    margin: 0 auto;
  }

  .overons h2 {
    font-size: 28px;
    grid-column: auto;
    grid-row: auto;
    text-align: center;
  }

  .overons p {
    font-size: 16px;
    grid-column: auto;
    grid-row: auto;
    text-align: center;
    color: #ccc;
  }

  .res-knop {
  grid-column: auto;
  grid-row: auto;
  text-align: center;
  margin-top: 20px;
  }
  
  .res-knop li {
    display: inline-block;
    margin: 0 5px;
  }

  .menu-card, .middle-card, .menu-item {
    width: 60%;
    margin: 15px auto;
    padding: 20px;
  }

  .menu-card img, .middle-card img, .menu-item img {
    width: 80%;
  }

  .menu-card p, .middle-card p, .menu-item p {
    font-size: 14px;
  }

  .menu h2 {
    font-size: 28px;
    margin: 20px 0;
  }

  footer {
    font-size: 12px;
    padding: 15px 10px;
  }

}
