/* ========== GENERAL ========== */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  background: #111;
  color: #eee;
  line-height: 1.6;
padding: 0;
}

/* SIDE IMAGES */
.side-image {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 220px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.4;
  pointer-events: none;
  z-index: 0;
}

.side-left {
  left: 0;
  background-image: url("images/side-left.jpg");
  background-position: center left;
}

.side-right {
  right: 0;
  background-image: url("images/side-right.jpg");
  background-position: center right;
}

/* MAIN CONTENT wrapper (to stay centered) */
.main-content {
  margin: 0 auto;
  max-width: 1300px;
  padding-left: 240px; /* to avoid overlapping side images */
  padding-right: 240px;
  position: relative;
  z-index: 1;
}

/* CONTENT SECTIONS */
.content {
  background: rgba(17,17,17,0.95);
  margin: 30px auto;
  padding: 25px 20px;
  border-radius: 8px;
}

h2 {
  text-align: center;  
  margin-top: 0;
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: #ffcc00;
}
h3
 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  
}

h1 {
  text-align: center;
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 20px;
 

}
h5 {
  text-align: center;
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 20px;
 color: #ffcc00;           /* žltá farba */
    font-weight: 900;          /* extra bold */
    -webkit-text-stroke: 2px black; /* čierny obrys */
    font-size: 30px;           /* veľkosť podľa potreby */
}

}


audio {
    display: block;
    margin: 20px auto;
}

/* HERO SECTION */
.hero {
  position: relative;
  text-align: center;
  color: white;
  overflow: hidden;
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 16px;
}

.hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(45%);
  z-index: 0;
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1000px;
}

.site-title {
  margin: 0;
  font-weight: 800;
  text-shadow: 0 4px 14px rgba(0,0,0,0.7);
}

.site-title .top {
  display: block;
  font-size: clamp(2.2rem, 10vw, 4rem);
}

.site-title .bottom {
  display: block;
  font-size: clamp(1.8rem, 9vw, 3.2rem);
  color: #ffcc00;
}

.hero-sub {
  font-size: clamp(1rem, 3vw, 1.4rem);
  opacity: 0.9;
  margin-top: 12px;
}

/* VIDEO GRID */
.video-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.yt-fallback {
  position: relative;
  width: 320px;
  border-radius: 8px;
  overflow: hidden;
}

.yt-fallback img {
  width: 100%;
  display: block;
}

.play-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: rgba(255,255,255,0.85);
  text-shadow: 0 0 8px black;
  pointer-events: none;
}



.photo-box {
  background: #222;
  border-radius: 8px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #777;
  font-weight: 500;
  letter-spacing: 1px;
}

/* FOOTER & SOCIAL ICONS */
.footer {
  text-align: center;
  padding: 40px 20px;
  margin-top: 40px;
  background: #000;
}

.social-icons {
    margin-top: 20px;
    display: flex;
    gap: 15px;
    justify-content: center;
}

.social-icons .icon img {
    width: 40px;
    height: 40px;
    transition: transform 0.2s ease;
    cursor: pointer;
}

.social-icons .icon img:hover {
    transform: scale(1.15);
}

.copy {
  margin-top: 20px;
  color: #555;
  font-size: 0.9rem;
}

/* RESPONSIVE adjustments */
@media (max-width: 1024px) {
  .side-image {
    width: 60px;      /* zmenšenie z 220px na 60px */
    opacity: 0.25;    /* jemnejšie */
  }

  .main-content {
    padding-left: 80px;
    padding-right: 80px;
  }
}

header {
    background: #1a1a1a;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: 36px;
    font-weight: 900;
    color: #ffcc00;
}

header .header-logo {
    height: 50px;   /* nastav podľa potreby */
    width: auto;
}


nav {
    background: #1a1a1a;
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 15px 0;
}

nav a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    padding: 8px 12px;
    border-radius: 4px;
}

nav a:hover {
    background: #333;
}

.container {
    max-width: 900px;
    margin: auto;
    padding: 20px;
    font-size: 18px;
    line-height: 1.6;
text-align: justify;


}

