/* CSS Document */
/* breakpoints */
body {
  margin: 0;
  padding: 0;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  overflow: hidden;
  background: black;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased; }
  @media (max-width: 991px) {
    body {
      background-image: url(../images/bg-home.jpg);
      background-repeat: no-repeat;
      background-size: cover; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  text-transform: uppercase;
  transition: font-size .5s; }

h1 {
  font-size: 4em; }

h2 {
  font-size: 2.5em; }

a, button {
  transition: color .5s, background-color .5s, opacity .5s, padding .5s, font-size .5s;
  color: white; }
  a:hover, a:focus, button:hover, button:focus {
    text-decoration: none;
    color: white; }

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%; }
  @media (max-width: 991px) {
    #myVideo {
      display: none; } }

.screen {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh; }

.itlom-logo {
  position: fixed;
  top: 50px;
  left: -70px;
  z-index: 999; }
  @media (max-width: 991px) {
    .itlom-logo {
      top: 20px;
      left: -50px;
      z-index: 99999; } }
  @media (max-width: 991px) {
    .itlom-logo img {
      height: 60px; } }

.boilerplate {
  position: fixed;
  bottom: 20px;
  left: 50%;
  margin-left: -400px;
  opacity: .5;
  z-index: 999;
  transition: bottom .5s; }
  @media (max-width: 991px) {
    .boilerplate {
      display: none; } }

.home-splash {
  position: fixed;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  width: 800px;
  text-align: center;
  top: 10%;
  left: 50%;
  margin-left: -400px;
  margin-top: -80px;
  transition: top .5s, margin-top .5s;
  z-index: 999; }
  @media (max-width: 991px) {
    .home-splash {
      position: relative;
      margin: 0;
      width: auto;
      margin-top: 80px;
      left: 0;
      top: 0;
      font-size: .8em; } }
  @media (max-width: 767px) {
    .home-splash {
      margin-top: 100px;
      height: 70vh;
      overflow-y: auto; } }
  .home-splash p {
    font-size: 1.2em;
    opacity: .7; }
  .home-splash h2 {
    text-transform: none;
    font-size: 1.8em; }

.trailer-container {
  position: fixed;
  top: 200px;
  left: 80px;
  z-index: 999; }
  @media (max-width: 991px) {
    .trailer-container {
      top: 0;
      left: 0;
      width: 100%;
      background: black;
      padding: 20px 10px 20px 200px; } }
  @media (max-width: 767px) {
    .trailer-container {
      height: 90px; } }
  .trailer-container button {
    display: block;
    border: 1px solid white;
    background: none;
    color: white;
    padding: 10px 20px 7px;
    text-transform: uppercase;
    opacity: .6;
    margin-bottom: 10px;
    width: 200px; }
  .trailer-container button.stream-trigger {
    background:red;
    color:white; }
    .trailer-container button:hover, .trailer-container button:focus {
      opacity: 1;
      outline: none; }
    @media (max-width: 991px) {
      .trailer-container button {
        font-size: .8em;
        width: auto;
        display: inline-block;
        margin-bottom: 0; } }

.toggle-menu {
  background: none;
  border: none;
  color: white;
  position: fixed;
  font-size: 1em;
  top: 20px;
  right: 20px;
  z-index: 9999; }

ul#mainnav {
  list-style: none;
  position: fixed;
  padding: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  top: 60%;
  text-align: center;
  transition: top .5s, background .5s;
  z-index: 900; }
  ul#mainnav li {
    display: inline-block; }
    ul#mainnav li.home-button {
      display: none; }
      @media (max-width: 991px) {
        ul#mainnav li.home-button {
          display: block; } }
    ul#mainnav li button, ul#mainnav li a {
      background: none;
      border: none;
      font-family: 'Great Vibes', cursive;
      color: white;
      font-size: 2em;
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      -o-font-smoothing: antialiased;
      padding: 10px 20px;
      opacity: .3; }
      @media (max-width: 991px) {
        ul#mainnav li button, ul#mainnav li a {
          font-family: 'Josefin Sans', sans-serif;
          color: black; } }
      @media (max-width: 767px) {
        ul#mainnav li button, ul#mainnav li a {
          font-size: 1.2em;
          padding: 5px; } }
      ul#mainnav li button:hover, ul#mainnav li button:focus, ul#mainnav li a:hover, ul#mainnav li a:focus {
        opacity: 1;
        outline: none; }
      ul#mainnav li button.active, ul#mainnav li a.active {
        opacity: 1;
        border-bottom: 1px solid; }
      ul#mainnav li button i, ul#mainnav li a i {
        border: 2px solid;
        padding: 5px 11px;
        border-radius: 154px; }
  @media (max-width: 991px) {
    ul#mainnav {
      display: none;
      z-index: 99999;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background: white !important; }
      ul#mainnav li {
        display: block; }
      ul#mainnav.active {
        display: block; } }

.level2 ul#mainnav {
  top: 0px;
  background: rgba(0, 0, 0, 0.8); }
  .level2 ul#mainnav li.home-button {
    display: inline-block; }
  .level2 ul#mainnav li button, .level2 ul#mainnav li a {
    padding: 5px 20px;
    font-size: 1.5em; }
    .level2 ul#mainnav li button i, .level2 ul#mainnav li a i {
      border: 2px solid;
      padding: 3px 6px;
      border-radius: 154px;
      font-size: .8em; }
.level2 .boilerplate {
  bottom: -300px; }
  @media (max-width: 991px) {
    .level2 .boilerplate {
      display: none; } }
