/* ============================================================
  HTML & BODY
============================================================ */

body {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  background:#000;
}

/* ============================================================
  NAVIGATION
============================================================ */

nav {z-index: 1000;}

.navbar {
  padding: 0;
  margin: 0;
}

.navbar-light .navbar-nav .nav-link {
  padding: 0;
  margin: 0;
}

li.nav-item {
  margin: 0;
  padding: 0 .5rem 0 .5rem;
}

.navbar-nav {
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
  background-color: rgba(189,192,163,0.3);
}

.navbar-expand-lg {
  margin: 0;
  padding: 0;
  background: transparent;
}

 a.nav-link {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  line-height: 2.25rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #1d3047;
  text-shadow: 0px 0px 10px #bdb6a3;
}

#menu li a {
  text-decoration: none;
}

#menu li a:hover {
  color: #FFF;
  border-radius: 0 0 3px 3px;
  background-color: rgba(189,192,163,0.3);
}

#menu li.active {
  color: #893d0c;
  border-radius: 0 0 3px 3px;
  background-color: rgba(189,192,163,1);
}

#menu li.active a {
  color: #1d3047;
}

#menu li.active a:hover {
  color: #893d0c;
}

.navbar .fa {
  padding: 0 .25rem;
  margin: 0;
  font-size: 1rem;
  line-height: 1rem;
  color: #FFF;
}

.navbar-text {
  display:block;
  float:right !important;
  }

.navbar-text i.fa:hover {
  color: #000;
}

.navbar-toggler span {
   background-color: #1d3047;
  -webkit-box-shadow: 0px 0px 3px 3px rgba(189,182,163,0.25);
-moz-box-shadow: 0px 0px 3px 3px rgba(189,182,163,0.25);
box-shadow: 0px 0px 3px 3px rgba(189,182,163,0.25);
}

/* ============================================================
  TYPOGRAPHY - Base
============================================================ */

h1 {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2rem;
  text-transform: uppercase;
}

h2 {
  margin: 0;
  padding: 0;
  font-size: 1.75rem;
  line-height: 1.75rem;
  font-weight: 100;
  text-transform: uppercase;
}

h3 {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 100;
  text-transform: uppercase;
}

h4 {
  margin: 0;
  padding: 0;
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 100;
  text-transform: uppercase;
}

a {
  color: #FFF;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a:hover {
  color: #FFF;
}

.small-text {
  font-size: smaller;
}

.thin-text {
font-weight: 100;
}

/* ============================================================
  TYPOGRAPHY - Scrolltext
============================================================ */

h2.scrolltext-header {
  padding: 0 0 1rem 0;
  font-size: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: 1px;
}

.scrolltext {
  max-height: 450px;
  overflow-y: scroll;
  padding: 0 1rem 1rem 0; 
}

.scrolltext p {
  padding: 1rem 0 1rem 1rem;
  font-family: 'Rokkitt', sans-serif;
  font-weight: 100;
  font-size: 1.25rem;
  letter-spacing: 1px;
  color: #FFF;
  text-align: left;
}

.list-group-item {
    background-color: transparent;
    border: 0;
}

.scrolltext ul {
  padding: 1rem 0 1rem 1rem;
}

.scrolltext ul li {
  margin: 0;
  padding: .2rem 0 .75rem;
}

.scrolltext ul li a {
  padding: .25rem;
  font-family: 'Rokkitt', sans-serif;
  font-weight: 100;
  font-size: 1.25rem;
  line-height: 1.25rem;
  letter-spacing: 1px;
  color: #FFF;
  text-transform: uppercase;
}

.scrolltext ul li a:hover {
  text-decoration: none;
}

.scrolltext .link {
  padding: .25rem;
  margin: 0 auto;
  display: table;
  clear: both;
  font-family: 'Rokkitt', sans-serif;
  font-weight: 100;
  font-size: 1.25rem;
  line-height: 1.25rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFF;
}

.role {
  margin: 0 auto .25rem;
  display: table;
  clear: both;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  text-transform: uppercase;
}

/* ============================================================
  TYPOGRAPHY - Effects
============================================================ */

.animate-out {opacity: 1;}

/* ============================================================
  STRUCTURE - General
============================================================ */

.align-right {float: right;}
.align-left {float: left;}

/* ============================================================
  SECTION SPECIFIC STYLES - Home
============================================================ */

#page1 {
  background-image: url(../images/backgrounds/home.jpg);
  background-position: center top;
  background-color: #000;
}

img.homepage-logo {
  width: 100%;
  max-width: 400px;
}

