/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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; }

/* HTML5 display-role reset for older browsers */
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; }

body {
  font-family: 'Barlow Condensed', sans-serif;
  color: white;
  font-size: 24px;
  line-height: 25px;
  box-sizing: border-box; }
  body p {
    padding: 15px 0; }
  @media screen and (max-width: 440px) {
    body {
      font-size: 18px; } }

#container {
  width: 100%;
  margin: 0 auto; }

header {
  width: 100%;
  margin: 0 auto;
  background: #71879C url(images/birch-bk.png) fixed no-repeat; }
  header img {
    width: 100%;
    max-width: 1200px;
    padding: 40px 0 40px 300px;
    margin: auto; }
    @media screen and (max-width: 1550px) {
      header img {
        padding: 40px 0 40px 100px; } }
    @media screen and (max-width: 1350px) {
      header img {
        padding: 40px 0; } }

#scene1 {
  background-color: #13273d; }
  #scene1 #scene1-vid {
    padding-top: 20px;
    width: 100%; }
  #scene1 .story-right {
    width: 50%;
    padding-top: 40px;
    z-index: 5;
    position: absolute;
    margin-left: 50%;
    box-sizing: border-box; }
    #scene1 .story-right p {
      width: 90%; }
    #scene1 .story-right #suddenly {
      color: #E5AE40;
      font-weight: bold;
      text-transform: uppercase;
      padding-left: 60px;
      font-size: 30px;
      box-sizing: border-box;
      opacity: 0; }
    #scene1 .story-right #lost {
      color: #E5AE40;
      padding-left: 60px;
      font-size: 30px;
      box-sizing: border-box;
      opacity: 0; }
    #scene1 .story-right p:nth-child(6) {
      font-weight: lighter;
      text-align: right;
      padding-top: 90px; }
  @media screen and (max-width: 1270px) {
    #scene1 #scene1-vid {
      padding-top: 150px; } }
  @media screen and (max-width: 1100px) {
    #scene1 #scene1-vid {
      padding-top: 250px; }
    #scene1 .story-right {
      margin-left: 40%;
      width: 60%;
      padding-top: 5px; } }
  @media screen and (max-width: 815px) {
    #scene1 .story-right {
      margin-left: 30%;
      width: 70%;
      padding-top: 5px; } }
  @media screen and (max-width: 740px) {
    #scene1 .story-right {
      width: 100%;
      padding-top: 5px;
      padding-left: 20px;
      margin-left: 0%; } }
  @media screen and (max-width: 630px) {
    #scene1 #scene1-vid {
      padding-top: 400px; } }
  @media screen and (max-width: 440px) {
    #scene1 #scene1-vid {
      padding-top: 400px; }
    #scene1 .story-right p:nth-child(3) {
      font-size: 24px; }
    #scene1 .story-right p:nth-child(5) {
      font-size: 24px; }
    #scene1 .story-right p:nth-child(6) {
      padding-top: 50px; } }

#scene2 {
  background: #13273d url(images/scene2.gif) 0 -100px no-repeat;
  background-size: 100%; }
  #scene2 .story-left {
    width: 50%;
    padding: 40px 0 40px 60px; }
    #scene2 .story-left p {
      padding: 15px 0;
      width: 90%; }
    #scene2 .story-left #trail {
      color: #E5AE40;
      font-size: 30px;
      padding-left: 60px;
      opacity: 0; }
  @media screen and (max-width: 1150px) {
    #scene2 {
      background: #13273d url(images/scene2.gif) 0 0 no-repeat;
      background-size: 110%; } }
  @media screen and (max-width: 850px) {
    #scene2 {
      background: #13273d url(images/scene2.gif) -400px 0 no-repeat;
      background-size: 160%; } }
  @media screen and (max-width: 740px) {
    #scene2 .story-left {
      width: 100%;
      padding-top: 5px;
      padding-left: 20px;
      margin-left: 0%; } }
  @media screen and (max-width: 670px) {
    #scene2 {
      background: #13273d url(images/scene2.gif) -350px 0 no-repeat;
      background-size: 160%; }
      #scene2 .story-left {
        width: 95%;
        padding-top: 5px;
        padding-left: 20px;
        margin-left: 0%; } }
  @media screen and (max-width: 570px) {
    #scene2 {
      background: #13273d url(images/scene2.gif) -200px 0 no-repeat;
      background-size: 160%; }
      #scene2 .story-left {
        width: 80%;
        padding-top: 5px;
        padding-left: 20px;
        margin-left: 0%; } }
  @media screen and (max-width: 480px) {
    #scene2 {
      background: #13273d url(images/scene2.gif) -200px 0 no-repeat;
      background-size: 160%; }
      #scene2 .story-left {
        width: 85%;
        padding-top: 5px;
        padding-left: 20px;
        margin-left: 0%; } }

