@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
body
{
  background: #eee;
  min-height: 100vh;
}
/* custom scroll bar */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #888;
}
::selection{
  background: rgb(0,123,255,0.3);
}
.content{
  max-width: 1250px;
  margin: auto;
}
.navbar{
  position: fixed;
  width: 100%;
  padding: 0px 0;
  transition: all 0.3s ease;
  background: #1b1b1b;
  z-index: 10;
}
.navbar.sticky{
  background: #1b1b1b;
  padding: 0px 0;
}

.navbar.sticky a
{
  font-size: 17px;
}

.navbar.sticky .logo img
{
  height: 80px;
  width: 80px;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 5px;
}

.navbar .content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo a{
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  text-decoration: none;
  float: left;
}
.navbar.sticky .logo a{
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  text-decoration: none;
  float: left;
}

.navbar.sticky .logo .logo_2
{
  padding-top: 13%;
}
.navbar .menu-list{
  display: inline-flex;
}
.menu-list li{
  list-style: none;
}
.menu-list li a{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-left: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  text-align: center;
}
.menu-list li a:hover{
  color: #00ff00;
}
.banner{
  height: 100px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.about{
  padding-top: 30px;
}
.about .title{
  font-size: 42px;
  font-weight: 700;
  padding-top: 40px;
  margin-bottom: 50px;
}
.about p{
  padding-top: 20px;
  text-align: justify;
}
.icon{
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  display: none;
}
.menu-list .cancel-btn{
  position: absolute;
  right: 30px;
  top: 20px;
}

.logo img
{
  width: 90px;
  height: 90px;
  border: #1b1b1b solid 0px;
  float: left;
  margin-left: 0px;
  padding-left: 0px;
  transition: all 0.3s ease;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.navbar .logo
{
  clear: both;
  text-align: left;
  transition: all 0.3s ease;
}
.navbar .logo .logo_2
{
  float: left;
  padding-top: 15%;
  transition: all 0.3s ease;
}



#data
{
  padding-top: 35px;
  text-align: right;
}

#calosc
{
  border-bottom: #ccc solid 1px;
  padding-bottom: 10px;
  font-size: 16px;
  text-align: justify;
}
#tresc
{
  white-space: pre-wrap;
}
#tresc0
{
  white-space: pre-wrap;
}
#tresc2 img
{
  width: 100%;
}
#tresc3 img
{
  width: 100%;
}
#calosc a
{
  text-decoration: none;
  color: #0000aa;
}
.usun
{
  width: 100%;
}
.footer
{
  padding: 30px;
  margin-top: 350px;
  padding-left: 40px;
  background: #222;
  color: #fff;
  margin-bottom: 0px;
  width:100%;
  font-size: 16px;
  clear: both;
}
.footer a
{
  color: #fff;
}
.navbar ul ul 
{
  display: none;
  position: relative;
  background: #1b1b1b;
  text-align: center;
  background: #222;
}
.navbar .padding
{
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu
{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-left: 40px;
  text-decoration: none;
  position: relative;
}

.navbar ul li:hover > ul {
  display: block;
  margin: auto;
  text-align: center;
}
.textarea1
{
  width: 100%;
  height: 450px;
  padding: 5px;
}
.tytul
{
  margin-bottom: 10px;
  width: 300px;
  height: 30px;
  padding: 4px;
}
.tytul2
{
  /*padding-top: 50px;*/
  padding-bottom: 20px;
  font-weight: 600;
}
.podtytul2
{
  margin-top: 35px;
}
.osoba
{
  width: 200px;
  padding: 4px;
  margin-bottom: 15px;
}
.title3
{
  margin-top: 50px;
  margin-bottom: 30px;
  font-weight: 600;
}
.godziny2
{
  text-align: left;
  font-weight: 500;
}
.godziny
{
  padding: 4px;
  margin-bottom: 10px;
}
table, td, th
{
  border: 1px solid black;
  padding: 3px;
}
table
{
  margin-top: 30px;
  margin-bottom: 40px;
  width: 100%;
  border-collapse: collapse;
}
table, td a
{
  text-decoration: none;
}
th:nth-of-type(1) /*Miejsce*/
{
  width: 7%;
}
th:nth-of-type(3) /*Punkty*/
{
  width: 15%;
}
.data2
{
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 7px;
}
.tel a
{
  text-decoration: none;
}



.textarea_opis
{
  width: 100%;
  height: 200px;
  padding: 5px;
  font-size: 16px;
}

.calosc_filtry
{
  clear: both;
}

.filtry
{
  float: left;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-top: 20px;
}


.linki a{
  text-decoration: none;
  color: #0000aa;
}

.underline{
  position: relative;
}

.underline::before{
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #0000aa;
  transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

#calosc2
{
  text-align: justify;
}

#tresc1 a {
  text-decoration: none;
  color: #0000aa;
}

@media (hover: hover) and (pointer: fine) {
  .underline:hover::before{
    left: 0;
    right: auto;
    width: 100%;
  }
}

@media (max-width: 1000px) 
{
  body.disabled{
    overflow: hidden;
  }
  .icon{
    display: block;
  }
  .icon.hide{
    display: none;
  }
  .navbar .menu-list{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 400px;
    left: -100%;
    top: 0px;
    display: block;
    padding: 40px 0;
    text-align: center;
    background: #222;
    transition: all 0.3s ease;
  }
  .navbar.show .menu-list{
    left: 0%;
  }
  /*.navbar .menu-list li .menu{
 
  }*/
  .navbar .menu-list li a{
    margin-left: -100%;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .navbar.show .menu-list li a{
    margin-left: 0px;
  }

  /*.navbar .logo a{
    font-size: 60px;
  }
  .about .title
  {
    /*padding-top: 45px;
    font-size: 70px;
  }*/
  .menu-list .menu
  {
    background: #222;
    padding-right: 19px;
    /*font-size: 30px;*/
  }
   .navbar ul ul 
  {
    display: none;
    position: relative;
    padding-top: 15px;
    margin-top: 15px;
  }
  .menu-list  ul li:hover > ul
  {
    display: block;
  }
  .navbar ul ul li a
  {
    background: #222;
    min-width: 400px;
    /*font-size: 30px;*/
  }
  .navbar .margin
  {
  	 margin-top: 50px;
  }
  .navbar .padding
  {
    padding-top: 15px;
    text-align: center;
  }
  /*.navbar .margin a
  {
    font-size: 35px;
  }  
  .tytul2
  {
    /*font-size: 23px;
  }
  #data
  {
    /*font-size: 13px;
  }*/
  .usun
  {
    padding-left: 96%;
  }
  .przycisk
  {
    padding: 1px;
    margin-top: 10px;
    /*font-size: 23px;  */
  }
  .przycisk2
  {
    padding: 1px;
    margin-top: 10px;
    font-size: 9px;
    /*font-size: 23px;  */
  }
  .footer
  {
    font: black;
    font-size: 12px;
    z-index: -100;
    padding-left: 15px;
  }
  /*
  .godziny2
  {
    /*font-size: 13px;
  }
  .title3
  {
    /*font-size: 55px;
  }
  .linki
  {
    /*font-size: 13px;
  }*/
  .about .title
  {
    margin-bottom: 50px;
  }
  table
  {
    font-size: 10px;
  }
  .content
  {
    padding: 0 20px;
  }
  .gownoo {
    margin-top: 1000px;
    width: 100%;
  }
  #tresc2
  {
    margin-top: 50px;
  }
}


@media (min-width: 1001px)
{
  .navbar ul ul 
  {
    background: #1b1b1b;
    margin-left: 40px;
    padding-top: 35px;
    position: absolute;
    padding-right: 40px;
  }
  .navbar ul ul li
  {
    padding-bottom: 20px;
    max-width: 150px;
  }

  #calosc2
  {
    font-size: 16px;
    text-align: justify;
  }
  .usun
  {
    padding-left: 97%;
  }
  
  .godziny2
  {
    font-size: 17px;
  }
  .title3
  {
    font-size: 37px;
  }
  .content
  {
    padding: 0 30px;
  }

  
  #tresc0
  {
    display: flex;
  }
  #tresc1
  {
    width: 70%;
    margin-right: 100px;
  }
  #tresc2
  {
    width: 30%;
  }
  #tresc3
  {
    width: 30%;
  }
}

.tytul2
{
  font-size: 26px;
  text-align: left;
}


/*########## Komenda #############*/
.komenda {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px
}

.komenda .info {
  margin-top: 10px;
}

.komenda p {
  padding: 0;
}

.komenda-element img{
  display: block;
}


@media (max-width: 1000px)/* and (min-width: 438px) */{
  .komenda-element img{
    width: 100%;
    height: auto;
  }

  .komenda-element {
    margin-bottom: 25px;
  }
}

@media (min-width: 1001px) {
  .komenda-element img{
    width: 15vw;
    height: auto;
  }
}












/*########## Galeria #############*/
.galeria_container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
  gap: 20px;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
}

.galeria_container img {
  object-fit: cover;
}

.galeria_container a {
  text-decoration: none;
  color: #000;
}

h2.galeria{
  padding-top: 40px;
  margin-bottom: 50px;
}


/*@media (max-width: 437px){
  .galeria_container img {
    width: 38vw;
    height: 38vw;
  }

  .wydarzenie {
    max-width: 38vw;
  }

  h2{
    font-size: 30px;
  }
}*/

@media (max-width: 1000px)/* and (min-width: 438px) */{
  .galeria_container img {
    width: 42vw;
    height: 42vw;
  }

  .wydarzenie {
    max-width: 42vw;
  }

  h2.galeria{
    font-size: 30px;
  }
}

@media (min-width: 1001px) {
  .galeria_container img {
    width: 200px;
    height: 200px;
  }
  
  .wydarzenie {
    max-width: 200px;
  }

  h2.galeria{
    font-size: 42px;
  }
}

.button-container  {
  display: flex; /* Ustawienie przycisków w jednej linii */
  margin-top: 20px;
}

.download-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  margin-right: 10px; /* Odstęp między przyciskami */
  background-color: #fff; /* Jasne tło przycisku */
  color: black; /* Ciemniejszy tekst */
  font-size: 14px;
  text-decoration: none;
  border-radius: 20px;
  border: 2px solid black; /* Ciemna ramka */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.download-button:hover {
  background-color: black; /* Ciemne tło przy najechaniu */
  color: #fff; /* Jasny tekst przy najechaniu */
  transform: translateY(-2px);
}

.download-button:active {
  transform: translateY(1px);
}

.download-button i {
  margin-right: 10px;
}

@media (max-width: 1000px){
  h1 {
    padding-top: 40px;
    margin-bottom: 50px;
  }
}

@media (min-width: 1000px){
  h1 {
    font-size: 42px;
    font-weight: 700;
    padding-top: 40px;
    margin-bottom: 50px;
  }
}

