body {
    font-family: Arial, sans-serif;
    background-color: #eaf4e1;
    color: #2c3e50;
    margin: 0;
    padding: 0;
    
}
.napast {
    margin-bottom: 70px;
    margin-top: 30px;
    text-align: center;
}
.rapast {
    margin-bottom: 40px;
    margin-top: 40px;
    text-align: center;
}
.lapast {
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
}
.linija
{text-decoration: underline;}
.button {
    width: 100px;
    height:40px;
    margin: 0px;
  position: absolute;
  top: 59%;
  left: 49.9%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-decoration: none;
    color: white;

    background-color: #3a7d44;
   
  }

header {
    background-color: #2c6e49;
    color: white;
    text-align: center;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo {
    width: 80px;
    height: auto;
    margin-right: 30px;
}

nav ul {
    list-style: none;
    padding: 0;
    background-color: #2c6e49;
    text-align: center;
    margin: 20px 0;
}

nav ul li {
    display: inline;
    margin-right: 20px;
}

nav ul li a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    padding: 10px;
    background-color: #3a7d44;
    border-radius: 5px;
}

nav ul li a:hover {
    background-color: #61a96e;
}
nav ul li a.active {
    background-color: #1d4d4f;
}
a.active {
    background-color: #1d4d4f;
}

.hero {
    text-align: center;
    padding: 50px;
    background: url('lobje.jpg') no-repeat center center/cover;
    color: #ffffff;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    background: #3a7d44;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
}

.info, .protection-methods, .environment-laws, .natura-2000 {
    width: 60%;
    margin: auto;
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
.images {
    width: 80%;
    margin: auto;
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.natura-2000 {
    background-color: #d9f2d9;
    border-left: 5px solid #2c6e49;
    padding: 25px;
}
.natura-2000 img {
    width: 200px;
    height: 150px;
    border-radius: 10px;
    margin-right: 20px;
}
h1 {
    text-align: center;
}

h2, h3 {
    color: #1d4d4f;
}

.images img {
    width: 45%;
    margin: 28px;
    border-radius: 10px;
}
.images {
    margin-top: 60px;
}


footer {
    text-align: center;
    padding: 10px;
    background-color: #2c6e49;
    color: white;
}
#more {display: none;}
.bontainer {
    position: relative;
    text-align: center;
    color: white;
  }
  
  /* Bottom left text */
  .bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
  }