#scene3 {
  background: #71879C; }
  @media screen and (max-width: 1190px) {
    #scene3 {
      padding-bottom: 100px; } }
  @media screen and (max-width: 1030px) {
    #scene3 {
      padding-bottom: 200px; } }
  @media screen and (max-width: 740px) {
    #scene3 {
      padding-bottom: 300px; } }
  @media screen and (max-width: 570px) {
    #scene3 {
      padding-bottom: 400px; } }
  @media screen and (max-width: 500px) {
    #scene3 {
      padding-bottom: 450px; } }
  #scene3 #crunch {
    width: 100%; }
  #scene3 #story-right {
    z-index: 5;
    position: absolute;
    width: 50%;
    padding-top: 60px;
    margin-left: 50%;
    text-align: left;
    box-sizing: border-box; }
    #scene3 #story-right p {
      padding: 15px 0;
      width: 90%; }
    #scene3 #story-right #footfalls {
      color: #E5AE40;
      font-size: 30px;
      display: none; }
    #scene3 #story-right #boom {
      font-size: 60px;
      color: #E5AE40;
      text-align: center;
      padding-bottom: 25px;
      text-transform: uppercase;
      display: none; }
    #scene3 #story-right p:nth-child(6) {
      font-weight: lighter;
      text-align: right;
      padding-bottom: 60px; }
    @media screen and (max-width: 740px) {
      #scene3 #story-right {
        width: 100%;
        padding-top: 250px;
        padding-left: 20px;
        margin-left: 0%; } }
    @media screen and (max-width: 420px) {
      #scene3 #story-right {
        padding-top: 150px; } }

.nowyousee {
  animation: now-you-see-me 2s; }

@keyframes now-you-see-me {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes slide-animation {
  0% {
    position: relative;
    right: -20px;
    opacity: 0;
    visibility: visible; }
  70% {
    visibility: visible;
    position: relative; }
  100% {
    right: 20px;
    opacity: 1;
    visibility: visible;
    position: relative; } }
.slide {
  animation: slide-animation 4s; }

#scene4 {
  background: #142b45;
  overflow-x: hidden; }
  #scene4 #scene4-flex {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    padding-bottom: 40px; }
    #scene4 #scene4-flex #giant img {
      max-width: 90%; }
    @media screen and (max-width: 920px) {
      #scene4 #scene4-flex img {
        width: 70%; } }
    @media screen and (max-width: 830px) {
      #scene4 #scene4-flex {
        margin: 0 auto; }
        #scene4 #scene4-flex img {
          width: 70%; } }
    @media screen and (max-width: 400px) {
      #scene4 #scene4-flex {
        padding-top: 210px; } }
  @media screen and (max-width: 630px) {
    #scene4 {
      padding-bottom: 200px; } }

