body {
    margin: 0;
    font-family: Arial, sans-serif;
    color: #333;
    line-height: 1.6;
  }
  
  .container {
    max-width: 1100px;
    margin: auto;
    padding: 0 20px;
  }
  
  /* Navbar */
  .navbar {
    position: sticky;
    top: 0;
    background: white;
    border-bottom: 1px solid #ddd;
    z-index: 10;
  }
  .navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navbar nav a {
    margin-left: 15px;
    text-decoration: none;
    color: #444;
  }
  .navbar nav a:hover {
    color: #000;
  }
  
  /* Hero */
  .hero {
    background: url('img/hero.jpg') no-repeat center center/cover;
    height: 80vh;
    position: relative;
  }
  .hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .hero-overlay h2 {
    font-size: 2.5rem;
  }
  .hero-overlay p {
    margin: 15px 0;
    font-size: 1.2rem;
  }
  .btn {
    background: white;
    color: black;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
  }
  
  /* Sections */
  .section {
    padding: 60px 0;
  }
  .section.alt {
    background: #f9f9f9;
  }
  .section h2 {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  
  /* Gallery */
  .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 15px;
  }
  .gallery img {
    width: 100%;
    border-radius: 10px;
  }
  
  /* Video */
  .videos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
  }
  .videos iframe {
    width: 100%;
    height: 200px;
    border: none;
    border-radius: 10px;
  }
  
  /* Footer */
  .footer {
    background: #222;
    color: #eee;
    padding: 20px;
    text-align: center;
  }
  .footer a {
    color: #ffcc00;
  }

  
  /* General responsive */
img, video {
    max-width: 100%;
    height: auto;
  }
  
  /* Navbar */
  .navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navbar nav {
    display: flex;
    gap: 15px;
  }
  .menu-toggle {
    display: none;
    font-size: 1.8rem;
    background: none;
    border: none;
    cursor: pointer;
  }
  
  /* Hero responsive */
  .hero-overlay h2 {
    font-size: 2rem;
  }
  .hero-overlay p {
    font-size: 1rem;
  }
  .hero-subimg {
    max-width: 90%;
  }
  
  /* Gallery responsive */
  .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 10px;
  }
  
  /* Videos responsive */
  .videos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 15px;
  }
  .videos video {
    height: auto;
  }
  
  /* Footer responsive */
  .footer {
    font-size: 0.9rem;
  }
  
  /* ===================== */
  /* Mobile layout tweaks  */
  /* ===================== */
  @media (max-width: 768px) {
    /* Navbar – hamburger */
    .menu-toggle {
      display: block;
      color: #333;
    }
    .navbar nav {
      display: none;
      flex-direction: column;
      background: white;
      position: absolute;
      top: 60px;
      right: 0;
      width: 200px;
      border: 1px solid #ddd;
      padding: 10px;
    }
    body.menu-open .navbar nav {
      display: flex;
    }
  
    /* Hero */
    .hero-overlay h2 {
      font-size: 1.5rem;
    }
    .hero-overlay p {
      font-size: 0.9rem;
    }
  
    /* Gallery */
    .gallery {
      grid-template-columns: 1fr 1fr;
    }
  
    /* Video */
    .videos {
      grid-template-columns: 1fr;
    }
  }

  
  .slika-box {
    text-align: center;   /* centrira sve unutar boxa */
    margin: 20px 0;       /* razmak gore/dole */
  }
  
  .slika-box img {
    max-width: 100%;      /* da bude responsive */
    height: auto;
    display: block;
    margin: 0 auto;       /* centrira sliku */
  }
  
  .slika-box span {
    display: block;       /* da ide ispod slike */
    margin-top: 8px;
    font-size: 0.95rem;
    color: #555;
  }

  .section {
    padding: 60px 0;
  }
  
  .section h2 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 2rem;
  }
  
  .section p {
    max-width: 800px;
    margin: 0 auto 20px;
    text-align: center;
    line-height: 1.6;
    color: #444;
  }
  
  /* Galerija */
  .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 30px;
  }
  
  .slika-box {
    text-align: center;
  }
  
  .slika-box img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
  }
  
  .slika-box span {
    display: block;
    margin-top: 8px;
    font-size: 0.9rem;
    color: #555;
    font-style: italic;
  }

  .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 30px;
  }
  
  .slika-box {
    text-align: center;
  }
  
  .slika-box img {
    width: 100%;
    height: 200px;         /* 👉 visina svih slika */
    object-fit: cover;     /* popuni okvir, isječe višak */
    border-radius: 8px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
  }
  
  .slika-box span {
    display: block;
    margin-top: 8px;
    font-size: 0.9rem;
    color: #555;
    font-style: italic;
  }

  
  .videos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
  }
  
  .video-box {
    text-align: center;
  }
  
  .video-box video {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.3);
  }
  
  .video-box .btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background: #ffcc00;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    border-radius: 20px;
    transition: background 0.3s;
  }
  
  .video-box .btn:hover {
    background: #e6b800;
  }

  footer {
    background: #222;              /* tamna pozadina */
    color: #eee;                   /* svijetli tekst */
    text-align: center;            /* centriraj tekst */
    padding: 30px 20px;            /* unutrašnji razmak */
    margin-top: 50px;              /* razmak od sadržaja iznad */
    border-top: 4px solid #f5b700; /* linija naglaska */
  }
  
  footer h2 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-weight: 600;
    color: #ffcc00; /* naglasak */
  }
  
  footer p {
    font-size: 0.95rem;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  
  footer strong {
    display: block;  /* da ide u novi red */
    margin-top: 8px;
    font-size: 1rem;
    color: #fff;
  }
  