* {
    margin: 0;
    padding: 0;
  }

  
body {
  margin: 0;
  padding: 0;
  background-color: #f3e8ff;
}


#gora{
    width: 100%;
    height: 600px;
    object-fit: cover;
    overflow: hidden;
    object-position: center 25%;
    
}

#gora-tekst{
    margin-top: 10;
    margin-left: 5%;
    width: 35%;

}
#gora-tekst h5 {
  color: #f3e8ff;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.6);
}

#trener{
    
    font-size: 2.5rem;
}

#gora-tekst p {
  color: #fff;
}

#dolacz{
  background-color: #d4af37;
  border: none;
  color: white;
  font-weight: bold;
}

#dolacz:hover {
  background-color: #e8c547;
}

#info, #socials, .zarzad {
  background-color: white;
  color: black;
}

#cala{
    width: 100%;
    margin: auto 0;
}

#info{
  font-size: 1.5rem;
}

#text1{
  text-align: justify;
  text-justify: inter-word;
}

#text1 h4{
    line-height: 2;
}

.about{
    margin-right: 5%;
    padding: 3rem;
}

.about .card{
    border: none;
    background-color: none;
}

#about_div{
    width: 60%;
}

#ab1div{
    margin-top: 1rem;
    width: 60%;
}

#ab1{
    margin-top: 2rem;
}

#ab2{
    margin-bottom: 2rem;
}

.zarzad_photos{
    width: 100%;
    height: 400px;
    object-fit: cover;
    overflow: hidden;
}

.navbar-default {
    background-color: #f8f9fa;
    transition: background-color 0.3s ease;
  }
  
  .navbar-transparent {
    background-color: transparent !important;
  }
  
  .navbar-transparent:hover {
    background-color: #f8f9fa !important;
  }

.navbar-brand {
    margin-left: 30%; /* możesz eksperymentować np. 10%, 20% */
}

#navbarNav{
    margin-right: 5%;
}

#after-info{
  background-color: #4d43d7;
}

#zdj2 {
  max-height: 500px; 
  object-fit: cover; 
  width: 100%;
  border-radius: 0.5rem;
  object-position: center 7%;
}

#zdj1 {
  max-height: 500px; 
  object-fit: cover; 
  width: 100%;
  border-radius: 0.5rem;
  object-position: center 20%;
}

#mama{
  object-position: center 30%;
}

#grupa{
  object-position: center 40%;
}


#info p {
  text-align: justify;           /* równe marginesy z obu stron */
  hyphens: auto;                 /* automatyczne dzielenie wyrazów */
  line-height: 1.6;              /* większy odstęp dla czytelności */
  font-size: 1.25rem;
}

#info h2 {
  color: #333;
}

@media (max-width: 768px) {
  #info {
        background-color: #f8f9fa;
  }
  #info p {

    text-align: left;            /* na telefonie lepiej wygląda just-left */
    font-size: 1rem;
  }
}

#liderserca
{
  background-color: rgb(160, 198, 255);
}

#strzepywanie
{
  background-color: rgb(160, 198, 255);
}