.video-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.video-grid .yt-fallback {
  width: 300px;   /* each video same width */
}

.photo-center {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.photo-center img {
    max-width: 100%;
    width: auto;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 0 12px rgba(0,0,0,0.6);
}

.photo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin-top: 25px;
}

.photo-item {
    aspect-ratio: 16/9; /* alebo 1/1 pre štvorce */
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.photo-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* krásne vyplní */
}

/* Grid s malou výškou */
.photo-item.small {
    height: 160px;
width: 100%;
    border-radius: 10px;
    overflow: hidden;
    background: #222;
    box-shadow: 0 0 12px rgba(0,0,0,0.4);
}

/* Grid s väčšou výškou */
.photo-item.big {
    height: 210px;
}

.text
{
    font-size: 15px; /* alebo 15px, 14px – podľa toho, čo chceš */
    line-height: 1.5;
    text-align: justify; /* ak chceš aj zarovnanie */
}

/* Fullscreen overlay */
.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;

    background: rgba(0, 0, 0, 0.9);

    display: flex;
    justify-content: center;
    align-items: center;

    z-index: 999999; /* MAXIMUM */
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.25s ease;
}

/* Visible state */
.lightbox.active {
    visibility: visible;
    opacity: 1;
}

/* Image inside fullscreen */
.lightbox img {
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 10px;
    display: block;
}

/* Lightbox arrows */
.lightbox-prev, .lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 60px;
    color: white;
    cursor: pointer;
    padding: 20px;
    user-select: none;
}

.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }

.lightbox-prev:hover, .lightbox-next:hover {
    color: #ffcc00;
}


/* NAV BAR - FINAL FIXED VERSION */
nav {
    background: #111;
    padding: 18px 0;
    position: relative;

    max-width: 1300px;     /* zarovnanie s hlavným contentom */
    margin: 20px auto 0;  /* 🔥 nav je teraz nižšie */

    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Left + Right */
.nav-left,
.nav-right {
    display: flex;
    gap: 35px;
    margin: 0 40px;
}

/* Stred – DOMOV */
.nav-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* Normálne odkazy */
nav a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    transition: 0.25s;
}

/* DOMOV button */
nav .home-link {
    font-size: 28px;
    font-weight: 900;
    padding: 12px 32px;
    background: #ffcc00;
    color: #111;
    border-radius: 40px;
    border: 3px solid #ffcc00;
    letter-spacing: 1px;
    box-shadow: 0 0 15px #ffcc00aa;
    transition: 0.25s;
}

/* Hover – už bez posunu */
nav .home-link:hover {
    background: #111;
    color: #ffcc00;
    box-shadow: 0 0 22px #ffcc00;
    transform: scale(1.12);  /* nezačne utekať */
}

.hidden-gallery {
    display: none;

}

.gallery-preview img {
    width: 100%;
    max-width: 500px;
    border-radius: 12px;
    cursor: pointer;
    display: block;
    margin: 80px auto;   /* len hore + dole, auto na centrovanie */

    box-shadow: 0 0 12px rgba(0,0,0,0.6);
    transition: 0.25s;
}

.gallery-preview img:hover {
    transform: scale(1.03);
    box-shadow: 0 0 18px rgba(255,204,0,0.7);
}

.homepage-bg {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  background: url("images/smoke.jpg") center/cover fixed no-repeat #111;
  padding-top: 40px; /* ak potrebuješ odstup */
  color: #eee;
  line-height: 1.6;
}

.audio-wrapper {
    display: flex;
    justify-content: center; /* horizontálne centrovanie */
    margin: 30px 0;          /* zhora/dole medzera */
}

.audio-wrapper audio {
    width: 100%;        /* voliteľné, ak chceš väčší player */
    max-width: 500px;   /* alebo akú veľkosť chceš */
    border-radius: 8px;
}

.local-video {
    display: flex;
    justify-content: center;
    margin: 10px 0;
}

.local-video video {
    width: 100%;
    max-width: 900px;
    border-radius: 12px;
    box-shadow: 0 0 25px black;
}


