body {
    background-color: #fffc52;
    color: black;
    font-family: "ITC Avant Garde Gothic Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  
footer {
    display:flex;
    margin-top: 20px;
    padding: 2rem;
}

footer img{
    width:20%;
}

.footer-right {
    display: flex;
    text-align: right;
    flex-direction: column;
    width:100vw;

}

.footer-right img {
    width: 20%;
    min-width: 150px;
    max-width: 150px;
    margin-right:5%;
    display: inline-block; /* Add this property to prevent the image from being pushed down */
    vertical-align: middle; /* Add this property to vertically align the image */
}

.footer-right a {
    font-weight: bolder;
}

  header {
    background-color: #fffc52;
    font-family: "ITC Avant Garde Gothic Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight:bold;
    text-align: center; /* Center the header text */
    padding-top: 2vw;
    padding-bottom: 2vw;
    padding-left: 4vw;
    padding-right: 4vw;
    display: flex; /* Use flexbox to align the text */
    justify-content: space-between; /* Align the text to the left and right edges */

  }
  
  img {
    display: block; /* Make the image a block element to center it */
    margin: auto; /* Center the image horizontally */
    max-width: 100%;
    height: auto;
  }

nav {
    display: flex; /* Use flexbox to align the image and links */
    align-items: center; /* Center the items vertically */
    padding: 20px;
  }

nav a {
    text-decoration: none;
    display:flex;
  }

  nav ul {
    display: flex; /* Use flexbox to align the links horizontally */
    list-style: none;
    padding: 0;
  }

  nav ul li {
    display: inline-block;
    margin: 0 10px;
    margin-left:10px;
    text-align: center;
}

nav ul li a {
    padding: 0px;
    color: #000;
    text-decoration: none;
}

nav ul li a:hover {
  color: #000;
  text-decoration:underline;
}

nav input[type="checkbox"] {
    display: none;
}

main {
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 20px;
}

main a{
  color: #000;    
}

main ul a{
  color: #000;    
}


main ul li a{
  color: #000;    
}

.black-box {
    background-color: black;
    margin-top: 20px;
    padding: 300px;
    text-align: center;
    max-width: 1920px;
}

.black-box a {
    color: #fffc52;
    font-size: 3rem;
    font-weight: bold;
}

.container {
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
    display: block; /* Make the image a block element to center it */
    margin: auto; /* Center the image horizontally */
}

.film {
    background-color: black;
    color: #fffc52;
    display: flex;
    flex-wrap: wrap;
    margin: 35px;
    padding: 10px;
    text-align: left;
    width: 235px;
}

.film img {
    clip-path: inset(7px);
    display: flex;
    height: auto;
    margin: auto;
    max-height: 200px;
    max-width: 100%;
    object-fit: scale-down;
    object-position: center;
}

.films {
    align-items: start;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px;
}

.filmscontainer {
    text-align: left;
}

.headerlogos {
  max-width: 36px;
  text-align: center;
  padding-right:15px;
  padding-left:15px;
}

.headerlogos img {
  vertical-align: middle;
  margin: 0 10px;
  padding: 10px 10px;
}

.headerbuttons {
    margin: 0 10px;
    padding: 2px 2px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.hero {
    height: 0;
    margin-top: 0px;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.hero iframe {
    display: inline;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.poster img {
    height: auto;
    max-width: 100%;
}

.ticketbutton, .ticketbutton a {
    background-color: black;
    color: #fffc52;
    padding: 7px 7px;
    font-size: .9rem;
    cursor: pointer;
    margin-left:25px;
    margin-right:25px;
    
}

.ticketbutton a:hover {
    color:#fffc52;
    text-decoration: none;
}
 
.toplogo{
    max-width:30%;
    min-width: 150px;
}

input[type="email"] {
    width: 100%;
    max-width: 500px;
}



/* reset */
form input,
form select,
form textarea,
form fieldset,
form optgroup,
form label,
.StripeElement {
  font-family: inherit;
  font-size: 100%;
  color: inherit;
  border: none;
  border-radius: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
form label,
form legend {
  font-size: 0.825rem;
  margin-bottom: 0.5rem;
}
/* border, padding, margin, width */
form input,
form select,
form textarea,
.StripeElement {
  box-sizing: border-box;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-color: #fffc52;
  padding: 0.75em 1rem;
  margin-bottom: 1.5rem;
}
form input:focus,
form select:focus,
form textarea:focus,
.StripeElement:focus {
  background-color: #fffc52;
  outline-style: solid;
  outline-width: thin;
  outline-color: black;
  outline-offset: -1px;
}
form [type="text"],
form [type="email"],
.StripeElement {
  width: 50%;
}
form [type="button"],
form [type="submit"],
form [type="reset"] {
  width: auto;
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
form [type="button"]:focus,
form [type="submit"]:focus,
form [type="reset"]:focus {
  outline: none;
}

form select {
  text-transform: none;
}

@media screen and (max-width: 767px) {
    body {
      background-color: #fffc52;
      color: black;
      font-family: "ITC Avant Garde Gothic Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
  
    header {
      background-color: #fffc52;
      color: black;
      font-family: "ITC Avant Garde Gothic Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
  
    nav {
        width: 100vw;
        height: auto;
        position: relative;
      }

    nav a {
      text-align:left;
      margin-left:0%;
    }

    nav ul {
      display: none;
      position: absolute;
      top: 60px;
      left: 0;
      width: 100vw;
      background-color: #fffc52;
      z-index: 9999;
    }
  
    nav ul li {
        margin-bottom: 0;
      }

    nav ul li a {
      display: block;
      padding: 10px;
      color: #000;
      font-weight: bold;
      text-decoration: none;
    }
  
    nav ul li a:hover {
      text-decoration: underline;
    }
  
    nav input[type="checkbox"] {
      display: none;
    }
  
    nav label[for="menu-toggle"] {
      display: block;
      cursor: pointer;
    }
  
    nav label[for="menu-toggle"]:before {
      content: "\2630";
      font-size: 30px;
      line-height: 60px;
      color: #000;
      position: absolute;
      top: 0;
      right: 20px;
    }
  
    nav input[type="checkbox"]:checked ~ ul {
      display: block;
    }
  
    main {
      margin-left: 0;
    }
  
    .black-box {
        background-color: black;
        margin-top: 10px;
        padding: 10%;
        padding-top: 25%;
        padding-bottom:25%;
        text-align: center;
    }
    
    .black-box a {
        color: #fffc52;
        font-size: 2rem;
        font-weight: bold;
    }
    
    .container {
      margin-bottom: 0px;
      margin-top: 0px;
      text-align: center;
  }
  
  .film {
      background-color: black;
      color: #fffc52;
      display: flex;
      flex-wrap: wrap;
      margin: 15px;
      padding: 10px;
      text-align: left;
      width: 95%;
  }
  
  .film img {
    display: flex;
    margin: auto;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  
  .films {
      align-items: start;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin: 5px;
  }
  
  .filmscontainer {
      text-align: left;
  }
  .headerbuttons {
    display:none;
  }
  input[type="email"] {
    width: 100%;
    max-width: 250px;
  }
    footer {
      display: flex;
      flex-direction: column;
      text-align:left;
        margin-top: 20px; /* adjust the value as needed */

      }
      .footer-right{
        text-align: center;
      }
      .footer-right img {
        display: inline-block;
        margin: 0 auto; /* add this line to center the image */
        width: 50%;
        vertical-align: middle;
      }
  }