
h1, h2, h3{
  color: #defe00
}

.topHeaderLanguages li a{
  background: #defe00;
}

.button {
    background-color: #004e60;
}


.topparalax__Inner h2 {
    top: 15px;
}

.topparalax__Inner img {
    top: 83%;
  left: 52%;
      min-width: 600px;
}

.topparalax__Inner p {
    top: 91%;
}

.topparalax__Inner h2, .topparalax__Inner p{
  color: white;
  text-shadow: 
        -1px -1px 0 #00000063,  
         1px -1px 0 #00000063,  
        -1px  1px 0 #00000063,  
         1px  1px 0 #00000063;
}


.topparalax_layer--0 {
  background: url(../img/2026/WEB_A_pozadi.jpg) center -100px no-repeat fixed;
  z-index: 0
}

.topparalax_layer--1 {
  background: url(../img/2026/WEB_C_radiowaves.png) center bottom no-repeat;
  z-index: 1
}

.topparalax_layer--2 {
  background: url(../img/2026/WEB_B_5meo_ring.png) center bottom no-repeat;
  z-index: 2
}

.topparalax_layer--3 {
  background: url(../img/2026/WEB_D_shaman.png) center bottom no-repeat;
  z-index: 3
}

.topparalax_layer--4 {
  background: url(../img/2026/WEB_E_synth.png) center bottom no-repeat;
  z-index: 4
}

.topparalax_layer--5 {
  background: url(../img/2026/WEB_F_synth.png) center bottom no-repeat;
  z-index: 5
}

.topparalax_layer--6 {
  background: url(../img/2026/WEB_G_flares.png) center bottom no-repeat;
  z-index: 6
}

.list-view > .stage-style span:after {
    border-top-color: #defe00;
}
.list-view > .stage-style span {
    color: #defe00;
    border-color: #defe00;
}



@media screen and (max-width: 1050px) {
    .topparalax {
        height: calc(100vh - 50px);
    }
    .topparalax_layer--0 {
        background: url(../img/2026/WEB_A_pozadi.jpg) center -20px no-repeat fixed;
        z-index: 0;
    }
}

@media screen and (max-width: 600px) {
  .topparalax__Inner h2,
  .topparalax__Inner p{
    font-size: 9px;
    line-height: 9px;
  }
  .topparalax__Inner img {
    top: 81%;
    min-width: auto;
    width: 60%;
    }
    .topparalax {
        height: calc(100vh - 300px);
    }
  
    .topparalax_layer {
        height: calc(100vh + -220px);
    }

  .topparalax_layer--0 {
    background: url(../img/2026/WEB_A_pozadi.jpg) center -140px no-repeat fixed
  }
  .topparalax_layer--1 {
    background: url(../img/2026/WEB_C_radiowaves.png) center bottom no-repeat
  }
  .topparalax_layer--2 {
    background: url(../img/2026/WEB_B_5meo_ring.png) center bottom no-repeat
  }
  .topparalax_layer--3 {
    background: url(../img/2026/WEB_D_shaman.png) center bottom no-repeat
  }
  .topparalax_layer--4 {
    background: url(../img/2026/WEB_E_synth.png) center bottom no-repeat
  }
  .topparalax_layer--5 {
    background: url(../img/2026/WEB_F_synth.png) center bottom no-repeat
  }
  .topparalax_layer--6 {
    background: url(../img/2026/WEB_G_flares.png) center bottom no-repeat
  }
}