    body {
      margin: 0;
      font-family: 'Open Sans', sans-serif;
      background-color: #efebe0;
      color: #333;
      line-height: 1.8;
    }
    header {
      position: relative;
      height: 90vh;
      background: url('images/gronningen-30.jpg') center center / cover no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #efebe0;
    }
    header::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      z-index: 0;
    }
    header h1,
    header p {
      position: relative;
      z-index: 1;
    }
    header h1 {
      font-family: 'Playfair Display', serif;
      font-size: 4rem;
      font-weight: 700;
      margin: 0;
    }
    header p {
      font-size: 1.5rem;
      margin-top: 1rem;
    }
    main {
      width: 100%;
      max-width: 1300px;
      margin: 0 auto;
      padding: 5rem 2rem;
    }
    h2 {
      color: #222;
      font-weight: 400;
      font-size: 2rem;
      margin-top: 3rem;
      margin-bottom: 1rem;
      position: relative;
    }
    h2::after {
      content: "";
      position: absolute;
      bottom: -8px;
      left: 0;
      width: 60px;
      height: 3px;
      background-color: #222;
    }
    .section {
      margin-bottom: 3rem;
    }
    .gallery {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
      gap: 2rem;
      margin-top: 2rem;
    }
    .gallery-img {
      width: 100%;
      border-radius: 0;
      box-shadow: none;
      filter: none;
      transition: transform 0.3s ease;
    }
    .gallery-img:hover {
      transform: scale(1.01);
    }
    footer {
      background: #f7f7f7;
      color: #888;
      text-align: center;
      padding: 3rem 1rem;
      font-size: 0.9rem;
      margin-top: 5rem;
    }
    a {
      color: #333;
      text-decoration: underline;
    }
    a:hover {
      text-decoration: none;
    }
    hr {
      border: none;
      border-top: 2px solid #ccc;
      margin: 4rem 0;
    }
    audio {
  filter: invert(1) brightness(0.7);
  width: 320px;
  border-radius: 0;
  box-shadow: none !important; /* kill the glow */
  outline: none !important;
  border: none !important;
}

button:focus, button:active, audio:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

button:hover {
  background: #0ff;
  color: #111;
  box-shadow: 0 0 12px #0ff;
}
.gallery img {
  width: 200px;
  margin: 8px;
  border-radius: 6px;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.gallery img:hover {
  transform: scale(1.05);
}
#lightbox {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.95);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
#lightbox img {
  max-width: 90%;
  max-height: 80vh;
  border-radius: 8px;
}
.nav-arrow {
  color: white;
  font-size: 48px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
  user-select: none;
}
.nav-left { left: 20px; }
.nav-right { right: 20px; }
 
    .navbar {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #efebe0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 1rem;
  height: 30px;
  z-index: 10000;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  font-family: 'Open Sans', sans-serif;
}

.logo {
  font-size: 1.5rem;
  font-weight: bold;
  color: #111;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
}

.nav-links a {
  text-decoration: none;
  color: #111;
  font-weight: 400;
  transition: color 0.2s ease;
}

.nav-links a:hover {
  color: #555;
}

header {
  padding-top: 80px;
}

.brand {
  font-weight: bold;
  color: #000; /* or #aaa, #999 — whatever looks subtle */
  pointer-events: none;
  cursor: default;
}

.nav-links li:first-child a {
  font-weight: bold;
}

.location-images {
  display: flex;
  gap: 20px;
  margin: 2rem 0;
  justify-content: center;
}

.location-images img {
  width: 45%;
  border-radius: 6px;
}

.location-images {
  margin-top: 60px; /* adjust if needed */
}

.location-text {
  max-width: 800px;
  margin: 2rem auto;
  text-align: center;
  padding: 0 1rem;
}

.location-text h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.location-text h2::after {
  content: none;
}