img.homepage-nominations  {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 2rem;
}

h4.homepage-accolade {
  width: 100%;
  padding: 1rem 0;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: 600;
  text-shadow: 0px 0px 12px #ef7c05;
  background-image: url(../images/graphic-paintbg.png);
  background-position: center center;
    background-repeat: no-repeat;
  background-size: cover;
}

#homepage-accolade-animate {
  transition: top 0.3s;
}

/* ============================================================
  SECTION SPECIFIC STYLES - PARALLAX
============================================================ */

#parallax {
   -moz-box-shadow:    
	inset 0px 11px 15px -10px #1d3047,
	inset 0px -11px 15px -10px #1d3047;
   -webkit-box-shadow: 
        inset 0px 11px 15px -10px #1d3047,
        inset 0px -11px 15px -10px #1d3047; 
   box-shadow:  
        inset 0px 11px 15px -10px #1d3047,
        inset 0px -11px 15px -10px #1d3047; 
}

/* ============================================================
  SECTION SPECIFIC STYLES - Page 2 - Synopsis
============================================================ */

#page2 {
  background-image: url(../images/backgrounds/3.jpg);
}

#page2 .scrolltext {
  float: left;
  border-radius: 0 3px 3px 0;
  background-color: rgba(29,48,71,0.3);
}

/* ============================================================
  SECTION SPECIFIC STYLES - Page 3 - Quote Page #1
============================================================ */

#page3 {
   -moz-box-shadow:    
        inset 0px 11px 15px -10px #000,
        inset 0px -11px 15px -10px #000;
   -webkit-box-shadow: 
        inset 0px 11px 15px -10px #000,
        inset 0px -11px 15px -10px #000; 
   box-shadow:  
        inset 0px 11px 15px -10px #000,
        inset 0px -11px 15px -10px #000; 
}

/* ============================================================
  SECTION SPECIFIC STYLES - Page 4 - Cast
============================================================ */

#page4 {
  background-image: url(../images/backgrounds/6.jpg);
}

#page4 h2.scrolltext-header {
  color: #1d3047;
  font-weight: 600;
}

#page4 .scrolltext {
  float: right;
  border-radius: 3px 0 0 3px;
  background-color: rgba(189,192,163,0.4);
}

#page4 .scrolltext ul li a {
  color: #1d3047;
  font-weight: 300;
}

.scrolltext.cast .role {
  color: #1d3047;
  letter-spacing: 1px; padding: .25rem;
  border-radius: 3px;
  background-color: rgba(189,192,163,0.3);
}

/* ============================================================
  SECTION SPECIFIC STYLES - Page 5 - Filmmakers
============================================================ */

#page5 {
  background-image: url(../images/backgrounds/5.jpg);
}

#page5 .scrolltext {
  float: right;
  border-radius: 3px 0 0 3px;
  background-color: rgba(189,192,163,0.4);
}

.scrolltext.filmmakers .role {
  color: #bdc0a3;
  letter-spacing: 1px;
  padding: .25rem;
  border-radius: 3px;
  background-color: rgba(189,192,163,0.3);
}

/* ============================================================
  SECTION SPECIFIC STYLES - Page 6 - Quote Page #2
============================================================ */

#page6 {
   -moz-box-shadow:    
        inset 0px 11px 15px -10px #000,
        inset 0px -11px 15px -10px #000;
   -webkit-box-shadow: 
        inset 0px 11px 15px -10px #000,
        inset 0px -11px 15px -10px #000; 
   box-shadow:  
        inset 0px 11px 15px -10px #000,
        inset 0px -11px 15px -10px #000; 
}

/* ============================================================
  SECTION SPECIFIC STYLES - Page 7 - The Production
============================================================ */

#page7 {
  background-image: url(../images/backgrounds/4.jpg);
}

#page7 .container-fluid {
}

#page7 .scrolltext {
  float: left;
  border-radius: 0 3px 3px 0;
  background-color: rgba(189,192,163,0.3);
}

/* ============================================================
  SECTION SPECIFIC STYLES - Page 8 - Historical Context
============================================================ */

#page8 {
  background-image: url(../images/backgrounds/black.jpg);
   -moz-box-shadow:    
        inset 0px 11px 15px -10px #000,
        inset 0px -11px 15px -10px #000;
   -webkit-box-shadow: 
        inset 0px 11px 15px -10px #000,
        inset 0px -11px 15px -10px #000; 
   box-shadow:  
        inset 0px 11px 15px -10px #000,
        inset 0px -11px 15px -10px #000; 
}

/* ============================================================
  SECTION SPECIFIC STYLES - Page 9 - Gallery
============================================================ */

