body {
  font-family: Work Sans;
  font-size: 32px;
  line-height: 1.5;
  background: #000000;
  color: #ffffff;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
  overflow: hidden;
  transition: all 0.5s ease;
}

header h1 {
  /* width: 300px; */
}

header nav {
  font-size: 28px;
}

header nav a {
  transition: border 0.3s ease-in;
  border-bottom: solid 2px rgba(0, 0, 0, 0);
  padding-bottom: 3px;
}

header nav a:hover {
  border-color: rgb(139, 139, 139);
}

header nav a.selected {
  border-color: #fff;
}

.hidden {
  transform: translateY(-100%);
}

h1 {
  float: left;
  font-weight: 600;
  font-size: 38px;
}

a {
  color: white;
  text-decoration: none;
  z-index: 1;
}

h2 a {
  color:  #ffffff;
  transition: color 0.5s;
  padding-left: 10px;
}

h2 a:hover {
  color: #10b1bd;
}

.italic {
  font-style: italic;
}

.slideshow {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.holder {
  position: relative;
  top: 0;
  left: 0;
  width: 10000vw;
  height: 100vh;
  transition: left 1s;
}

.holder div {
  float: left;
  width: 100vw;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 30px;
}

.slide-1 {
  background-image: url("vessel_still_21.png");
}

.slide-2 {
  background-image: url("my_person_cover.png");
}

.slide-3 {
  background-image: url("namioka_cover.png");
}

.slide-4 {
  background-image: url("iris_cover.png");
}

.slide-5 {
  background-image: url("itchcity_cover.png");
}

.steps {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

a {
  color: white;
  z-index: 1;
}

.prev {
  left: 0;
    padding: 20px 30px;
  position: absolute;
  bottom: 0;
}

.next {
  right: 0;
   padding: 20px 30px;
  position: absolute;
  bottom: 0;
}

section.film-info div.summary {
  font-size: 18px;
}

/* Other pages */

h3 {
  text-align: center;
  font-size: 40px;
}

.page-body {
  padding-top: 180px;
}

.film-info {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 20px 80px 40px;
}

.film-info a {
  text-decoration: underline;
  color: #10b1bd;
}

.poster {
  padding-left: 40px;
  padding-right: 60px;
  max-width: 500px;
}

.summary {
  padding-right: 40px;
  padding-left: 40px;
}

.summary p {
  text-align: center;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.slides {
  position: relative;
  overflow: hidden;
  width: 100vw;
  /* height: 100vh; */
}

.slides .holder div {
  /* float: left;
  width: 100vw;
  height: 100vh; */
  background-position: center; 
  /* background-repeat: no-repeat; */
  background-size: contain;
  /* padding: 20px 30px; */
}

.page-holder div h2 {
  padding-top: 60px;
  padding-left: 10px;
}

/* About.html */

.about {
  align-items: center;
  padding: 20px 50px 100px 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.headshot {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  margin-top: 30px;
  margin-bottom: 40px;
}

h4 {
  font-family: Bodoni Moda;
  font-size: 20px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 25px;
}

.summary a {
  text-decoration: underline;
  color: #10b1bd;
}

p.links {
  margin-top: 30px;
}

.links a {
  align-items: center;
  display: inline-block;
  width: 32px;
  margin-left: 10px;
  margin-right: 10px;
}

.imdb {
  filter: invert(95%);
}

/* Vessel.html */

.vessel-slide-1 {
  background-image: url("vessel_still_2.png");
}

.vessel-slide-2 {
  background-image: url("vessel_still_3.png");
}

.vessel-slide-3 {
  background-image: url("vessel_still_4.png");
}

.vessel-slide-4 {
  background-image: url("vessel_still_5.png");
}

.vessel-slide-5 {
  background-image: url("vessel_still_7.png");
}

.vessel-slide-6 {
  background-image: url("vessel_still_9.png");
}

.vessel-slide-7 {
  background-image: url("vessel_still_14.png");
}

.vessel-slide-8 {
  background-image: url("vessel_still_16.png");
}

.vessel-slide-9 {
  background-image: url("vessel_still_17.png");
}

.vessel-slide-10 {
  background-image: url("vessel_still_19.png");
}


/* MyPerson.html */

.myperson-slide-1 {
  background-image: url("myperson_1.png");
}

.myperson-slide-2 {
  background-image: url("myperson_2.png");
}

.myperson-slide-3 {
  background-image: url("myperson_3.png");
}

.myperson-slide-4 {
  background-image: url("myperson_4.png");
}

.myperson-slide-5 {
  background-image: url("myperson_5.png");
}

.myperson-slide-6 {
  background-image: url("myperson_6.png");
}

.myperson-slide-7 {
  background-image: url("myperson_7.png");
}

.myperson-slide-8 {
  background-image: url("myperson_8.png");
}

/* Namioka.html */

.videoplayer {
  position: relative;
  /* overflow: hidden; */
  width: 100vw;
  /* height: 100vh; */
  padding-top: 40px;
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
}

.namioka-summary {
  max-width: 700px;
}

/* iris.html */

div.iris {
  max-width: 350px;
  margin-left: 20px;
  margin-right: 40px;
  margin-bottom: 40px;
}

.iris-summary {
  max-width: 600px;
}

.iris-slide-1 {
  background-image: url("i-ris-still-11.png");
}

.iris-slide-2 {
  background-image: url("i-ris-still-10.png");
}

.iris-slide-3 {
  background-image: url("i-ris-still-1.png");
}

.iris-slide-4 {
  background-image: url("i-ris-still-6.png");
}

.iris-slide-5 {
  background-image: url("i-ris-still-2.png");
}

.iris-slide-6 {
  background-image: url("i-ris-still-3.png");
}

.iris-slide-7 {
  background-image: url("i-ris-still-7.png");
}

.iris-slide-8 {
  background-image: url("i-ris-still-4.png");
}

.iris-slide-9 {
  background-image: url("i-ris-still-5.png");
}

.iris-slide-10 {
  background-image: url("i-ris-still-8.png");
}

/* itch city html */

.itchcity-slide-1 {
  background-image: url("itchcity-still-1.jpg");
}

.itchcity-slide-2 {
  background-image: url("itchcity-still-2.jpg");
}

.itchcity-slide-3 {
  background-image: url("itchcity-still-3.jpg");
}

.itchcity-slide-4 {
  background-image: url("itchcity-still-4.jpg");
}

.itchcity-slide-5 {
  background-image: url("itchcity-still-5.jpg");
}

.itchcity-slide-6 {
  background-image: url("itchcity-still-6.jpg");
}

.itchcity-slide-7 {
  background-image: url("itchcity-still-7.jpg");
}

.itchcity-slide-8 {
  background-image: url("itchcity-still-8.jpg");
}

.itchcity-slide-9 {
  background-image: url("itchcity-still-9.jpg");
}

.itchcity-slide-10 {
  background-image: url("itchcity-still-10.jpg");
}

/* Vessel Pitchdeck  */

.google-pdf {
  display: block;
  margin: 50px auto 50px auto;
}

/* Responsive Design */

@media (max-width: 817px) {
  section.film-info {
    flex-direction: column;
    padding-bottom: 0px;
  }

  .poster {
    padding-bottom: 40px;
    max-width: 100vw;
  }

}


@media (max-width: 735px) {
  
    h1 {
      font-size: 32px;
    }

    nav a {
      font-size: 24px;
    }

 .holder h2 {
    font-size: 28px;
  }

  .prev {
    font-size: 28px;
  }

    .next {
    font-size: 28px;
    }

  .videoplayer {
    margin-bottom: 20px;
  }

}


@media (max-width: 640px) {
 header {
    flex-direction: column;
  }

    h1 {
      font-size: 38px;
    }

    .holder h2 {
    font-size: 24px;
  }

  .prev {
    font-size: 24px;
  }

    .next {
    font-size: 24px;
    }


  .holder div h2 {
  padding-top: 100px;
  padding-left: 0px;
}

.summary {
  padding-right: 20px;
  padding-left: 20px;
}


}

@media (max-width: 390px) {

  header {
      padding-left: 10px;
      padding-right: 10px;
  }

  header h1 {
    font-size: 28px;
  }

  header nav a{
      font-size: 18px;
    }

    .summary {
      padding-left: 10px;
      padding-right: 10px;
    }

    .summary h4 {
      font-size: 16px;
    }

    .summary p{
    font-size: 14px;
}

}

@media (max-width: 390px) {

   header {
      padding-left: 5px;
      padding-right: 5px;
  }

  header h1 {
    font-size: 24px;
  }

  header nav a{
      font-size: 16px;
    }

}