*{
    margin: 0;
}
body{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.header{
    margin-top:3% ;
    display: flex;
    flex-direction: row;
    height: fit-content;
    width: 100%;
    font-family: "Inter", sans-serif;
    padding-bottom: 3%;
}
.head_logo{
    width: 20%;
    padding-left: 10%;
    margin-right: 15%;
}
.menu{
    width: 60%;
    margin-top: 1%;
}
.menu button {
    color: #1e5383; 
    border: none; 
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin-right: 3%;
}
button{
    background-color: white;
}


.info{
    background-color: #dee3ec;
    width: 100%;
    height: 60vh;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.info_title {
    font-family: "PT Serif", serif;
    color: #003d72;
    font-size: 20px;
    margin-left: 15%;
}
.info_images{
    display: flex;
    flex-direction: row;
    margin-left: 20%;
    margin-top: -12%;
    
}
.info img{
    max-height: 230px;
    width: auto;
}
.info_images1{
    display: flex;
    flex-direction: column;
    height: 230px;
    width: 230px;
}
.info_images2{
    display:flex;
    flex-direction: column;
    height: 230px;
    width: 230px;
}
.info_data{
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 40px;
}

.info_hr{
    width: 100%;
    border: 1.5px, solid;
    border-color: #003d72;
    margin-top: 2%;
    margin-bottom: 2%;
}

.o_wydarzeniu{
    color: whitesmoke;
    font-family: "Inter", sans-serif;
    display: flex;
    flex-direction: row;
    background-color: #003d72;
    height:60vh;
    width: 100%;
    font-weight: 200;
    align-items: center;
}
.wydarzenie_image{
    width: 50%;
}
.wydarzenie_img{
    max-height: auto;
    width: 59%;
    margin-left: 30%;
}
.wydarzenie_txt{
    display: flex;
    flex-direction: column;
    width: 30%;
    padding-left: 10%;

}
.wydarzenie_p{
    margin: 2%;
}

.loga{
    display: flex;
    flex-direction: row;
    height: 10vh;
    max-width: 100%;
    padding: 2%;
    justify-content: center;
}
.lgo{
    height: 50%;
    width: auto;
    margin: 2%;
}
.loga_hr{
    width: 100%;
    border: 0.5px, solid;
    border-color: #003d72;
}

.program{
    height: fit-content;
    font-family: "Inter", sans-serif;
}
#program {
    text-align: center;
    width: 100%;
}

.program_title{
    color: #003d72;
    margin-top: 4%;
    font-family: "PT Serif", serif;
    font-size: 30px;
    font-weight: 600;
}
.program_h1 {
    color: #003d72;
    font-family: "PT Serif", serif;
    font-size: 45px;
    font-style: italic;
}

.program_dni table {
    margin: auto;
    margin-top: 3%;
    border-collapse: separate; 
    border-spacing: 14px; 
    
}
td{
    border: 2px solid #87a2bc;
    padding-top: 1%; 
    padding-right: 1%;
    text-align: left;
    max-width: 400px;
    border-radius: 12px;
    vertical-align: top; 
}
.desktop{
    font-size: large;
}
.mobile{
    display: none;
}

.program_clr{
    color: #0059ac;
    font-size: small;
    padding-top: 1%;
}

.panelisci_panelistki {
    background-color: #dee3ec;
    height: fit-content;
}

.panelisci_panelistki h1 {
    color: #003d72;
    padding-top: 3%;
    padding-left: 5%;
    font-weight: 900;
}

.panelisci_panelistki_karty {
    display: flex;
    flex-wrap: nowrap; 
    overflow-x: auto;
    white-space: normal;
    -webkit-overflow-scrolling: touch;
}

.karta {
    align-items: center;
    background-color: #fffefe;
    border-radius: 15px;
    flex: 1 0 350px;
    min-height: 80vh;
    height: fit-content;
    margin-top: 3%;
    padding: 2%;
    box-sizing: border-box;
    margin-left: 5%;

}

.karta img {
    border-radius: 50%;
    max-width: 200px;
    height: auto;
    margin: auto;
    display: block;
    margin-bottom: 2%;
}

.panelisci_panelistki_karty h2 {
    color: #004683;
    font-family: "Inter", sans-serif;
    text-align: center;
    font-size: large;
    margin-bottom: 2%;
}

.panelisci_panelistki_karty p {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.lokalizacje{
    margin-top: 6%;
    width: 100%;
}
.kontakt{
    width: 100%;
    display: flex;
    flex-direction: row;
    height: fit-content;
    min-height: 30vh;
    font-family: "PT Serif", serif;
}
.kontakt_dane{
    display: flex;
    flex-direction: row;
    width: 65%;
    font-family: "Inter", sans-serif;
    margin-top: 8%;
}
.kontakt_h1{
    width: 35%;
    padding-left: 3%;
    padding-top: 3%;
    font-size: 20px;
}
.kontakt_p{
    margin-right: 8%;
}

.collapsible {
    display: none;
}

.dropdown{
    display: none;
}

.myBtn{
    display: inline;
        font-family: "Inter", sans-serif;
        font-size: 13px;
        color: #003d72;
}

#more {
    display: block;
}
#dots{
    display: none;
}

