
body {
  margin: 0;
  font-family: Arial, sans-serif;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 1rem 2rem;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

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

.nav-links a {
  margin: 0 1rem;
  text-decoration: none;
  color: #333;
}

.banner {
  background: url('img/kvidoholzbachbackground.JPG') no-repeat center center/cover;
  color: white;
  padding: 100px 20px;
  text-align: center;
}

.banner h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #1868b8;
}

.banner p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  color: #1868b8;
}

.btn {
  background: #00bfff;
  border: none;
  padding: 0.8rem 1.5rem;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
}

.bottom-bar {
  background: #001f3f;
  color: white;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 1rem 0;
}

.bottom-bar .item {
  text-align: center;
  margin: 10px;
}

.bottom-bar i {
  font-size: 1.5rem;
  display: block;
  margin-bottom: 0.5rem;
}
