/* main: ../index.scss*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* main: ../index.scss*/
@font-face {
  font-family: 'Druk Wide';
  src: url("../fonts/Druk-WideMediumItalic.woff2") format("woff2"), url("../fonts/Druk-WideMediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: 'Druk';
  src: url("../fonts/Druk-Heavy.woff2") format("woff2"), url("../fonts/Druk-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Andale Mono';
  src: url("../fonts/AndaleMono.woff2") format("woff2"), url("../fonts/AndaleMono.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Druk Wide';
  src: url("../fonts/Druk-WideMedium.woff2") format("woff2"), url("../fonts/Druk-WideMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

/* main: ../index.scss*/
body {
  background: #000;
}

html, body, .page, main, section {
  overflow-x: hidden;
  -webkit-overflow-scrolling: none;
}

.field-shift {
  left: -9999px;
  position: absolute;
  visibility: hidden;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

header {
  width: 100vw;
  height: calc(100vh + 75px);
  position: relative;
  padding-bottom: 75px;
  padding: 0 100px;
  box-sizing: border-box;
}

header nav {
  width: 100%;
  height: 80px;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  transition: transform .5s ease-in-out;
  z-index: 998;
}

header nav .logo {
  font-family: 'Druk';
  font-weight: 900;
  font-style: normal;
  z-index: 999;
  color: #FF3333;
  font-size: 72px;
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
  top: 50px;
  left: 50px;
  letter-spacing: 1px;
}

header nav .logo:hover {
  color: #FF8500;
  font-style: italic;
}

header nav #menu {
  float: right;
  position: absolute;
  top: 75px;
  right: 50px;
  text-align: right;
  z-index: 999;
}

header nav #menu a {
  color: #FF3333;
  font-family: 'Druk Wide';
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 28px;
}

header nav #menu a:hover {
  color: #FF8500;
}

header nav.sticky {
  background: black;
  position: fixed;
}

header nav.sticky .logo {
  top: 11px;
  font-size: 60px;
}

header nav.sticky #menu {
  top: 28px;
}

header nav.sticky #menu a {
  font-size: 22px;
}

@keyframes stickyNav {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0);
  }
}

header .sticky {
  position: fixed !important;
  animation: stickyNav forwards 1 .33s ease-in-out;
}

header #adjectives {
  width: 90%;
  left: 5%;
  position: absolute;
  top: 300px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: space-around;
  align-items: center;
}

header #adjectives p {
  margin-bottom: 50px;
  line-height: auto;
  flex: 1 1 50%;
  width: 50%;
  display: inline-block;
  color: #FFFF00;
  font-size: 42px;
  line-height: 52px;
  font-family: 'Druk Wide';
  font-weight: 500;
  font-style: normal;
  text-align: center;
  box-sizing: border-box;
  text-transform: uppercase;
}

header #adjectives p:nth-child(odd) {
  padding-right: 50px;
}

header #adjectives p:nth-child(even) {
  padding-left: 50px;
}

header #adjectives .left {
  float: left;
}

header #adjectives .right {
  float: right;
}

header::after {
  content: '';
  width: 100%;
  height: 75px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: black;
  background-image: linear-gradient(45deg, #fff 25%, transparent 25%), linear-gradient(135deg, #fff 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #fff 75%), linear-gradient(135deg, transparent 75%, #fff 75%);
  background-size: 50px 50px;
  /* Must be a square */
  background-position: 0 0, 25px 0, 25px -25px, 0px 25px;
  /* Must be half of one side of the square */
}

#bg {
  width: 100%;
  height: calc(100vh + 75px);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#bg.videoBg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

#bg.videoBg iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.777778vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 37.5px));
}

#laurels {
  width: 100%;
  height: calc(100vh + 75px);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

#laurels.mobile {
  display: none;
}

main {
  overflow-x: scroll;
  /* Must be 'scroll' not 'auto' */
  -webkit-overflow-scrolling: touch;
}

main section {
  position: relative;
}

