.logotype {
  background-image: url("../static/image.png");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 93vh;
  max-height: 627px;
}

.logotype img {
  width: auto;
  height: 50%;
  max-height: 320px;
  transform: scale(1.2);
  transition: all 0.5s ease-in-out;
}

.background {
  background-image: url("./static/image.png");
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  width: 1920;
  max-height: 600px;
}
.about_container{
  background-color: #202529;
  font-family: 'Open Sans', sans-serif;
}
/* Ustawienie szerokości kontenera */
/* Dostosowanie marginesów */
.about {
  color: white;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 850px;
  margin: 0 auto;
}

/* Dostosowanie rozmiaru tekstu */
.about h1 {
  margin-top: 5px;
  font-size: 36px;
  margin-bottom: 20px;
  justify-self: center;
}

.about p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.about ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about li {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}

/* Dostosowanie elementów w listach */
.about li:before {
  content: "\2022";
  margin-right: 10px;
}
.about img{
  justify-self: center;
  margin-top: 3em;
  margin-bottom: 3em;
  width: 30vw;
  max-width: 460px;
}

.image-wrapper{
  background-color: #fff;
  display: flex;
  justify-content: center;
}
.image-wrapper h1{
  font-family: 'Open Sans', sans-serif;
  font-weight: lighter;
}

.faculty_img {
  max-width: 250px;

}

.sponsor_img {
  max-width: 250px;

}

.fb {
  text-align: center;
}

@media screen and (max-width: 900px) {
  body {
  max-width: 150%;
  }
  
  nav {
  height: auto;
  position: static;
  }
  
  nav ul {
  flex-direction: column;
  font-size: 16px;
  }
  
  nav li {
  margin: 0.5em 0;
  }

 
  
  .logotype {
  height: auto;
  max-height: none;
  background-color: #fff;
  padding: 12px;
  }
  
  .logotype img {
  transform: none;
  max-width: 100%;
  }
  
  .about img{
  width: 80%;
  max-width: 100%;
  max-width: none;
  }

  .image-wrapper img{
    width: 100%;
  }
}