html,
body {
  height: 100%;
}

#header {
  position: relative;
  margin-top: 72px;
}
#header #myPlayer {
  border-bottom: solid 1px black;
  border-top: solid 1px black;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#header #myPlayer .wrapper {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column !important;
  background-color: rgba(255, 255, 255, 0.2);
  min-height: 550px;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#header #myPlayer h1,
#header #myPlayer h2,
#header #myPlayer h3,
#header #myPlayer p {
  text-shadow: 0px 0px 5px black;
  color: white;
}

nav {
  background-color: rgba(255, 255, 255, 0.8);
}
nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
nav li {
  margin-right: 2rem;
}
nav li a {
  font-weight: 700 !important;
}
nav li:last-child {
  margin-right: 0;
}
@media (max-width: 991.99px) {
  nav li:last-child {
    margin-top: 1rem;
  }
}

h1,
h2,
h3 {
  font-family: "Armata";
}

#historia {
  padding-top: 80px;
  padding-bottom: 2rem;
}
#historia .container {
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#historia .container .opis {
  padding-top: 1rem;
}
#historia h1,
#historia h2,
#historia h3,
#historia p {
  text-shadow: 0px 0px 5px black;
  color: white;
}

#rozklad {
  padding-top: 80px;
  padding-bottom: 2rem;
}
#rozklad .godzina {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#rozklad .godzina p {
  margin-bottom: 0;
  background-color: rgba(0, 0, 255, 0.2);
}
#rozklad .godzina.noseson p {
  background-color: rgba(255, 0, 0, 0.2);
}

.footer-dark {
  font-size: 14px;
}
.footer-dark a {
  color: white;
}

.reklama {
  width: 100%;
  background-color: #f0f0f0;
}
.reklama .row {
  min-height: 300px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#kasa-online-wrapper {
  margin-top: 72px;
  min-height: 75vh;
}
#kasa-online button[id^=bilet_] {
  min-height: 70px;
}


button[id^="bilet_"] {
  height: 20vh;
}
button[id^="bilet_"].disabled {
  height: auto;
}

input::placeholder {
  color: rgba(153, 153, 153, .2) !important;

}