main section#trailer, main section#synopsis {
  padding: 25px 0 175px 0;
  margin-top: 32.5vw;
  /* nav link offset */
  overflow: visible;
}

main section#trailer #trailerEmbed, main section#synopsis #trailerEmbed {
  width: calc(100% - 100px);
  margin: 0 auto;
}

main section#trailer div#quoteLockup, main section#synopsis div#quoteLockup {
  width: 80%;
  margin: 50px auto;
  margin-top: -32.5vw;
  /* nav link offset reversed */
  display: flex;
  padding-top: 50px;
  align-items: center;
}

main section#trailer div#quoteLockup .imageLeft, main section#trailer div#quoteLockup .quote, main section#trailer div#quoteLockup .imageRight, main section#synopsis div#quoteLockup .imageLeft, main section#synopsis div#quoteLockup .quote, main section#synopsis div#quoteLockup .imageRight {
  display: inline-block;
}

main section#trailer div#quoteLockup .imageLeft, main section#trailer div#quoteLockup .imageRight, main section#synopsis div#quoteLockup .imageLeft, main section#synopsis div#quoteLockup .imageRight {
  width: 25%;
}

main section#trailer div#quoteLockup .imageLeft img, main section#trailer div#quoteLockup .imageRight img, main section#synopsis div#quoteLockup .imageLeft img, main section#synopsis div#quoteLockup .imageRight img {
  width: 100%;
  height: auto;
}

main section#trailer div#quoteLockup .quote, main section#synopsis div#quoteLockup .quote {
  width: 50%;
  text-align: center;
  font-family: 'Druk Wide';
  font-weight: 500;
  font-style: normal;
  padding: 0 50px;
}

main section#trailer div#quoteLockup .quote .quoteText, main section#trailer div#quoteLockup .quote p, main section#synopsis div#quoteLockup .quote .quoteText, main section#synopsis div#quoteLockup .quote p {
  color: white;
  font-size: 42px;
  line-height: 52px;
  margin: 25px auto 40px auto;
}

main section#trailer div#quoteLockup .quote .quoteAuthor, main section#synopsis div#quoteLockup .quote .quoteAuthor {
  color: #FFFF00;
  font-size: 18px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

main section#synopsis {
  padding: 0 0 200px;
  margin-top: 0;
  overflow: visible;
}

main section#synopsis #synopsisLockup {
  margin-top: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-content: stretch;
  align-items: center;
}

main section#synopsis #synopsisLockup img, main section#synopsis #synopsisLockup p {
  flex: 01 1 auto;
  align-self: auto;
  width: 100%;
  padding: 0px 80px;
  box-sizing: border-box;
}

main section#synopsis #synopsisLockup p {
  color: white;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  font-family: 'Druk Wide';
  font-weight: 500;
  font-style: normal;
  margin: 25px auto 40px auto;
}

main section#synopsis #synopsisLockup p span.yellowtext {
  color: #FFFF00;
}

main section#gallery {
  background: white;
  width: 100%;
  padding: 100px 50px 175px;
  box-sizing: border-box;
  display: inline-block;
}

main section#gallery .images:after {
  clear: both;
  content: '';
}

main section#gallery .images img {
  display: block;
  height: 500px;
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
  width: auto;
}

main section#gallery #grid {
  width: 100%;
  overflow-x: hidden;
}

main section#gallery #grid .row {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: stretch;
  align-items: flex-start;
  margin-bottom: 30px;
}

main section#gallery #grid .row img {
  flex: 1;
  height: 30vw;
  object-fit: cover;
  cursor: pointer;
}

main section#gallery #grid .row img:nth-child(odd) {
  padding-right: 15px;
}

main section#gallery #grid .row img:nth-child(even) {
  padding-left: 15px;
}

main section#gallery #grid .images {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-items: center;
  align-items: center;
}

main section#gallery #grid .images img {
  display: inline-block;
  height: 300px;
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
  width: auto;
}

main section#merch {
  width: 100%;
  height: 1260px;
  position: relative;
  box-sizing: border-box;
}

