html {
  scroll-behavior: smooth;
  scroll-padding-top: 1em;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #1D256E;
  color: #333;
  line-height: 1.2;
}

header {
  background-color: #1D256E;
  color: white;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
  z-index:2
}

header h1 {
  margin: 0;
  font-size: 24px;
}

nav ul h1 {
	font-size: 30px;
	position: fixed;
	top: 10px;
  left: 140px;
}
nav ul {
  position: absolute;
  margin-top: 70px;
  font-size: 14px;
  position: absolute;
  font-size: 17px;
  list-style: none;
  display: flex;
  gap: 30px;
}

nav a {
  color: white;
  text-decoration: none;
}


.hero {
  background-color: #1D256E;
  color: white;
  text-shadow: 2px 2px 4px #000000;
  padding: 60px 0;
  text-align: center;
  width: 100%;
  height: 80vh;
  background-image: url("hirsiseina.jpg"); 
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
}

.purje {
  background-color: #1D256E;
  color: white;
  text-shadow: 2px 2px 4px #000000;
  padding: 60px 0;
  text-align: center;
  width: 100%;
  height: 100vh;
  background-image: url("purje.jpg"); 
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
}

.hero h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
.hero h3 {
  font-size: 28px;
  margin-bottom: 50px;
}
.container {
  width: 90%;
  max-width: 1000px;
  margin: 2px auto;
}
.container h2 {
  padding-top: 100px;
  margin-top: -80px;
}
.container h4 {
  font-size: 36px;
  padding-top: 180px;
  margin-top: -80px;
}
.container h5 {
  font-size: 32px;
  padding-top: 100px;
  margin-top: -80px;
}
.section {
  padding: 10px 0;
}

.section.light {
  background-color: #f9f9f9;
}
.section.darker {
  background-color: #f0f1ff;
}

.services {
  list-style: disc inside;
  padding: 0;
}

@media only screen and (max-width: 600px) {
  nav ul {
    flex-direction: column;
    gap: 10px;
	margin-top: 10px;
  }
nav ul h1 {
	height: 0px;                     
    width:  0px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
  .hero h2 {
    font-size: 28px;
  }
  .hero h3 {
    font-size: 20px;
  }
  nav a {
    padding: 6px 0; /* Add top and bottom padding */
  }
  .container h4 {
  font-size: 28px;
  padding-top: 150px;
  margin-top: -80px;
}
.container h5 {
  font-size: 22px;
  padding-top: 100px;
  margin-top: -80px;
}
}

.lang-switch {
  margin-top: 0px;
  font-size: 14px;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 14px;
}
.lang-switch a {
  color: white;
  text-decoration: underline;
  margin: 0 5px;
  color: white;
  text-decoration: underline;
  margin: 0 5px;
}

footer {
  background-color: #1D256E;
  color: white;
  font-size: 14px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}