#page9 {
   -moz-box-shadow:    
        inset 0px 11px 15px -10px #000,
        inset 0px -11px 15px -10px #000;
   -webkit-box-shadow: 
        inset 0px 11px 15px -10px #000,
        inset 0px -11px 15px -10px #000; 
   box-shadow:  
        inset 0px 11px 15px -10px #000,
        inset 0px -11px 15px -10px #000; 
}

.slide {
  width: 100vw;
  height: 100vh;
}

.gallery1, .gallery2, .gallery3, .gallery4, .gallery5, .gallery6, .gallery7, .gallery8, .gallery9, .gallery10, .gallery11, .gallery12, .gallery13, .gallery14, .gallery15, .gallery16, .gallery17 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.gallery1 {background-image: url('../images/gallery/17.jpg');}
.gallery2 {background-image: url('../images/gallery/2.jpg');}
.gallery3 {background-image: url('../images/gallery/3.jpg');}
.gallery4 {background-image: url('../images/gallery/4.jpg');}
.gallery5 {background-image: url('../images/gallery/5.jpg');}
.gallery6 {background-image: url('../images/gallery/6.jpg');}
.gallery7 {background-image: url('../images/gallery/7.jpg');}
.gallery8 {background-image: url('../images/gallery/8.jpg');}
.gallery9 {background-image: url('../images/gallery/9.jpg');}
.gallery10 {background-image: url('../images/gallery/10.jpg');}
.gallery11 {background-image: url('../images/gallery/11.jpg');}
.gallery12 {background-image: url('../images/gallery/12.jpg');}
.gallery13 {background-image: url('../images/gallery/13.jpg');}
.gallery14 {background-image: url('../images/gallery/14.jpg');}
.gallery15 {background-image: url('../images/gallery/15.jpg');}
.gallery16 {background-image: url('../images/gallery/16.jpg');}
.gallery17 {background-image: url('../images/gallery/1.jpg');}

.fp-slidesNav.bottom{
  bottom:9rem;
}

.fp-controlArrow {
  border-style: hidden;
  color: #bdc0a3;
}

.fp-controlArrow:hover {
  color: #1d3047;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.fp-controlArrow.fp-prev:before {
    content: "\F053";
    font-family: FontAwesome;
    font-size: 3rem;
    left:-5px;
    position:absolute;
    top:0;
}

.fp-controlArrow.fp-next:after {
    content: "\F054"; 
    font-family: FontAwesome;
    font-size: 3rem;
    right:-5px;
    position:absolute;
    top:0;
}

/* ============================================================
  SECTION SPECIFIC STYLES - Page 3 and 6 - Quotes
============================================================ */

#page3, #page6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #bdc0a3;
  /* color: #002232; */
  letter-spacing: 2px;
}

#page3 {
  font-size: 1.5rem;
}

#page6 {
  font-size: 2rem;
  line-height: 2rem;
}

/* .quote {
  padding: .5rem;
  border-radius: 2px;
  background-color: #893d0c;
  color: #bdc0a3;
} */

.quote-credit {
  margin: 1rem auto 0;
  display: table;
  clear: both;
  font-family: 'Rokkitt', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1rem;
  text-transform: none;
  padding: .5rem;
  border-radius: 2px;
  background-color: #893d0c;
  color: #bdc0a3;
  /* background-color: #bdc0a3;
  color: #893d0c; */
}

/* ============================================================
  MODALS
============================================================ */

.modal-backdrop.show {
    opacity: .75
}

.modal-content {
  background-image: url(../images/backgrounds/black.jpg);
  padding: 2rem;
}

.modal-header {
  margin-bottom: 1.5rem;
  border-bottom: none;
  padding: 1rem 0;
}

button.close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto
  font-family: 'Rokkitt', sans-serif;
  font-weight: 100;
  font-size: 2rem;
  line-height: 2rem;
  color: #FFF;
  text-shadow: none;
}

button.close:hover {
  color: #FFF;
}

.modal-content h2 {
  padding: .25rem;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 2rem;
}

.modal-content .scrolltext {
  padding: 0 1rem .25rem 0;
}

.modal-content p {
  font-family: 'Rokkitt', sans-serif;
  font-weight: 100;
  font-size: 1.25rem;
  letter-spacing: 1px;
  color: #FFF;
  text-align: left;
}

/* ============================================================
  FOOTER
============================================================ */

#footer {
  margin: 0 0 .1rem 0;
  padding: 0;
}

.footer-dates {
  margin: 0 auto .5rem 0;
  padding: 0;
  text-align: center;
}