main section#merch::after {
  content: '';
  width: 100%;
  height: 75px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: black;
  background-image: linear-gradient(45deg, #fff 25%, transparent 25%), linear-gradient(135deg, #fff 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #fff 75%), linear-gradient(135deg, transparent 75%, #fff 75%);
  background-size: 50px 50px;
  /* Must be a square */
  background-position: 0 0, 25px 0, 25px -25px, 0px 25px;
  /* Must be half of one side of the square */
}

main section#merch #merchBg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

main section#merch #form {
  width: 676px;
  height: auto;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  position: absolute;
}

main section#merch #form h2 {
  font-size: 42px;
  line-height: 52px;
  font-family: 'Druk Wide';
  font-weight: 500;
  font-style: normal;
  color: white;
}

main section#contact {
  background: white;
  min-height: 500px;
  padding: 75px 50px 100px 50px;
  margin: 0;
  box-sizing: border-box;
}

main section#contact #bio {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  margin-bottom: 75px;
}

main section#contact #bio .left p {
  font-size: 28px;
  line-height: 32px;
  font-family: 'Andale Mono', monospace;
  padding: 75px;
  color: white;
}

main section#contact #bio .right {
  padding: 50px;
}

main section#contact #bio .right img {
  width: 100%;
  margin: 0;
  padding: 0;
}

main section#contact #contactInfo {
  display: flex;
}

main section#contact .left, main section#contact .right {
  display: inline-block;
}

main section#contact .left {
  width: 66%;
}

main section#contact .left p {
  font-size: 42px;
  line-height: 52px;
  font-family: 'Druk Wide';
  font-weight: 500;
  font-style: normal;
  margin-bottom: 40px;
}

main section#contact .left p a {
  color: #FF3333;
  font-size: 28px;
  text-decoration: none;
}

main section#contact .left p a:hover {
  color: #FF8500;
}

main section#contact .right {
  width: 34%;
  padding-top: 10px;
}

main section#contact .right p, main section#contact .right a {
  font-family: 'Andale Mono', monospace;
  font-size: 22px;
  line-height: 26px;
  color: black;
  text-decoration: none;
  margin-bottom: 12px;
}

main section#contact .right figure {
  display: inline-block;
}

main section#contact .right figure img {
  width: 35px;
  height: 35px;
  display: inline-block;
  margin: 0;
  margin-right: 8px;
}

main section#contact .right a {
  display: inline-block;
  transform: translateY(-10px);
}

main section#contact .right a:hover {
  text-decoration: none;
  color: #FF8500;
}

main section#contact .right p a {
  transform: none;
  display: inline;
  text-decoration: underline;
  font-weight: bold;
  color: #FF8500;
}

main section#contact img {
  width: 100%;
  margin: 50px 0;
}

button {
  background: #FF3333;
  color: black;
  border: none;
  border: 2px solid #FF3333;
  width: 75%;
  margin: 20px auto;
  font-size: 22px;
  font-family: 'Druk Wide';
  font-weight: 500;
  font-style: normal;
  padding: 10px 0;
  cursor: pointer;
}

button:hover {
  font-style: italic;
  background: #FF8500;
  border: 2px solid #FF8500;
}

#floatingMailer {
  width: 100%;
  height: 125px;
  background: black;
  padding: 25px 0 0 50px;
  margin-bottom: 25px;
  box-sizing: border-box;
  display: flex;
  transition: .33s ease-in-out;
  opacity: 1;
}

#floatingMailer h2 {
  color: white;
  font-family: 'Druk Wide';
  font-weight: 500;
  font-style: normal;
  font-size: 28px;
  margin-top: 6px;
  line-height: 32px;
  width: 50%;
  padding-right: 50px;
  display: inline-block;
}

#floatingMailer form {
  width: 50%;
  padding: 0 30px 0 0;
  margin-top: 10px;
  text-align: right;
  display: inline-block;
  display: flex;
  align-content: flex-end;
  align-items: flex-start;
}

