/* Style the video: 100% width and height to cover the entire window */
#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    filter: blur(1.5px);
    -webkit-filter: blur(1.5px);
  }

#myVideo2 {
    object-fit: cover;
    min-width: 100%;
    height: 500px;

  } 

.logo {
    margin: 0;
    position: absolute;
    top: 35%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: aliceblue;
    max-width: 500px; 
}
.logo_poleng {
  position: absolute;
  top: -50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 300px; 
}

/* works but kuba
.logo_poleng {
  position: absolute;
  top: -24.7%;
  left: 2%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 200px; 
}
 */
@media screen and (max-width: 768px) {
  .logo_poleng {
    position: absolute;
    top: -23%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 200px; 
}
}

.malyfilmik{
    position:relative;
    overflow:hidden;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:50%;
    height: 500px;
}


.guziklewo {
  position: absolute;
  width: 50%;
  height: 100%;
 }

.guzikprawo {
  right: 0;  
  top: 0; 
  position: absolute;
  width: 50%;
  height: 100%;
}


.guzikcenter{
  position: absolute;
  top: 65%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.center {
  text-align: center;
}


.circle_eng {
  background-image: url("eng_dis.png");
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 250px;
  min-height: 250px;
}

.circle_eng:hover {
 background-image: url("eng_act_bloom.png");
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 250px;
  min-height: 250px;
}

.circle_pol {
  background-image: url("pol_dis.png");
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 250px;
  min-height: 250px;
}

.circle_pol:hover {
  background-image: url("pol_act_bloom.png");
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 250px;
  min-height: 250px;
}


@media screen and (max-width: 768px) {

  .circle_eng {
    background-image: url("eng_dis.png");
    background-repeat: no-repeat;
    background-size: contain;
    min-width: 125px;
    min-height: 125px;
  }
  
  .circle_eng:hover {
    background-image: url("eng_act_bloom.png");
    background-repeat: no-repeat;
    background-size: contain;
    min-width: 125px;
    min-height: 125px;
  }
  
  .circle_pol {
    background-image: url("pol_dis.png");
    background-repeat: no-repeat;
    background-size: contain;
    min-width: 125px;
    min-height: 125px;
  }
  
  .circle_pol:hover {
    background-image: url("pol_act_bloom.png");
    background-repeat: no-repeat;
    background-size: contain;
    min-width: 125px;
    min-height: 125px;
  }

}

.polska {
  shape-outside: url("pol.png");
}



.przejscie {
  background-image: url("przejscie.png");
  background-repeat: round;
  position: absolute;
  margin-top: -25px;
  width: 100%;  
}









/*galeria start*/

.container.gallery-container {
  background-color: #fff;
  color: #35373a;
  min-height: 100vh;
  border-radius: 20px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

.gallery-container h1 {
  text-align: center;
  margin-top: 70px;
  font-family: 'Droid Sans', sans-serif;
  font-weight: bold;
}

.gallery-container p.page-description {
  text-align: center;
  max-width: 800px;
  margin: 25px auto;
  color: #888;
  font-size: 18px;
}

.tz-gallery {
  padding: 40px;
}

.tz-gallery .lightbox img {
  width: 100%;
  margin-bottom: 30px;
  transition: 0.2s ease-in-out;
  box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}


.tz-gallery .lightbox img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.tz-gallery img {
  border-radius: 4px;
}

.baguetteBox-button {
  background-color: transparent !important;
}

/*galeria end*/


.naglowki {
  font-family: 'Fuzzy Bubbles';
  font-size: 36px;
  text-align: center;
}

.naglowki_small {
  font-family: 'Fuzzy Bubbles';
  font-size: 24px;
  text-align: center;
}

.button {
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    font-family: 'Fuzzy Bubbles';

}

.button:hover{
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  font-family: 'Fuzzy Bubbles';
  font-weight: 700;

}

.center1{
  text-align: center;
  margin-bottom: 25px;
}

 
/* kontakt wyłącz kolor linku */

#kontakt a {
  color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
}

#contact a {
  color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
}