#scene4-text {
  padding-top: 40px;
  padding-left: 60px;
  z-index: 5;
  position: absolute;
  width: 60%; }
  #scene4-text #largeGiant {
    color: #E5AE40;
    font-size: 30px;
    opacity: 0; }
  #scene4-text p:nth-child(n+5) {
    text-align: right; }
  #scene4-text p b {
    color: #E5AE40;
    font-size: 30px; }
  #scene4-text #giantQuote {
    color: #E5AE40;
    text-align: right;
    width: 30%;
    padding-left: 600px;
    padding-bottom: 280px;
    opacity: 0; }
    @media screen and (max-width: 1600px) {
      #scene4-text #giantQuote {
        padding-left: 400px; } }
    @media screen and (max-width: 1470px) {
      #scene4-text #giantQuote {
        padding-left: 300px; } }
    @media screen and (max-width: 1200px) {
      #scene4-text #giantQuote {
        padding-left: 200px; } }
    @media screen and (max-width: 1100px) {
      #scene4-text #giantQuote {
        padding-left: 100px;
        padding-bottom: 100px; } }
  @media screen and (max-width: 940px) {
    #scene4-text {
      width: 100%;
      box-sizing: border-box; } }
  #scene4-text p:nth-child(n+5) {
    margin-right: 20%;
    box-sizing: border-box; }
  @media screen and (max-width: 830px) {
    #scene4-text {
      width: 90%; }
      #scene4-text p:nth-child(n+5) {
        margin-right: 10%;
        box-sizing: border-box; } }
  @media screen and (max-width: 680px) {
    #scene4-text {
      width: 100%;
      padding-left: 10px;
      margin-left: 0%; } }
  @media screen and (max-width: 630px) {
    #scene4-text p {
      width: 90%; } }

#scene5 {
  background: #71879C;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 1000px) {
    #scene5 {
      flex-direction: column; } }
  #scene5 #wendigo {
    display: flex;
    align-items: flex-end; }
  #scene5 #figure {
    z-index: 5;
    position: absolute;
    max-width: 23%;
    padding: 60px 0 0 320px;
    display: none; }
    @media screen and (max-width: 1350px) {
      #scene5 #figure {
        max-width: 27%;
        padding: 60px 0 0 240px; } }
    @media screen and (max-width: 1000px) {
      #scene5 #figure {
        max-width: 40%;
        padding: 60px 0 0 240px; } }
    @media screen and (max-width: 740px) {
      #scene5 #figure {
        padding: 60px 0 0 200px;
        max-width: 40%; } }
    @media screen and (max-width: 700px) {
      #scene5 #figure {
        padding: 60px 0 0 160px; } }
    @media screen and (max-width: 520px) {
      #scene5 #figure {
        padding: 60px 0 0 120px; } }
  #scene5 #cave {
    max-width: 100%; }
  #scene5 #scene5-text {
    width: 60%;
    padding: 40px 0 0 60px; }
    #scene5 #scene5-text #fade5 {
      color: #E5AE40;
      opacity: 0;
      font-size: 30px; }
    #scene5 #scene5-text #fade52 {
      color: #E5AE40;
      opacity: 0;
      font-size: 30px; }
    #scene5 #scene5-text p:nth-child(3) {
      margin-left: 20%; }
    #scene5 #scene5-text p:nth-child(5) {
      margin-left: 20%; }
    @media screen and (max-width: 1000px) {
      #scene5 #scene5-text {
        width: 100%; } }
    @media screen and (max-width: 680px) {
      #scene5 #scene5-text {
        padding-left: 10px; } }

#scene6 {
  background: #455F80 url(images/scene6.gif) 0 -100px no-repeat;
  background-size: cover;
  padding: 40px 0 150px 60px; }
  @media screen and (max-width: 1300px) {
    #scene6 {
      background: #455F80 url(images/scene6.gif) -400px -100px no-repeat;
      background-size: 150%; } }
  @media screen and (max-width: 1050px) {
    #scene6 {
      background: #455F80 url(images/scene6.gif) -400px -100px no-repeat;
      background-size: 180%; } }
  @media screen and (max-width: 800px) {
    #scene6 {
      background: #455F80 url(images/scene6.gif) -400px 80px no-repeat;
      background-size: 180%; } }
  @media screen and (max-width: 680px) {
    #scene6 {
      background: #455F80 url(images/scene6.gif) -360px 250px no-repeat;
      background-size: 180%;
      padding-left: 10px; } }
  @media screen and (max-width: 550px) {
    #scene6 {
      background: #455F80 url(images/scene6.gif) -360px 400px no-repeat;
      background-size: 220%; } }
  @media screen and (max-width: 450px) {
    #scene6 {
      background: #455F80 url(images/scene6.gif) -360px 450px no-repeat;
      background-size: 250%; } }
  #scene6 #yellow61 {
    color: #E5AE40;
    font-size: 30px;
    opacity: 0; }
  #scene6 #yellow62 {
    color: #E5AE40;
    font-size: 30px;
    opacity: 0; }
  #scene6 #text6 {
    display: flex;
    justify-content: space-around; }
    @media screen and (max-width: 680px) {
      #scene6 #text6 {
        flex-direction: column;
        width: 90%; } }
  #scene6 #left-text6 {
    width: 40%; }
    @media screen and (max-width: 680px) {
      #scene6 #left-text6 {
        width: 100%; } }
  #scene6 #right-text6 {
    width: 40%;
    text-align: right; }
    @media screen and (max-width: 680px) {
      #scene6 #right-text6 {
        width: 100%; } }