#floatingMailer form .mergeTable, #floatingMailer form .submit_container {
  width: 45%;
  margin: 0 10px;
}

#floatingMailer form input {
  display: inline-block;
  font-size: 22px;
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
  margin: 0;
}

form {
  position: relative;
}

form .mergeTable, form .submit_container {
  width: 75%;
  margin: 0 auto;
}

form .mergeTable {
  margin: 30px auto 15px auto;
}

form input {
  font-size: 22px;
  font-family: 'Druk Wide';
  font-weight: 500;
  font-style: normal;
  padding: 10px 0;
  width: 100%;
}

form input[type=text], form input[type=email] {
  background: black;
  border: 2px solid white;
  color: white;
  font-style: italic;
  margin: 0;
  text-align: center;
}

form input[type=button], form input[type=submit], form input[type=reset] {
  background: #FF3333;
  color: black;
  border: none;
  border: 2px solid #FF3333;
  cursor: pointer;
}

form input[type=button]:hover, form input[type=submit]:hover, form input[type=reset]:hover {
  font-style: italic;
  background: #FF8500;
  border: 2px solid #FF8500;
}

.checkers {
  content: '';
  width: 100%;
  height: 75px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: black;
  background-image: linear-gradient(45deg, #fff 25%, transparent 25%), linear-gradient(135deg, #fff 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #fff 75%), linear-gradient(135deg, transparent 75%, #fff 75%);
  background-size: 50px 50px;
  /* Must be a square */
  background-position: 0 0, 25px 0, 25px -25px, 0px 25px;
  /* Must be half of one side of the square */
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8) none 50%/contain no-repeat;
  cursor: pointer;
  transition: 0;
  visibility: hidden;
  opacity: 0;
}

#overlay img {
  width: 100%;
  height: 100%;
  opacity: 0;
}

#overlay.open {
  visibility: visible;
  opacity: 1;
  z-index: 999999;
}

/*#overlay:after {
  content: "\2715";
  position: absolute;
  color:#fff;
  top: 10px;
  right:20px;
  font-size: 2em;
}
*/
/* main: ../index.scss*/
@media only screen and (max-width: 1340px) {
  header nav .logo {
    font-size: 60px;
  }
  header nav #menu {
    display: flex;
    flex-wrap: wrap;
    width: 65%;
    top: 42px;
    height: 75px;
    align-items: center;
    justify-content: right;
  }
  header nav #menu a {
    font-size: 20px;
    margin-left: 22px;
  }
  header nav.sticky #menu {
    top: 14px;
    height: 50px;
  }
  header nav.sticky #menu a {
    font-size: 17px;
  }
  header.sticky {
    font-size: 48px;
  }
  main section#trailer div#quoteLockup, main section#trailer div#synopsisLockup, main section#synopsis div#quoteLockup, main section#synopsis div#synopsisLockup {
    width: 100%;
    padding: 0 50px;
    box-sizing: border-box;
  }
  main section#trailer div#quoteLockup .quote, main section#trailer div#quoteLockup p, main section#trailer div#synopsisLockup .quote, main section#trailer div#synopsisLockup p, main section#synopsis div#quoteLockup .quote, main section#synopsis div#quoteLockup p, main section#synopsis div#synopsisLockup .quote, main section#synopsis div#synopsisLockup p {
    padding: 0 25px;
  }
  main section#trailer div#quoteLockup .quote .quoteText, main section#trailer div#quoteLockup p .quoteText, main section#trailer div#synopsisLockup .quote .quoteText, main section#trailer div#synopsisLockup p .quoteText, main section#synopsis div#quoteLockup .quote .quoteText, main section#synopsis div#quoteLockup p .quoteText, main section#synopsis div#synopsisLockup .quote .quoteText, main section#synopsis div#synopsisLockup p .quoteText {
    font-size: 26px;
    line-height: 32px;
  }
  main section#merch {
    height: 1000px;
  }
  main section#merch #form h2 {
    font-size: 26px;
    line-height: 32px;
  }
  main section#contact #bio .left p, main section#contact #bio .left p a {
    font-size: 20px;
    line-height: 26px;
  }
  main section#contact #contactInfo
