* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  border-style: none;
}
html {
  overflow-x: hidden;
  overflow-y: auto;
}
body {
  width: 100%;
  font-family: 'Poppins', sans-serif;
  background-color: #fff;
  border-style: none;
  overflow-x: hidden;
  overflow-y: auto;
}
.scrolling-active {
  background-color: rgba(0,0,0,.8);
}
section{
  height: 100vh;
  background-image: linear-gradient(to bottom right, #000, #1f1f21, #1f1f21);
  height: 100%;
  padding:0px 0px 10%;
  overflow-x: hidden;
  width: 100vw;
}
h1 {
  color: #fff;
  font-size: 70px;
  line-height: .6;
  padding-bottom: 10px;
}
h2 {
  color: #fff;
  font-size: 100px;
  line-height: .8;
}
h3 {
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  font-weight: normal;
  padding: 15px 0px;
  letter-spacing: 2px;
}
h4 {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 1.6em;
  color: #EAECEE;
  margin: 4% auto;
  text-align: left;
}
h5 {
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  font-weight: normal;
  padding: 15px 0px;
  letter-spacing: 2px;
}
p {
  letter-spacing: 4px;
  font-size: 1em;
  color: #EAECEE;
  text-align: left;
  margin: 22px 0px;
  line-height: 1.75;
  max-width: 900px;
}
a {
  text-decoration: none;
  color: none;
  border:0px;
  outline:0px;
  color:inherit;
}
a:hover,
a:active,
a:focus {
  background: none;  
  text-decoration: none;
  border:0px;
  outline:0px;
}
hr {
  margin: 10%;
  border-top: 2px solid #75acff;
}
img {
  border:0px;
  outline:0px;
  color: none;
  display: block;
  object-fit: contain;
  margin: auto;
}
img a {
  border:0px;
  outline:0px;
  background: none;  
  text-decoration: none;
  color: none;
}
footer {
  padding-bottom: 4%;
}

header {
  width: 100%;
  transition: .2s;
  background-color: rgba(0,0,0,0);
  z-index: 5000;
  position: relative;
}

header h3, header a {
  color: #fff;
}


li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a.visited {
  color: #fff;
  text-decoration: none;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 4%;
  transition: .6s;
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  z-index: 2;
}

.navbar:hover {
  background-color: rgba (255,255,255,0.8);
  transition: .3s;
}


.nav-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.nav-brand {
  font-size: 2rem;
  filter: saturate(2476%) brightness(0%);
}

.nav-brand:hover {
  opacity: .75;
  transition: 0.3s ease;
  color: white;
}

.nav-link {
  transition: 0.3s ease;
}

.nav-link:hover {
  opacity: .75;
}

.hamburger {
  display: none;
  cursor: pointer;
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff ;
}




.land-grid {
  display: grid;
  height: 100vh;
  /*background-image: linear-gradient(to bottom right, #52473c, #000);*/
  background-image: linear-gradient(to top left, #7d7568, #000);
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  padding: 0;
  overflow: hidden;
}
.land-grid-img{
  grid-column: 1 / span 2;
  grid-row: 1 / span 1;
  justify-self: end;
  z-index: 0;
}
.land-grid img{
  height: 100vh;
}
.land-grid video {
  margin: auto;
  width: 40%;
  height: 100%;
  margin: 0px;
  padding: 1% 0px;
  display: block;
  margin: 1% 0px;
  min-width: 200px;
}

.vert-center {
  grid-column: 1 / span 2;
  grid-row: 1 / span 1;
  justify-self: center;
  align-self: end;
  z-index: 2;
  width: 100%;
  padding: 5vw;
}
.vert-center-headline {
  display: block;
  /* margin: auto; */
  align-self: left;
  z-index: 2;
  width: 100%;
}

.press-grid {
  display: grid;
  background-image: linear-gradient(to bottom right, #000, #1f1f21, #1f1f21);
  grid-template-columns: 1fr;
  grid-template-rows: repeat(1fr);
  padding: 0;
}

.press-grid-article {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  justify-self: center;
  align-self: center;
  width: 100%;
  padding: 5vw;
}
.press-grid-image {
  display: grid;
  grid-column: 1 / span 1;
  grid-row: 1 / span 1;
  justify-self: center;
  align-self: center;
  width: 100%;
  padding: 5vw;
}
.press-grid-image img {
  max-width: 400px;
  width: 100%;
}
.press-grid-info {
  display: grid;
  grid-column: 2 / span 2;
  grid-row: 1 / span 1;
  justify-self: center;
  align-self: center;
  width: 100%;
  padding: 5vw;
}

.press-grid-info button {
    display: inline-block;
    padding: 4px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    margin-top: 16px!important;
    margin-bottom: 16px!important;
    border: 3px solid #fff;
    border-radius:5px;
    width:60%;
    color: #fff;
    font-size: 15px;
    font-family: inherit;
    width: 50%;
}

.press-grid-info button:hover {
    color: black;
    background-color: white;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}
.column {
  flex: 100%;
  padding: 0 4px;
  width: 100vw;
  padding: 0;
}
.column img {
  vertical-align: middle;
  height: revert;
  width: 25%;
  float: left;
  object-fit: cover;
  min-height: 100vh;
}

#contact {
    background-image: url('../images/Murder-on-the-Orient-Express-Adam-Poss.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0;
}

.contact-box {
    width: 65%;
    max-width: 900px;
    margin: 15% auto;
    text-shadow: 0 0 25px black;
    display: grid;
    grid-column: 1/ span 1;
    grid-row: 2 / span 1;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.modal {
  display: none;
  position: fixed;
  padding-top: 100px;
  top: 0;
  right: 0px;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: black;
  z-index: 10000;
  max-width: 100%;
}

/* Modal Content */
.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
  height: 100%;
  overflow-x: hidden;
}
.modal-content img {
  margin-bottom: -4px;
  object-fit: contain;
  margin: auto;
  max-width: 100%;
  max-height: 70vh;
}

.numbertext {
  color: #f2f2f2;
  width: 100%;
  position: absolute;
  padding: 2% 5%;
  top: 55%;
  left: 0px;
  background-color: rgba(0,0,0,.5);
}

.numbertext h2 {
  margin-bottom: 10px;
}

.title-resize {
  font-size: 50px; margin-top: 5px;
  }


.numbertext p {
  font-size: 10px; 
  margin: 4px 30px;
}

.review, .by, .critic {
  line-height: 1.2;
  letter-spacing: 1px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.caption {
    
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 35px;
  font-weight: bold;
  height: 96%;
  width: 89%;
  text-align: right;
  margin: 2% 5%;
  cursor: pointer;
  z-index: 1000;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
  width: 104%;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  z-index: 1500;
  background-color: rgba(0, 0, 0, 0.2);
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



.theatre h1 {
  color: white;
}
.theatre ul {
  list-style: none;
  width: 100%;
  padding: 5% 0px 0px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 25%));
  justify-content: space-around;
  margin-left: auto;
  margin: auto;
  float: left;
}
.theatre li {
  border: 1px solid #fff;
  border-radius: 2px;
  display: grid;
  width: 95%;
  margin: 5px;
  padding: 5px 5px 2px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  align-self: center;
  justify-self: center;
  height: 80%;
  line-height: 1;
  padding: 5px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.theatre li:hover {
  background-color: #fff;
  color: #000;  
 }
.theatre-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: min-content 1fr;
  padding: 0px 2%;
  width: 100%;
}
.theatre-grid-1 {
  grid-column: 1 / span 1;
  grid-row: 1 / span 1;
  justify-self: center;
  align-self: start;
  width: 100%;
  padding: 5% 5% 0px;
}
.theatre-grid-2 {
  grid-column: 1 / span 1;
  grid-row: 2 / span 1;
  justify-self: center;
  align-self: start;
  width: 100%;
  padding: 5% 0px
}
.theatre-grid video{
  width: 100%;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, 12.6vw);
  margin: auto 4%;
  justify-self: center;
  align-self: center;
  width: 92%;
}
.img-container {
    width: 12.6vw;
    max-width: 250px;
    height: 12.6vw;
    max-height: 250px;
    margin: 0px;
    object-fit: cover;
    overflow: hidden;
}
.img-container img{
  width:  13vw;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  transition: all 0.2s ease-in-out;
  max-width: 300px;
  cursor: pointer;
  object-position: center;
}
.img-container img:hover {
  transform: scale(1.05);
}
.about-adam {
  background-image: #000;
  background-color: #000;
  padding: 0;
  overflow-x: hidden;
}

.about-adam-grid {
  display: grid;
  background-image: linear-gradient(black, black);
  background-color: #000;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  padding: 0;
}

.about-adam-grid-text{
  grid-column: 1 / span 1;
  grid-row: 1 / span 1;
  justify-self: center;
  align-self: center;
  margin: 10vh auto 0px;
}
.about-adam-grid-img{
  grid-column: 1 / span 1;
  grid-row: 2 / span 1;
  justify-self: end;
  align-self: end;
  width: 100%;
}
.about-adam-grid-img img {
  width: 100%;
}
footer {
  position: relative;
  padding: 2% 5% 55px 5%;
  background-color: white;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat (10, 10%);
  grid-template-rows: 1fr;
  margin: 0px 5%;
}
.footer-grid-1 {
  grid-column: 1 / span 9;
  grid-row: 2 / span 1;
  justify-self: center;
  align-self: center;
  width: 100%;
  text-align: left;
  margin: 55px auto 0px;
}
.footer-grid-2 {
  grid-column: 1 / span 6;
  grid-row: 3 / span 1;
  justify-self: center;
  align-self: start;
  width: 100%;
  margin: 35px auto 55px;
}
.footer-grid-3a {
  grid-column: 1 / span 3;
  grid-row: 1 / span 1;
  justify-self: center;
  align-self: start;
  width: 100%;
  margin: 35px auto 0;
}
.footer-grid-3b {
  grid-column: 5 / span 2;
  grid-row: 1 / span 1;
  justify-self: center;
  align-self: start;
  width: 100%;
  margin: 35px auto 0;
}
.footer-grid-3c {
  grid-column: 9 / span 2;
  grid-row: 1 / span 1;
  justify-self: center;
  align-self: start;
  width: 100%;
  margin: 35px auto 0;
}

.footer-grid p{
    color: #000;
    margin: 5px;
}
footer ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: left;
}
footer li {
  align-items: start;
  width: 100%;
  height: 100%;
  text-align: left;
  font-size: 13px;
}

.contact-padding {
  padding: 0 8px;
}
.contact-padding:before {
content: "";
display: table;
clear: both;
}
.contact-padding:after {
  float:left;width:100%;
}
.contact-half {
  padding: 4px 8px;
  margin-bottom: 8px;
  float: left;
  width: 49.9%;
}
.contact-two-third {
  padding: 4px 8px 2.5%;
  margin: auto; 
  float: left;
  width: 65.9%;
  display: flex;
  border-bottom: 0px solid #fff;
}
.contact-one-third {
  padding: 1% 4px 8px;
  margin: auto; 
  float: left;
  width: 32.9%;
  text-align: center;
  align-self: center;
  justify-self: center;
  display: block;
}
.contact-full {
  padding: 4px 8px;
  margin-bottom: 8px;
  float: left;
  width: 99.9%;
}
form {
  display: inline-block;
  margin-top: 20px;
  width: 100%;
  z-index: 1;
}
input {
  font:inherit;
  padding: 2%;
  margin: 2%;
  border-radius:3px;
}
textarea
{
  font:inherit;
  padding: 2%;
  margin: 1%;
  border-radius:3px; 
}
.contact-adam-button {
    display: inline-block;
    padding: 2.5% 16px 8px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    margin-top: 16px!important;
    margin-bottom: 16px!important;
    border: 3px solid #fff; border-radius:5px; width:60%;
    color: #fff;
    font-size: 25px;
    width: 100%;
}
.contact-input {
    padding: 6px;
    display: block;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
    margin: 0;
}
.success {
  margin-top: 25px;
  /* background-color: rgba(255,255,255,.8); */
  color: white;
  font-size: 30px;
  font-weight: 600;
  display: inline-block;
}
.theatre video, .theatre audio {
  display: block;
  margin: auto;
  margin-top: 85px;
  width: 44%;
}

@media screen and (max-width: 900px) and (orientation: portrait) {
  html{
    overflow-x: hidden;
  }
  body{
    overflow-x: hidden;
  }
    section {
        width: auto;
    }
  h1, h2{
    font-size: 250%;
  }
  .land-grid h2 {
    margin: 90% 0px 0px;
    text-align: center;
    color: black;
    padding: 0px;
    font-size: 40px;
  }
  .hamburger {
    display: block;
    margin-right: 2%; 
  } 
   
  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
    
  .nav-menu {
  position: fixed;
  left: -100%;
  top: 0px;
  gap: 0;
  flex-direction: column;
  background-color: rgba(0,0,0,.9);
  width: 100%;
  text-align: center;
  transition: .3s;
  height: 100vh;
  padding: 10vh 20% 65vh;
  }
  
  .nav-item {
    margin: 16px 0;
  }
    
  h3 {
    line-height: .3;
    font-size: 1.7em;
    opacity: 1;
    font-weight: 700;
  }
  
  .nav-menu.active {
    left: 0px;
  }

  .land-grid img {
    object-position: 120px 0px;
    justify-content: flex-end;
    display: flex;
    }
  .vert-center {
    align-self: end;
    background-image: linear-gradient(0deg, rgba(0,0,0, .7), rgba(0,0,0, 0));
  }
  .vert-center h1 {
    display: none;
  }
  #adam-poss {
    height: fit-content;
  }
  .theatre-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    overflow-x: hidden;
  }
  .theatre-grid-1 {
    grid-row: 1 / span 1;
  }
  .theatre-grid-2 {
    grid-row: 2 / span 1;
    grid-column: 1 / span 1;
  }
  .theatre ul {
    grid-template-columns: repeat(auto-fit, minmax(110px, 50%));
  }

  #gallery {
    height: fit-content;
  }
  .gallery-grid-img {
    min-height: initial;
    min-width: initial;
  }
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    max-width: 100%;
    padding: 0px;
    margin: auto;
    overflow-x: hidden;
    }
  .img-container {
      min-width: 30%;
      min-height: 30%;
      justify-self: center;
      justify-self: center;
      width: 29.5vw;
      height: 29.5vw;
      margin: 0px;
    }
    .modal-content {
      position: absolute;
      top: 0px;
      width: 100%;
    }
    .land-grid video {
      margin-bottom: 5vh;
    }
    .modal {
      display: none;
      position: fixed;
      padding-top: 100px;
      right: 0;
      width: 100vw;
      overflow: auto;
      background-color: black;
      z-index: 10000;
    }
    .numbertext {
      width: 100%;
      padding: 5% 12% 0px;
      top: 45%;
    }
    .numbertext h2 {
      font-size: 25px; 
    }
    .title-resize {
        font-size: 15px;
    }
    .numbertext p {
      font-size: 9px; 
      margin: 2px 10px 2px 0px;
    }
    .about-adam-grid-text {
      width: 85%;
      padding-bottom: 10%;
    }
    .footer-grid {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: repeat (5, 1fr);
      margin: 0px 5%;
    }
    .footer-grid-1 {
      grid-column: 1 / span 1;
      grid-row: 4 / span 1;
      justify-self: center;
      align-self: center;
      width: 100%;
      text-align: left;
      margin-bottom: 25px;
    }
    .footer-grid-2 {
      grid-column: 1 / span 1;
      grid-row: 5 / span 1;
      justify-self: center;
      align-self: start;
      width: 100%;
      margin: 0;
    }
    .footer-grid-3a {
      grid-column: 1 / span 1;
      grid-row: 1 / span 1;
    }
    .footer-grid-3b {
      grid-column: 1 / span 1;
      grid-row: 2 / span 1;
    }
    .footer-grid-3c {
      grid-column: 1 / span 1;
      grid-row: 3 / span 1;
    }
    footer ul {
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      list-style: none;
      margin-top: -5px;
      height: 8vh;
    }
    footer li {
      text-align: center;
    }
    .contact-half, .contact-one-third, .contact-two-third {
      width: 100%;
    }
    .contact-box {
        width: 100%;
        grid-column: 1/ span 1;
        grid-row: 2 / span 1;
        background-image: linear-gradient(0deg, rgba(0,0,0,0.5), transparent);
        margin-bottom: 0;
        padding: 0 7% 5%;
}
    .press-grid {
      grid-template-columns: 1fr;
      padding: 0;
    }

    .press-grid-article {
      grid-template-columns: 1fr;
      grid-template-rows: 1fr;
      grid-column: 1 / span 1;
    }
    .press-grid-image img {
      max-width: 400px;
    }
    .press-grid-info {
      grid-column: 1 / span 1;
      grid-row: 2 / span 1;
    }
    .column img {
      vertical-align: middle;
      height: revert;
      width: 100%;
      float: left;
      object-fit: cover;
      min-height: 100vh;
    }
    .theatre video, .theatre audio {
      width: 70%;
      margin-top: 35px;
    }
}