.landing {
  height: 100vh;
  background-image: url('../images/back-low-res-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.title {
  position: absolute;
  left: 24px;
  top: 40px;
  right: 24px;
  display: block;
  width: 60vh;
  margin: 0px auto auto;
  padding-right: 0px;
}

.column {
  position: static;
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.daniel {
  position: fixed;
  left: 55px;
  right: 0px;
  bottom: 0px;
  width: auto;
  max-width: 50%;
  margin-top: 0px;
}

.judy {
  position: fixed;
  left: -20px;
  right: 0px;
  bottom: 0px;
  width: auto;
  max-width: 25%;
}

.row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-2 {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body {
  height: auto;
}

.festivals {
  position: relative;
  top: 70px;
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.image-12 {
  display: block;
  width: auto;
  height: auto;
  max-width: 80%;
  min-width: 530px;
  margin-top: 11px;
  margin-right: auto;
  margin-left: auto;
  border: 4px solid #fff;
}

.select-theatres-text {
  position: static;
  top: 100px;
  margin-top: 13px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Universltstd ultracn', sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 35px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.showtimes-button {
  position: static;
  bottom: 20px;
  display: block;
  width: auto;
  margin: auto;
  padding-top: 15px;
  border: 3px solid #4d1a52;
  background-color: #fff;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  font-family: 'Universltstd ultracn', sans-serif;
  color: #4d1a52;
  font-size: 20px;
  text-align: center;
  letter-spacing: 2px;
}

.showtimes-button:hover {
  border-color: #fbe02f;
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
  color: #4d1a52;
}

.section {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100vh;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.heading {
  margin-top: 16px;
  margin-bottom: -8px;
  font-family: 'Universltstd ultracn', sans-serif;
  color: #4d1a52;
  font-size: 80px;
  line-height: 100px;
  text-align: center;
  letter-spacing: 5px;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  font-family: 'Universltstd ultracn', sans-serif;
  font-size: 45px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-2:hover {
  color: #fff;
}

.text-block-5 {
  margin-top: -10px;
  font-family: 'Helveticaneueltstd md', sans-serif;
  color: #4d1a52;
  text-align: center;
  text-transform: uppercase;
}

.city-column {
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
}

.city {
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
}

.city:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.row-3 {
  margin-bottom: 7px;
  padding-bottom: 0px;
}

.row-4 {
  padding-bottom: 30px;
}

.row-5 {
  margin-top: 12px;
}

.container {
  padding-right: 0px;
  padding-left: 0px;
}

.section-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/back-low-res-min.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.row-6 {
  margin-top: -22px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/back-low-res-min.jpg'), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: url('../images/back-low-res-min.jpg'), linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -246px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-4 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 600px;
  height: auto;
  margin-bottom: 19px;
}

.image-18 {
  width: 70px;
  margin-left: 17px;
  padding-left: 0px;
}

.cineplex {
  width: 60px;
  margin-left: 5px;
  padding-left: 0px;
}

.movienetwork {
  width: 70px;
  margin-left: -7px;
  padding-left: 0px;
}

.trailer-lightbox-2 {
  position: relative;
  top: 105px;
  bottom: 10px;
  display: block;
  width: auto;
  max-width: 80%;
  min-width: 530px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: auto;
  padding-left: auto;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.trailer-lightbox-2:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.funder-logos {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 600px;
  height: 50px;
  margin-right: auto;
  margin-bottom: 19px;
  margin-left: auto;
}

.section-5 {
  overflow: auto;
  height: 100vh;
  background-image: url('../images/back-low-res-min.jpg'), url('../images/yellow-back-low-res.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, 4540px;
  background-repeat: no-repeat, repeat;
}

.heading-2 {
  font-family: 'Universltstd ultracn', sans-serif;
  color: #4d1a52;
  font-size: 100px;
  line-height: 100px;
  text-align: center;
  letter-spacing: 2px;
}

.button-3 {
  position: absolute;
  left: 10px;
  top: 10px;
  padding-top: 15px;
  border: 2px solid #fff;
  background-color: #4d1a52;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Universltstd ultracn', sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
}

.button-3:hover {
  border-color: #fbe02f;
  color: #fbe02f;
}

.pre-order {
  position: absolute;
  left: 10px;
  top: 10px;
  display: none;
  margin-top: 59px;
  padding-top: 15px;
  border: 2px solid #fff;
  background-color: #4d1a52;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Universltstd ultracn', sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
}

.pre-order:hover {
  border-color: #fbe02f;
  color: #fbe02f;
}

.row-7 {
  position: relative;
  top: 80px;
  width: 500px;
}

.column-3 {
  position: static;
}

.column-4 {
  position: static;
}

.text-block-6 {
  margin-bottom: 9px;
  font-family: 'Universltstd ultracn', sans-serif;
  color: #4d1a52;
  font-size: 32px;
  line-height: 32px;
  text-decoration: underline;
}

.link {
  font-family: 'Universltstd ultracn', sans-serif;
  color: #4d1a52;
  font-size: 26px;
  text-decoration: none;
}

.link:hover {
  color: #fff;
}

.media-div {
  margin-bottom: 15px;
  text-align: center;
}

.image-19 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  max-width: 50%;
}

.link-block {
  position: fixed;
  left: -5px;
  top: 70px;
}

.dropdown {
  position: absolute;
  left: 0px;
  top: 70px;
  width: 100px;
}

.dropdown-toggle {
  width: 200px;
  height: 35px;
  margin-left: -38px;
  padding: auto;
  background-image: url('../images/preorder-itunes.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.droplink {
  margin-left: 11px;
  padding-top: auto;
  padding-bottom: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Universltstd ultracn', sans-serif;
  font-size: 20px;
  text-align: center;
  letter-spacing: 2px;
}

.droplink:hover {
  color: #d52362;
}

.dropdown-list {
  background-color: transparent;
}

.image-21 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  max-width: 30%;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 991px) {
  .landing {
    height: auto;
    background-position: 50% 100%;
    background-size: cover;
  }
  .column {
    display: block;
  }
  .row-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .body {
    height: auto;
  }
  .image-13 {
    display: block;
    margin-top: -35px;
    margin-right: auto;
    margin-left: auto;
  }
  .image-14 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .text-block-4 {
    margin-top: 16px;
    font-family: 'Universltstd ultracn', sans-serif;
    color: #fff;
    font-size: 45px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
  }
  .lightbox-link {
    display: block;
    width: auto;
    max-width: 80%;
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
  }
  .button {
    display: block;
    max-width: 80%;
    margin-top: 27px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
    border: 3px solid #4d1a52;
    background-image: -webkit-linear-gradient(270deg, #fff, #fff);
    background-image: linear-gradient(180deg, #fff, #fff);
    font-family: 'Helveticaneueltstd bd', sans-serif;
    color: #4d1a52;
    font-size: 20px;
    text-align: center;
    letter-spacing: 5px;
  }
  .image-15 {
    margin-bottom: 48px;
    border: 4px solid #fff;
  }
  .section {
    position: absolute;
  }
  .section-4 {
    left: 0px;
    right: 0px;
    bottom: -50px;
    display: block;
    margin: 22px auto -107px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .image-18 {
    margin-left: 52px;
  }
  .funder-logos {
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin: 22px auto -107px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .image-19 {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .image-21 {
    bottom: 15px;
  }
}

@media (max-width: 767px) {
  .landing {
    height: auto;
    background-position: 50% 50%;
    background-size: cover;
  }
  .body {
    height: auto;
  }
  .section {
    position: relative;
    height: auto;
  }
  .row-5 {
    margin-bottom: 38px;
  }
  .section-2 {
    height: 1800px;
    background-attachment: fixed;
  }
  .section-4 {
    position: static;
    bottom: -75px;
    width: auto;
    height: auto;
    margin-bottom: -58px;
  }
  .image-18 {
    margin-left: 20px;
  }
  .funder-logos {
    width: auto;
  }
  .button-3 {
    position: absolute;
    left: 10px;
    top: auto;
    right: 10px;
    bottom: 10px;
  }
  .button-4 {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 15px;
    display: block;
    margin-top: 29px;
    margin-right: 50px;
    margin-left: 50px;
    padding-top: 15px;
    border: 3px solid #fff;
    background-color: #4d1a52;
    font-family: 'Universltstd ultracn', sans-serif;
    font-size: 25px;
    text-align: center;
    letter-spacing: 3px;
  }
  .pre-order {
    position: absolute;
    left: 10px;
    top: auto;
    right: 10px;
    bottom: 10px;
  }
  .dropdown {
    position: static;
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .dropdown-toggle {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .image-20 {
    margin-top: 14px;
    float: right;
  }
  .column-5 {
    padding-right: 0px;
  }
  .link-2 {
    padding-right: 12px;
    font-family: 'Universltstd ultracn', sans-serif;
    color: #4d1a52;
    font-size: 24px;
    letter-spacing: 3px;
    text-decoration: none;
  }
  .column-6 {
    margin-top: 27px;
  }
  .image-21 {
    left: 0px;
    right: 0px;
    bottom: -20px;
  }
}

@media (max-width: 479px) {
  .landing {
    height: auto;
    padding-bottom: 66px;
    background-position: 50% 50%;
    background-size: cover;
  }
  .body {
    height: 100vh;
  }
  .image-13 {
    margin-top: 1px;
  }
  .image-14 {
    margin-top: 24px;
  }
  .text-block-4 {
    font-size: 30px;
    letter-spacing: 1px;
  }
  .button {
    margin-right: auto;
    margin-left: auto;
    font-family: 'Universltstd ultracn', sans-serif;
    font-size: 20px;
  }
  .heading {
    font-size: 50px;
    letter-spacing: 3px;
  }
  .row-5 {
    margin-top: 0px;
    margin-bottom: auto;
  }
  .section-2 {
    position: fixed;
    background-position: 50% 0px;
    background-size: cover;
  }
  .section-4 {
    position: static;
    margin-top: -249px;
    margin-bottom: auto;
    padding-top: auto;
    padding-bottom: auto;
  }
  .cineplex {
    margin-left: 17px;
  }
  .movienetwork {
    margin-left: 4px;
  }
  .funder-logos {
    position: absolute;
    margin-bottom: 109px;
  }
  .button-4 {
    position: static;
    display: block;
    margin-top: 47px;
    padding-bottom: 9px;
  }
  .html-embed {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: -50px;
  }
  .image-19 {
    max-width: 100%;
  }
  .image-20 {
    display: block;
    margin-right: 8px;
    padding-left: 0px;
  }
}

@font-face {
  font-family: 'Helveticaneueltstd lt';
  src: url('../fonts/HelveticaNeueLTStd-Lt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Helveticaneueltstd bd';
  src: url('../fonts/HelveticaNeueLTStd-Bd.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Universltstd ultracn';
  src: url('../fonts/UniversLTStd-UltraCn.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Helveticaneueltstd md';
  src: url('../fonts/HelveticaNeueLTStd-Md.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}