.left p {
    font-size: 26px;
    line-height: 40px;
  }
  main section#contact .left p a {
    font-size: 20px;
    line-height: 26px;
  }
  main section#contact .right {
    padding-top: 0;
  }
  main section#contact .right p, main section#contact .right a {
    font-size: 18px;
    line-height: 20px;
  }
  main section#contact .right a {
    transform: translateY(-6px);
  }
  main section#contact .right figure img {
    width: 25px;
    height: 25px;
  }
  #merchBg {
    background-size: 150% !important;
  }
  #floatingMailer h2 {
    font-size: 26px;
    line-height: 32px;
    padding-right: 25px;
  }
  #floatingMailer form input {
    font-size: 18px;
  }
  form input {
    font-size: 18px;
    width: 50%;
  }
}

@media only screen and (max-width: 1020px) {
  header nav .logo {
    font-size: 6vw;
  }
  header nav #menu {
    top: 36px;
    width: 60%;
  }
  header nav.sticky .logo {
    top: 1.4vw;
    font-size: 6vw;
  }
  header.sticky {
    font-size: 6vw;
  }
  #floatingMailer {
    padding: 25px 0 0 25px;
  }
  #floatingMailer form {
    padding: 0 10px 0 0;
  }
  main section#trailer {
    padding: 25px 0 125px 0;
  }
  main section#trailer #quoteLockup {
    padding: 0 25px;
  }
  main section#trailer #trailerEmbed {
    width: 100%;
  }
  main section#gallery {
    padding: 50px 25px 125px;
  }
  main section#gallery .row {
    margin-bottom: 20px;
  }
  main section#gallery .row img:nth-child(odd) {
    padding-right: 10px;
  }
  main section#gallery .row img:nth-child(even) {
    padding-left: 10px;
  }
  main section#merch {
    height: 800px;
  }
  main section#contact {
    padding: 75px 50px 25px 50px;
  }
  main section#contact .left {
    width: 60%;
  }
  main section#contact .right {
    width: 40%;
  }
}

