@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&family=Roboto:wght@400;700&display=swap');

* {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}

html {
  background-image: url(../files/cus.png);
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
}

body {
  max-width: 1000px;
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Poppins', sans-serif;
  margin: 5px;
  text-align: center;
}

h6 {
  font-family: 'Poppins', sans-serif;
  margin: 5px;
  text-align: left;
  font-size: 17px;
}

h3 {
  font-size: 20px;
  color: #aaa;
  margin-top: 20px;
}

.tytul {
  height: 100px;
  line-height: 100px;
  font-size: 50px;
  color: white;
  text-shadow: 0px 6px 9px #00000020;
  text-align: left;
  margin: 25px;
}

a {
  text-decoration: none;
  color: #fa3b37;
  margin: 10px;
}

.menu {
  height: 45px;
  padding: 10px;
  margin: 25px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0px 6px 9px #00000020;
  z-index: 1;
  line-height: 25px;
}

ul {
  list-style-type: none;
  z-index: 1;
}

ul li {
  display: block;
  position: relative;
  float: left;
  background-color: white;
  z-index: 1;
}

li ul {
  display: none;
  overflow: hidden;
  border-radius: 5px;
  z-index: 1;
}

ul li a {
  display: block;
  text-decoration: none;
  color: #fa3b37;
  padding: 10px 0px;
  white-space: nowrap;
  z-index: 1;
  margin: 0 15px;
}

ul li a:hover {
  background: #eee;
  color: black
}

li:hover ul {
  display: block;
  position: absolute;
  z-index: 1;
}

li:hover li {
  float: none;
}

li:hover a {
  background: white;
  color: #fa3b37;
}

li:hover li a:hover {
  background: #eee;
  color: black
}

.btn {
  border: 0;
  border-radius: 5px;
  background-color: #4BBCAF;
  color: #fff;
  padding: 10px 20px;
  margin: 5px;
  letter-spacing: 0.5px;

}

.tresc-strony {
  position: relative;
  margin: 25px;
  padding: 30px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0px 6px 9px #00000020;
}

img.obrazek-ja {
  border-radius: 15px;
  box-shadow: 0px 10px 20px #00000060;
  display: block;
  margin: 40px auto 40px;
  max-width: 80%;
}

.tekst {
  font-size: 16px;
  text-align: justify;
  font-family: 'Segoe UI';
  line-height: +1.5;
  padding: 15px;
}

footer {
  margin: 25px;
  padding: 15px;
  letter-spacing: 5px;
  color: black;
  font-weight: bold;
  background-color: white;
  text-transform: uppercase;
  border-radius: 5px;
  box-shadow: 0px 6px 9px #00000020;
  font-size: 12px;
  text-align: center;
}

.czerwony-tekst {
  color: #FF2C28;
  font-family: 'Segoe UI';
  font-size: 18px;
}

.active {
  color: black;
  border-bottom: 3px solid #fa3b37;
  font-weight: bold;
  letter-spacing: 1px;
}

.domki {
  max-width: 500px;
  display: block;
  position: relative;
  margin: 0 auto;
}

.obrazki {
  border-radius: 15px;
  box-shadow: 0px 10px 20px #00000060;
  display: block;
  margin: 40px auto 60px;
  max-width: 100%;
}

.spektakle {
  border-radius: 15px;
  box-shadow: 0px 10px 20px #00000060;
  display: block;
  margin: 40px auto 60px;
  max-width: 50%;
}