.footer-first {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  color: #1d3047;
}

.footer-first a {
  color: #1d3047;
}

.footer-second {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  color: #1d3047;
}

.footer-second a {
  color: #1d3047;
}

h5.openingdates {
  color: #1d3047;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.col-social {
  display: inline;
  margin: 0;
  padding: 0 1rem 0;
  text-align: center;
  font-size: .9rem;
  line-height: .9rem;
  color: #1d3047;
}

.col-social a {
  color: #1d3047;
}

.col-social a:hover {
  text-decoration: none;
}

.col-spc {
  margin: 0;
  padding: .75rem 2rem 0 2rem;
  text-align: center;
  font-size: .6rem;
  line-height: .6rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #1d3047;
}

.col-spc a {
  color: #1d3047;
}

.col-spc a:hover {
  text-decoration: none;
}

/* ============================================================
  SCROLLERS
============================================================ */

.synopsis::-webkit-scrollbar{width: 2px;}
.synopsis::-webkit-scrollbar-thumb{background-color:rgba(189,182,163,0.5); border-radius: 0;}
.synopsis::-webkit-scrollbar-thumb:hover{background-color:rgba(189,182,163,0.75);}
.synopsis::-webkit-scrollbar-track{background-color:rgba(189,182,163,0.25);}

.cast::-webkit-scrollbar{width: 2px;}
.cast::-webkit-scrollbar-thumb{background-color:rgba(189,182,163,0.5); border-radius: 0;}
.cast::-webkit-scrollbar-thumb:hover{background-color:rgba(189,182,163,0.75);}
.cast::-webkit-scrollbar-track{background-color:rgba(189,182,163,0.25);}

.filmmakers::-webkit-scrollbar{width: 2px;}
.filmmakers::-webkit-scrollbar-thumb{background-color:rgba(189,182,163,0.5); border-radius: 0;}
.filmmakers::-webkit-scrollbar-thumb:hover{background-color:rgba(189,182,163,0.75);}
.filmmakers::-webkit-scrollbar-track{background-color:rgba(189,182,163,0.25);}

.production::-webkit-scrollbar{width: 2px;}
.production::-webkit-scrollbar-thumb{background-color:rgba(189,182,163,0.5); border-radius: 0;}
.production::-webkit-scrollbar-thumb:hover{background-color:rgba(189,182,163,0.75);}
.production::-webkit-scrollbar-track{background-color:rgba(189,182,163,0.25);}

.history::-webkit-scrollbar{width: 2px;}
.history::-webkit-scrollbar-thumb{background-color:rgba(189,182,163,0.5); border-radius: 0;}
.history::-webkit-scrollbar-thumb:hover{background-color:rgba(189,182,163,0.75);}
.history::-webkit-scrollbar-track{background-color:rgba(189,182,163,0.25);}

.modal .scrolltext::-webkit-scrollbar{width: 2px;}
.modal .scrolltext::-webkit-scrollbar-thumb{background-color:rgba(189,182,163,0.5); border-radius: 0;}
.modal .scrolltext::-webkit-scrollbar-thumb:hover{background-color:rgba(189,182,163,0.75);}
.modal .scrolltext::-webkit-scrollbar-track{background-color:rgba(189,182,163,0.25);}

/* ============================================================
  BACK-TO-TOP BUTTON
============================================================ */

.back-to-top {
  position:fixed;
  _position:absolute;
  bottom: 5.25rem;
  _top:expression(eval(document.body.scrollBottom));
  left: 48%;
  text-align: center;
  display: none;
  z-index: 1200;
}

a.back-to-top {
  padding: 3rem;
  border-radius: 50%;
}

.back-to-top .fa {
  font-size: 3rem;
  cursor: pointer;
  color:#bdc0a3;
}