@media only screen and (max-width: 800px) {
  html, body, .page, main, section {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  header {
    padding: 20px 20px 0 20px;
    height: calc(100vh + 75px);
  }
  header nav {
    width: 100%;
    height: auto;
    position: relative;
  }
  header nav a.logo {
    font-size: 64px;
    line-height: 64px;
    position: relative;
    top: auto;
    left: auto;
    margin: 0 0 15px 0;
    width: 50%;
    display: block;
    word-wrap: normal;
  }
  header nav div#menu {
    position: relative;
    text-align: left;
    left: auto;
    top: auto;
    right: auto;
    float: left;
    display: block;
  }
  header nav div#menu a {
    display: block;
    margin: 0 0 15px 0;
    font-size: 18px;
  }
  header nav.sticky {
    background: black;
    position: relative !important;
  }
  header nav.sticky .logo {
    top: auto;
    font-size: 48px;
  }
  header nav.sticky #menu {
    top: auto;
  }
  header nav.sticky #menu a {
    font-size: 18px;
  }
  #bg {
    width: 100%;
    height: calc(100vh + 75px);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #laurels {
    width: 100%;
    height: calc(100vh + 75px);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  #laurels.mobile {
    display: inline;
  }
  #laurels.desktop {
    display: none;
  }
  header.sticky {
    position: relative !important;
    animation: none;
  }
  #floatingMailer {
    padding: 0;
    display: inline;
  }
  #floatingMailer h2 {
    display: block;
    width: 100%;
    padding: 15px 20px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 22px;
  }
  #floatingMailer form {
    width: 100%;
    padding: 0 20px 20px 20px;
    box-sizing: border-box;
    display: flex;
    margin-top: 0;
  }
  #floatingMailer form .mergeTable, #floatingMailer form .submit_container {
    width: 50%;
  }
  #floatingMailer form .mergeTable {
    margin-right: 8px;
  }
  #floatingMailer form .submit_Container {
    margin-left: 80px;
  }
  #floatingMailer form input {
    display: inline-block;
    width: 100%;
    appearance: none;
    font-size: 15px;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    margin: 0;
  }
  main section#trailer {
    padding: 15px 0 0 0;
    margin-top: 105vw;
  }
  main section#trailer #trailerEmbed {
    width: 100%;
    margin: 40px 0 60px 0;
  }
  main section#trailer div#quoteLockup {
    flex-wrap: wrap;
    width: 100%;
    padding: 0 20px;
    margin: 25px 0 0 0;
    margin-top: -105vw;
  }
  main section#trailer div#quoteLockup .quote {
    order: 3;
    width: 100%;
    padding: 0px 10px 0px;
  }
  main section#trailer div#quoteLockup .quote .quoteText {
    font-size: 18px;
    line-height: 22px;
    margin: 15px auto 0px auto;
  }
  main section#trailer div#quoteLockup .quote .quoteAuthor {
    font-size: 12px;
    margin-bottom: 0;
  }
  main section#trailer div#quoteLockup .imageLeft, main section#trailer div#quoteLockup .imageRight {
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
  }
  main section#trailer div#quoteLockup .imageLeft {
    order: 1;
  }
  main section#trailer div#quoteLockup .imageRight {
    order: 2;
  }
  main section#synopsis {
    padding: 0px 0 125px;
  }
  main section#synopsis div#synopsisLockup {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 0;
  }
  main section#synopsis div#synopsisLockup p, main section#synopsis div#synopsisLockup img {
    padding: 25px;
  }
  main section#synopsis div#synopsisLockup p {
    font-size: 18px;
    line-height: 22px;
    margin: 0 auto;
    padding: 10px;
    width: 85%;
  }
  main section#gallery {
    width: 100%;
    padding: 50px 10px 100px;
  }
  main section#gallery #grid .row {
    margin-bottom: 10px;
  }
  main section#gallery #grid .row img:nth-child(odd) {
    padding-right: 5px;
  }
  main section#gallery #grid .row img:nth-child(even) {
    padding-left: 5px;
  }
  main section#merch {
    height: 725px;
    margin-top: 5px;
  }
  main section#merch #merchBg {
    background-size: 310% !important;
    background-position: center top !important;
  }
  main section#merch #form {
    height: 300px;
    width: 100%;
    transform: none;
    margin: -160px -50%;
  }
  main section#merch #form form input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    width: calc(100% - 20px);
  }
  main section#contact {
    padding: 50px 20px 25px 20px;
  }
  main section#contact #bio {
    width: calc(100% + 40px);
    margin-left: -20px;
    display: block;
  }
  main section#contact #bio .left p {
    font-size: 18px;
    line-height: 22px;
    padding: 40px 30px 20px 40px;
    margin-top: 20px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0;
  }
  main section#contact #bio .left p a {
    font-size: 18px;
  }
  main section#contact #bio .right {
    padding: 20px 40px 40px 40px;
    box-sizing: border-box;
  }
  main section#contact #contactInfo {
    display: block;
  }
  main section#contact .left, main section#contact .right {
    width: 100%;
  }
  main section#contact .left p a {
    font-size: 16px;
  }
  main section#contact img {
    margin: 25px 0;
  }
  .checkers, header::after {
    content: '';
    width: 100%;
    height: 72px;
    position: absolute;
    bottom: 0px;
    left: 0;
    background-color: black;
    background-image: linear-gradient(45deg, #fff 25%, transparent 25%), linear-gradient(135deg, #fff 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #fff 75%), linear-gradient(135deg, transparent 75%, #fff 75%);
    background-size: 48px 48px;
    /* Must be a square */
    background-position: 0 0, 24px 0, 24px -24px, 0px 24px;
    /* Must be half of one side of the square */
  }
}
