/* Global Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Navigation Bar */
.NavBak {
  overflow: hidden;
  background-color: #333;
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: left;
}

.NavBak a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 25px 16px;
  text-decoration: none;
  font-size: 25px;
}

.NavBak a:hover {
  background: rgb(189, 10, 10);
  color: black;
}

.NavBak a:focus {
  outline: 2px dashed #fff;
  background: rgb(0, 0, 0);
  color: black;
}

/* Main Content */
.midt {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
}

.LittLuft {
  margin-top: 80px;
  color: rgb(175, 33, 39);
  font-size: 130px;
}

.NYLittLuft {
  margin-top: 30px;
  color: rgb(175, 33, 39);
  font-size: 90px;
}

/* Backgrounds */
.bodyhjem {
  background-image: url("../badn2.jpg");
  background-size: cover; 
  background-repeat: no-repeat; 
  background-position: center center; 
  height: 100vh; 
  font-family: 'Times New Roman', Times, serif;
  background-color: #333;
}

.bodyturne{
  background-image: url("../bakgrund.jpg");
  background-size: cover; 
  background-repeat: no-repeat; 
  background-position: center center; 
  height: 100vh; 
  font-family: 'Times New Roman', Times, serif;
  background-color: rgb(0, 0, 0);
}

.bodyny{
  background-color: #233;
}

/* Images */
.logo {
  width: 3.5%;
  height: auto;
  border-radius: 50%;
}

.limg {
  width: 30%;
  margin-top: 140px;
}

.rimg {
  width: 27%;
  border-radius: 10%;
}

.turneimg{
  margin-top: 80px;
}

figure{
  width: 500px;
  margin: auto;
}

.info, .vinfo {
  color: rgb(20, 90, 75);
  font-size: 80px;
  padding: 5% 10%; /* Reduced padding */
  background-color: rgba(51, 51, 51, 0.8); /* Optional: Slightly transparent background */
  text-align: center;
  line-height: 1.3;
  margin-top: 100px; /* Reduced from 130px */
}

.info {
  margin-top: 1290px; /* Adjust as needed */
}

/* Headings */
h1 {
  font-family: 'Times New Roman', Times, serif;
}