* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* The navigation bar */
.NavBak {
  overflow: hidden;
  background-color: #333;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

/* Links inside the navbar */
.NavBak a {
  float: left;
  display: block;
  color: #FFFFFF;
  text-align: center;
  padding: 25px 16px;
  text-decoration: none;
  font-size: 18px;
}

.NavBak a:hover {
  background: rgb(189, 10, 10);
  color: black;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Main content */
.LittLuft {
  margin-top: 80px;
  color: floralwhite;
  font-size: 130px;
  text-align: center;
}

.LittLuft2 {
  margin-top: 80px;
  color: rgba(223, 26, 26, 0);
  font-size: 130px;
  text-align: center;
}

.Luft {
  margin-top: 200px;
  color: floralwhite;
  font-size: 65px;
  text-align: center;
  padding: 20px 0;
}

.Luft2 {
  margin-top: 30px;
  color: floralwhite;
  font-size: 32px;
  text-align: center;
  padding: 20px 0;
}

.hvit{
  color: floralwhite;
}

.midt {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background-image: url("../Bakkrunddd.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.search-form {
  margin-top: 20px;
}

.search-form input {
  padding: 10px;
  width: 300px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-right: 10px;
}

.search-form button {
  padding: 10px 15px;
  background-color: #333;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.search-form button:hover {
  background-color: rgb(189, 10, 10);
}

.boker {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

figure {
  text-align: center;
  margin: 0;
}

img {
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

figcaption h2 {
  margin-top: 10px;
  font-size: 20px;
  color: floralwhite;
}

@media screen and (max-width: 768px) {
  img {
      width: 300px;
      height: auto;
  }
}