

/* Sekcja 1  Typ sekcji HTML Widok Sekcja HTML */

#section1 {
margin-top: 0 !important;
}


/* Sekcja 6  Typ sekcji HTML Widok Sekcja HTML */

#section6 {
.pb-button{
margin-top: 0 !important;
}
}


/* Sekcja 2  Typ sekcji Client Widok Registration Form */

#section2 {
h3.sectionTitle {
 
  text-align: center;

  
}

.form-group{
  margin-bottom: 4px;
}
}


/* Sekcja 5  Typ sekcji Galeria zdjęć Widok Siatka zdjęć */

#section5 {
.container{
padding: 60px auto !important;
max-width: 1920px;
}

.tab-pane{
max-height: 1000px !important;
}

@media only screen and (min-width: 1200px){
  .images a{
height: auto !important;
width: 25% !important;
   
    img{
       aspect-ratio: 3/2 !important;
      height: auto !important;
    object-fit: contain;
      margin-bottom: 10px !important;
    }
}
}

.images img{
  border-radius: 4px;

  /* filter: grayscale(0.5); */
  transition: 0.3s;

  &:hover{
     filter: grayscale(0);
  }
}

.page-item{
color: black;
}
}


/* Sekcja 11  Typ sekcji Prelegenci Widok Siatka prelegentów */

#section11 {
#PrelegenciGrid{
  background-color: transparent;
}

h3.sectionTitle{
  text-align: center;
  margin-bottom: 60px;
}

.speakerName strong{
  font-weight: 600;
}

.speakerName {
margin-top: 20px;

}

.speakerInfo{
margin-top: 0 !important;
}

.speakerImg{
  margin-top: 30px;
  border-radius: 50%;
}
}