@media (max-width: 1000px) {

    #more {
        display: none;
        font-family: "Inter", sans-serif;

    }

    .myBtn{
        display: inline;
        font-family: "Inter", sans-serif;
        font-size: 13px;
        color: #003d72;

    }
    #dots{
        display: inline;
    }
    
.navbar {
    overflow: hidden;
    background-color: white;
    font-family: "Inter", sans-serif;
    display: flex;
  }

  .menu{
    display: none;
  }
  .head_logo{
    width: 40%;
    padding-left: 10%;
}
  

  .dropdown {
    float: left;
    overflow: hidden;
    display: block;
  }
  

  .dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding-top: 30%;
    background-color: white;
    font: inherit; 
    margin: 0;
  }
  .dropbtn{
    display: block;
  }

  .dropbtn img{
    margin-top: 30%;
  }
  .dropdown img{
    width: 30px;
    height: 30px;
  }
  
  
  .dropdown-content {
    display: none;
    top: 8.5%;
    position: absolute;
    background-color: #f9f9f9;
    width: 100%;
    left: 0;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.show {
    display: block;
}

    .column {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    background-color: #003d72;
    height: 300px;
  }
  
  .column a {
    float: none;
    color: white;
    padding: 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  



    .head_logo{
        width: 60%;
        padding-left: 5%;
        float: left;
        padding-top: 5%;
    }

    .header button{
        background-color: #003d72;
        color: white;
    }
    .header {
         flex-direction: row;
         width: 85%;
     }
    .info_title{
        font-size: 16px;
        width: 100%;
        max-width: 100%;
        margin-left: 15%;
        height: 38%;
    }
    .info_images{
        max-width: 100%;
        height: auto;
        margin: 0;
        padding-bottom: 0;
        height: 62%;
    }
    .info_images1{
        margin-left: 6.5%;
        margin-right: 0;
        width: auto;
    }

    .info{
        display: flex;
        flex-direction: column;
        height: 80vh;
        width: 100%;
    }
    .info_hr{
        width: 80%;
    }
    .info img{
        max-width: 150px;
        height: auto;
    }
    .info_data{
        font-size: 130%;
    }
    .o_wydarzeniu{
        color: whitesmoke;
        font-family: "Inter", sans-serif;
        display: flex;
        flex-direction: column;
        background-color: #003d72;
        height:fit-content;
        width: 100%;
        font-weight: 400;
        padding-top: 20%;
        padding-bottom: 20%;
        font-weight: 200;
        align-items: center; 
    }
    .wydarzenie_image {
        width: auto;
    }
    .wydarzenie_txt{
        width: auto;
    }
    
    .wydarzenie_image{
        display: flex; 
        justify-content: center; 
        width: 100%; 
    }
    
    .wydarzenie_img{
        height: 80%;
        width: 80%;
        margin: 0 auto; 
    }
    
    .wydarzenie_txt{
        display: flex;
        font-family: "Inter", sans-serif;
        flex-direction: column;
        width: 100%; 
        text-align: left; 
        padding: 20px;
    }
    
    .wydarzenie_p{
        margin: 2%;
        margin-left: 5%;
        margin-right: 5%;
        font-family: "Inter", sans-serif;
    }
    .loga {
        padding-top: 10%;
        height: 30vh;
        max-width: 100%;
        display: block;
        padding-left: 10%;
    }
    
    .lgo{
        max-height: 16%;
        width: auto;
        margin-right: 4%;
    }
    .program_title{
        margin-top: 15%;
    }
    .program_h1{
        font-size: 35px;
        margin-left: 5%;
        margin-right: 5%;
    }
    .program {
        width: 100%; 
        height: fit-content;
        font-family: "Inter", sans-serif;

    }
    
      
    .program_dni table {
        width: 100%; 
    }
      
    .program_dni th, .program_dni td {
        width: 100%; 
        vertical-align: top; 
        word-wrap: break-word; 
        margin-bottom: 5%;
        margin-left: auto;
        margin-right: auto;
    }
    .program_kol{
        margin-top: 5%;
        border: 2px solid #87a2bc;
        padding-top: 1%; 
        padding-left: 1%;
        padding-right: 1%;
        text-align: left;
        max-width: 400px;
        border-radius: 12px;
        vertical-align: top; 
    }
    td{
        border: none;
    }
    th{
        display: none;
    }
    .desktop{
        display: none;
    }
    .mobile{
        display: block;
        font-size: larger;
        text-align: center;
    }
    
    .program_dni tr {
        display: flex; 
        flex-direction: column; 
    }
      
    .program_dni th {
        position: sticky; 
        top: 0; 
        background-color: #f2f2f2; 
    }

    .panelisci_panelistki{
        padding-top: 10%;
    }
    .panelisci_panelistki_karty{
        margin-top: 8%;
    }

    .kontakt{
        height: fit-content;
        display: block;

    }
    .kontakt_dane{
        display: flex;
        flex-direction: column;
        padding-bottom: 20%;
        margin-left: 7%;
    }
}