#scene7 {
  background: #142b45;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  @media screen and (max-width: 990px) {
    #scene7 {
      flex-direction: column; } }
  #scene7 #yellow71 {
    color: #E5AE40;
    font-size: 30px;
    padding-left: 60px;
    opacity: 0; }
    @media screen and (max-width: 420px) {
      #scene7 #yellow71 {
        padding-left: 20px; } }
  #scene7 #not-growing {
    width: 60%;
    padding: 40px  0 0 60px; }
    @media screen and (max-width: 990px) {
      #scene7 #not-growing {
        width: 90%; } }
    @media screen and (max-width: 680px) {
      #scene7 #not-growing {
        padding-left: 10px; } }
  #scene7 #growing {
    max-width: 40%; }
    @media screen and (max-width: 990px) {
      #scene7 #growing {
        max-width: 100%; } }

#scene8 {
  background: #455F80 url(images/giant-background.png) 0 100px no-repeat;
  background-size: 100%;
  padding: 40px 0 0 60px; }
  @media screen and (max-width: 1270px) {
    #scene8 {
      padding-bottom: 150px; } }
  @media screen and (max-width: 940px) {
    #scene8 {
      background: #455F80 url(images/giant-background.png) 0 200px no-repeat;
      background-size: 100%;
      padding-bottom: 200px; } }
  @media screen and (max-width: 640px) {
    #scene8 {
      padding-left: 10px; } }
  @media screen and (max-width: 550px) {
    #scene8 {
      padding-bottom: 250px;
      background: #455F80 url(images/giant-background.png) 0 300px no-repeat;
      background-size: 100%; } }
  @media screen and (max-width: 520px) {
    #scene8 {
      padding-bottom: 150px; } }
  #scene8 #yellow8 {
    color: #E5AE40;
    font-size: 30px;
    opacity: 0; }
  #scene8 #bottom-right8 {
    padding-top: 250px; }
    @media screen and (max-width: 640px) {
      #scene8 #bottom-right8 {
        padding-top: 200px; } }
  #scene8 #text8 {
    width: 90%;
    z-index: 3;
    position: absolute;
    text-align: right; }
    @media screen and (max-width: 640px) {
      #scene8 #text8 {
        width: 90%; } }
  #scene8 #figure8 {
    margin-left: 40%;
    width: 20%; }
    @media screen and (max-width: 940px) {
      #scene8 #figure8 {
        margin-left: 20%;
        padding-top: 100px; } }
    @media screen and (max-width: 520px) {
      #scene8 #figure8 {
        padding-top: 220px; } }

#scene9 {
  background: #71879C; }
  #scene9 #scene9-txt {
    padding: 40px 60px;
    width: 100%;
    z-index: 3;
    position: absolute;
    box-sizing: border-box; }
    #scene9 #scene9-txt #yellow91 {
      color: #E5AE40;
      font-size: 30px;
      opacity: 0; }
    #scene9 #scene9-txt #yellow2 {
      font-size: 30px;
      color: #E5AE40;
      opacity: 0; }
    #scene9 #scene9-txt #bottom-right {
      text-align: right;
      margin-left: 60%;
      width: 45%; }
      @media screen and (max-width: 1250px) {
        #scene9 #scene9-txt #bottom-right {
          width: 55%;
          margin-left: 40%; } }
      @media screen and (max-width: 1080px) {
        #scene9 #scene9-txt #bottom-right {
          margin-left: 0%; } }
      @media screen and (max-width: 770px) {
        #scene9 #scene9-txt #bottom-right {
          width: 100%; } }
    #scene9 #scene9-txt #bottom-end {
      display: flex;
      justify-content: space-between;
      align-content: flex-end;
      width: 100%;
      padding-top: 150px; }
      @media screen and (max-width: 770px) {
        #scene9 #scene9-txt #bottom-end {
          flex-direction: column;
          width: 100%; } }
