@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background: url('img/ogrod-tlo.jpg') no-repeat center center fixed;
  background-size: cover;
  color: #2d572c;
  line-height: 1.6;
}
header {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 60px 20px;
}
header h1 {
  margin: 0;
  font-size: 2.8em;
}
header .tagline {
  font-style: italic;
  font-size: 1.2em;
  color: #4a774f;
}
main {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.92);
  border-radius: 12px;
}
section {
  padding: 40px 20px;
}
h2 {
  text-align: center;
  font-size: 1.8em;
  margin-bottom: 30px;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}
.gallery-grid img {
  width: 100%;
  border-radius: 8px;
}
.gallery-grid figcaption {
  text-align: center;
  font-size: 0.9em;
  color: #555;
  margin-top: 5px;
}
#kontakt p, #onas p, #onas ul {
  font-size: 1.1em;
}
#facebook {
  background-color: rgba(255, 255, 255, 0.95);
}
.fb-page {
  max-width: 100%;
  width: 100%;
  margin: auto;
  max-width: 100%;
}
footer {
  text-align: center;
  padding: 20px;
  background-color: #2d572c;
  color: white;
}
footer a {
  color: white;
  margin: 0 10px;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