.back-to-top .fa:hover {
  color: #FFF;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;}

/* ============================================================
  MEDIA QUERIES - Height Based
============================================================ */

@media (max-height: 750px) {
.scrolltext {max-height: 400px;}
}

@media (max-height: 675px) {
.scrolltext {max-height: 375px;}
}

/* ============================================================
  MEDIA QUERIES  - Width Based
============================================================ */

/* Bootstrap XL */
@media (min-width: 1200px) {
}

/* Bootstrap L */
@media (min-width: 992px) {
#page1 {padding-top: 20%;}
li.nav-item {padding: 0 .25rem 0 .25rem;}
.navbar-text {float:left !important;}
}

/* Bootstrap M */
@media (min-width: 768px) {
#page1 {padding-top: 15%;}
.navbar-text {float:left !important;}
li.nav-item {padding: 0;}
 a.nav-link {font-size: 1rem; line-height: 3rem;}
h4.homepage-accolade {max-width: 90%;}
h5.openingdates { font-size: 1.1rem; line-height: 1.25rem;}
.back-to-top {bottom: 6rem;}
}

/* Bootstrap SM */
@media (min-width: 576px) {
#page1 {padding-top: 15%;}
#page5 { background-position: 15% 50%;}
img.homepage-nominations {width: 350px; padding-left: 6rem;}
h5.openingdates { font-size: 1.1rem; line-height: 1.25rem;}
.back-to-top {bottom: 6.5rem;}
.fp-slidesNav {visibility: hidden; display: none;}
}

/* Bootstrap XS */
@media (max-width: 576px) {
#page1 {padding-top: .5rem}
#page2 {background-position: 60% 50%;}
#page3 { font-size: 1.25rem;}
#page4 { background-position: 40% 50%;}
#page5 { background-position: 25% 50%;}
#page6 { font-size: 1.5rem;}
#page7  { background-position: 90% 50%;}
img.homepage-nominations {float: right;}
img.homepage-logo {padding-top: 3rem;}
.my-gallery { padding-bottom: 10rem;}
h5.openingdates { font-size: 1.1rem; line-height: 1.25rem;}
.back-to-top {bottom: 6.5rem;}
.fp-slidesNav {visibility: hidden; display: none;}
}

/* ============================================================
  MEDIA QUERIES - Specific to Mobile
============================================================ */

@media (min-width: 375px) and (max-width: 480px) {

#page1 {background-position: 65% 50%; padding-top: .5rem;}
#page2 {background-position: 60% 50%;}
#page3 { font-size: 1rem;}
#page6 { font-size: 1rem; line-height: 1.25rem;}
#page4 { background-position: 100% 50%;}
#page5 { background-position: 55% 50%;}
#page7 { background-position: 40% 50%;}
.navbar-text { display:block; clear:both; width:100%; text-align:center;}
img.homepage-nominations {max-width: 325px;}
img.homepage-logo { width: 100%; max-width: 360px;}
h4.homepage-accolade { max-width: 80%; font-size: 1rem; line-height: 1rem;}
h2.scrolltext-header { font-size: 1.15rem; line-height: 1.5rem;}
.quote-credit { font-size: .85rem; line-height: .85rem; padding: .25rem;}
.my-gallery { padding-bottom: 10rem;}
.my-gallery figure { width:45.5%; margin: 2%;}
.back-to-top { bottom: 6.35rem; left: 46%;}
#footer { margin: 0 0 .5rem 0; padding: 0;}
.footer-dates { margin: 0 auto .25rem; padding: 0;}
h5.openingdates { font-size: .85rem;  text-align: center;}
.col-spc { margin: 0; padding: .75rem 1rem 0 1rem;}
.modal-content h2 { font-size: 1.25rem;}
.fp-slidesNav {visibility: hidden; display: none;}
}

/* ============================================================
  MEDIA QUERIES - Smaller Mobile Devices
============================================================ */

@media (min-width: 320px) and (max-width: 374.98px) {
#page1 { background-position: 68% 50%; padding-top: .5rem;}
#page3 { font-size: 1rem; line-height: 1.25rem;}
#page6 { font-size: 1rem; line-height: 1.25rem;}
#page7 { background-position: 35% 50%;}
img.homepage-nominations {max-width: 300px;}
img.homepage-logo { width: 100%; width: 300px;}
h4.homepage-accolade { font-size: 1rem;}
h2.scrolltext-header { font-size: 1.15rem; line-height: 1.5rem;}
.scrolltext { max-height: 300px;}
.scrolltext p { font-size: 1.2rem; line-height: 1.5rem;}
.quote-credit { font-size: .85rem; line-height: .85rem; padding: .25rem;}
.back-to-top { bottom: 5.5rem; left: 44%;}
.footer-dates { margin: 0;}
h5.openingdates { margin: 0 auto .75rem; padding: 0; font-size: .85rem; line-height: 1rem; text-align: center;}
.col-spc { margin: 0; padding: .75rem .25rem 0 .25rem;}
.modal-content h2 { font-size: 1.25rem;}
.fp-slidesNav {visibility: hidden; display: none;}
}

/** Styles specific to smartphones (landscape phones, 576px and smaller)

@media (max-width: 576px) {
.navbar-text { display:block; clear:both;  width:100%; text-align:center;}
.my-gallery figure { width:45.5%; margin: 2%;}
}