@keyframes slide-swim {
  0% {
    margin-left: -50%; }
  100% {
    margin-left: 0; } }
  #scene9 .swim {
    animation: slide-swim 7s; }
  #scene9 #swimming {
    padding-top: 100px;
    margin-left: -50%;
    z-index: 1;
    position: absolute; }
    @media screen and (max-width: 1580px) {
      #scene9 #swimming {
        padding-top: 250px; } }
    @media screen and (max-width: 1080px) {
      #scene9 #swimming {
        margin-left: -100%;
        padding-top: 350px; } }
    @media screen and (max-width: 480px) {
      #scene9 #swimming {
        padding-top: 500px; }
        #scene9 #swimming img {
          width: 30%; } }
  #scene9 #dog-vid {
    padding-top: 20px;
    width: auto; }
    @media screen and (max-width: 1650px) {
      #scene9 #dog-vid {
        padding-top: 200px; } }
    @media screen and (max-width: 1080px) {
      #scene9 #dog-vid {
        padding-top: 300px; } }
    @media screen and (max-width: 920px) {
      #scene9 #dog-vid {
        padding-top: 400px; } }
    @media screen and (max-width: 770px) {
      #scene9 #dog-vid {
        padding-top: 500px; } }
    @media screen and (max-width: 590px) {
      #scene9 #dog-vid {
        padding-top: 600px; } }
    @media screen and (max-width: 480px) {
      #scene9 #dog-vid {
        padding-top: 700px; } }

#scene10 {
  background: #71879C; }
  @media screen and (max-width: 1440px) {
    #scene10 {
      padding-bottom: 50px; } }
  @media screen and (max-width: 1330px) {
    #scene10 {
      padding-bottom: 90px; } }
  @media screen and (max-width: 1240px) {
    #scene10 {
      padding-bottom: 160px; } }
  @media screen and (max-width: 870px) {
    #scene10 {
      padding-bottom: 260px; } }
  @media screen and (max-width: 750px) {
    #scene10 {
      padding-bottom: 350px; } }
  @media screen and (max-width: 550px) {
    #scene10 {
      padding-bottom: 450px; } }
  #scene10 #dog-run-vid {
    width: 100%; }
    @media screen and (max-width: 1240px) {
      #scene10 #dog-run-vid {
        margin-top: 160px; } }
    @media screen and (max-width: 870px) {
      #scene10 #dog-run-vid {
        padding-top: 260px; } }
    @media screen and (max-width: 750px) {
      #scene10 #dog-run-vid {
        padding-top: 350px; } }
    @media screen and (max-width: 550px) {
      #scene10 #dog-run-vid {
        padding-top: 450px; } }
  #scene10 #text10 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 40px 0 0 60px;
    z-index: 5;
    position: absolute; }
    @media screen and (max-width: 900px) {
      #scene10 #text10 {
        display: flex;
        flex-direction: column; } }
    #scene10 #text10 #left10 {
      width: 40%; }
      #scene10 #text10 #left10 #yellow-quote {
        color: #E5AE40;
        text-transform: uppercase;
        padding-left: 60px;
        opacity: 0; }
      #scene10 #text10 #left10 #yellow-night {
        color: #E5AE40;
        text-transform: uppercase;
        padding-left: 60px;
        opacity: 0; }
      #scene10 #text10 #left10 #yellow-shoot {
        color: #E5AE40;
        text-transform: uppercase;
        padding-left: 60px;
        opacity: 0; }
      @media screen and (max-width: 1240px) {
        #scene10 #text10 #left10 {
          width: 60%; } }
      @media screen and (max-width: 900px) {
        #scene10 #text10 #left10 {
          width: 100%; } }
    #scene10 #text10 #right10 {
      width: 40%; }
      @media screen and (max-width: 900px) {
        #scene10 #text10 #right10 {
          width: 100%; } }

/*# sourceMappingURL=style.css.map */