.level2 .home-splash {
  top: initial;
  margin-top: 0;
  opacity: .5;
  width: 100%;
  left: 0;
  margin-left: 0;
  bottom: 20px; }
  .level2 .home-splash h1 {
    font-size: 2em; }
    .level2 .home-splash h1 img {
      height: 90px; }
  .level2 .home-splash h2 {
    font-size: 1.3em; }
  @media (max-width: 991px) {
    .level2 .home-splash {
      position: absolute;
      left: 50%;
      margin-left: -158px; } }
  @media (max-width: 767px) {
    .level2 .home-splash {
      display: none; } }

.inlineBlock {
  display: inline-block; }

section {
  position: fixed;
  width: 100vw;
  height: 0;
  background-repeat: no-repeat;
  background-size: cover;
  transition: height 1s;
  overflow: hidden;
  color: white; }
  section content {
    position: absolute;
    top: 90px;
    display: block;
    width: 500px;
    right: 100px; }
    section content h2 {
      font-family: 'Great Vibes', cursive;
      text-transform: none;
      font-weight: normal;
      font-size: 6em; }
      section content h2.header-small {
        font-size: 5em; }
      @media (max-width: 991px) {
        section content h2 {
          font-size: 4em; } }
      @media (max-width: 767px) {
        section content h2 {
          font-size: 2.5em;
          font-family: 'Josefin Sans', sans-serif;
          border-bottom: 1px solid;
          border-top: 1px solid;
          padding-top: 10px; } }
    section content p {
      font-size: 1.4em; }
    @media (max-width: 767px) {
      section content {
        width: 95% !important;
        top: 70px !important;
        left: 0 !important;
        padding: 15px !important;
        position: relative; } }
    section content a {
      color: red; }
    section content.reviews p {
      font-size: 1em; }
  section.active {
    height: 100vh; }
    @media (max-width: 991px) {
      section.active {
        margin-top: 45px;
        overflow-y: auto; } }
    @media (max-width: 767px) {
      section.active {
        margin-top: 0;
        height: 95vh; }
        section.active.content-cast {
          padding-top: 90px; } }
  section.content-filmmakers content, section.content-screening content {
    right: unset;
    top: 170px;
    left: 330px; }
    section.content-filmmakers content .row, section.content-screening content .row {
      margin-bottom: 10px; }
      section.content-filmmakers content .row .col-md-5, section.content-screening content .row .col-md-5 {
        font-weight: 700; }
    @media (max-width: 991px) {
      section.content-filmmakers content, section.content-screening content {
        top: 30px;
        left: 60px; } }
  section.content-screening content {
    width: 800px; }
    section.content-screening content a:hover, section.content-screening content a:focus {
      text-decoration: underline; }
  section.behindMusic {
    background-position-x: right; }
  @media (max-width: 991px) {
    section.tablet-shift {
      background-position: -300px bottom; } }

.cast-navigation {
  position: absolute;
  top: 100px;
  right: 50px;
  border-left: 1px solid;
  padding-left: 20px;
  width: 200px;
  z-index: 999; }
  .cast-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .cast-navigation ul button, .cast-navigation ul a {
      border: none;
      background: none;
      color: white; }
      .cast-navigation ul button:hover, .cast-navigation ul button:focus, .cast-navigation ul a:hover, .cast-navigation ul a:focus {
        text-decoration: underline;
        outline: none; }
      .cast-navigation ul button.active, .cast-navigation ul a.active {
        font-weight: 700; }
  .cast-navigation.download-list {
    position: static;
    font-size: 1.5em; }
  @media (max-width: 991px) {
    .cast-navigation {
      right: unset;
      left: 30px;
      top: 170px; } }

.cast-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100vh;
  transition: width 1s;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover; }
  .cast-section.active {
    width: 100vw; }
  .cast-section .role-name {
    position: absolute;
    top: 100px;
    right: 280px; }
    .cast-section .role-name span {
      font-family: 'Great Vibes', cursive;
      font-size: 3em; }
      @media (max-width: 991px) {
        .cast-section .role-name span {
          font-size: 2em;
          line-height: 1em; } }
    @media (max-width: 991px) {
      .cast-section .role-name {
        right: unset;
        left: 30px; } }
    @media (max-width: 767px) {
      .cast-section .role-name {
        left: unset;
        right: 20px;
        top: 10px; } }
  @media (max-width: 767px) {
    .cast-section {
      position: relative;
      width: auto;
      height: 166px; } }

iframe, .streamframe, .reviewsframe {
  position: absolute;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none; }

.close-trailer, .close-nav {
  position: absolute;
  display: none;
  z-index: 99999;
  right: 0;
  background: red;
  color: white;
  border: none;
  font-size: 1.5em;
  padding: 10px 20px 7px;
  text-transform: uppercase;
  top: 0; }

.streamframe, .reviewsframe{
  padding:50px;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: auto;
}

.reviewsframe{
  padding:70px;
}

.palette {
  background: white;
  padding: 30px;
  height: 100%;
  overflow:auto;
}

.palette p{
  margin-bottom: 30px;
  border-top: 1px solid #ebebeb;
  padding-top: 20px;
}

.palette a{
  color:red;
}

.streamframe h2{
  color:white;
  margin-bottom: 30px;
}

.streamframe img{
  margin: 0 20px 20px 0;
}

@media (max-width: 767px) {
  h2{
    font-size:1.5em;
  }
  .reviewsframe{
    padding:50px 10px;
  }
}
