@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-family: Arial, sans-serif;
  background: url(../assets/BO_VAN_GOGH-land.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.master {
    position: relative;
    min-width: 100%;
    min-height: 100vh;
}
.video-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.text-wrapper {
    position: absolute;
    top: 50%;
    left: 14%;
    transform: translate(0%, -50%) rotate(-90deg);
    transform-origin: center center;
    display: flex;
    justify-content: center;
}
.content {
  color: white;
  font-size: 1.5em;
  z-index: 1;
  white-space: nowrap;
  width: 100%;
  padding: 1rem;
}
.content p {
  margin: 0;
}
.small {
  font-size: 12px;
}
h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 15vh;
  color: white;
  text-align: center;
  font-weight: 300;
  margin: -400px 0 4% 0;
  text-align: left !important;
}

.opening_hours {
  font-family: "Montserrat", sans-serif;
  font-size: 2em;
  color: white;
  text-align: left;
  font-weight: 800;
  text-transform: uppercase;
}


table td {
  padding: 20px 10px;
}
tbody tr:nth-child(even) {
  background-color: #222222;
}
table {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  font-size: 0.7em;
}

.day {
  font-family: "Montserrat", sans-serif;
  font-size: 0.8em;
  color: white;
  text-align: center;
  font-weight: 500;
  width: 10%;
}
.hours {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  color: white;
  text-align: left;
  font-weight: 500;
  width: 10%;
  text-transform: uppercase;
}

.tickets {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6em;
  color: white;
  text-align: left;
  font-weight: 800;
  padding-top: 3%;
  width: 20%;
}

.per_person {
  font-family: "Montserrat", sans-serif;
  font-size: 0.5em;
  color: white;
  text-align: left;
  font-weight: 400;
}

.info {
    text-align: left;
    font-size: 1.7vh;
}

.subInfo {
  font-size: 0.8rem;
  text-align: left;
  text-transform: uppercase;
}
