/*********** TYPO ***********/
html {
  font-family: "webfont", "southpark", "South Park";
  font-size: 20px;
}

.small {
  font-size: 16px;
}

.big {
  font-size: 24px;
}

.bottom .button {
  font-size: 24px;
  line-height: 1;
}

/*********** SCENE ***********/
.scene {
  position: relative;
  height: 80vh;
  width: 100%;
  overflow: hidden;
}

.scene .layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50%;
  width: 200%;
  background-size: contain;
  background-repeat: repeat-x;
  background-position: center center;
}

.scene .layer-1,
.scene .layer-2 {
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
}

@media (orientation: portrait) {
  .scene .layer {
    background-size: cover;
  }
  .scene .layer-1,
  .scene .layer-2 {
    background-position: 90% center;
  }
}

.layer-1 {
  z-index: 9;
  background-image: url(../bg/SP-diepte-1.png);
}

.layer-2 {
  z-index: 8;
  background-image: url(../bg/SP-diepte-2.png);
}

.layer-3 {
  z-index: 7;
  background-image: url(../bg/SOUTH_PARK-street-repeat.png);
}

.layer-4 {
  z-index: 6;
  background-image: url(../bg/SP-diepte-4.png);
}

.layer-5 {
  z-index: 5;
  background-image: url(../bg/SP-diepte-5.png);
}

.layer-6 {
  z-index: 4;
  background-image: url(../bg/SP-diepte-6.png);
}

.layer-7 {
  z-index: 3;
  background-image: url(../bg/SP-diepte-7.png);
}

/*********** MENU ***********/
html {
  padding-top: 50px;
  padding-top: 60px;
}

@media (min-width: 1000px) {
  html {
    padding-top: 85px;
  }
}

.menu {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  max-height: 100vh;
  overflow: auto;
  display: block;
  background-color: #8ad4e1;
  line-height: 1;
}

.menu .menu-toggle {
  display: block;
  display: none;
  padding: 20px;
  color: red;
  text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.8);
}

.menu-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.menu-content a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  text-align: center;
  padding: 20px;
  color: white;
  text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.8);
}

.menu-content a .small {
  margin-bottom: 5px;
}

.menu-content a:hover .small {
  color: yellow;
}

.menu-content a:hover .big {
  color: red;
}

@media (max-width: 1000px) {
  .menu-content a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .menu .menu-toggle {
    display: block;
  }
  .menu .menu-content {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  .menu .menu-open {
    display: block;
  }
  .menu .menu-close {
    display: none;
  }
  .menu:target .menu-close {
    display: block;
  }
  .menu:target .menu-open {
    display: none;
  }
  .menu:target .menu-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*********** BOTTOM ***********/
.bottom {
  display: block;
  padding: 20px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.watch {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

.watch .video {
  position: relative;
  display: block;
  width: 300px;
  height: auto;
  -webkit-box-shadow: 2px 3px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 3px 0px rgba(0, 0, 0, 0.5);
}

.watch .video img {
  display: block;
  width: 100%;
  height: auto;
}

.watch .video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
  text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.8);
  background-color: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.watch .video:hover .small {
  color: yellow;
}

.watch .video:hover .big {
  color: red;
}

.watch .or {
  display: block;
  padding: 20px;
}

.watch .button {
  display: block;
  padding: 20px;
  line-height: 1;
  text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 1px 2px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 2px 0px rgba(0, 0, 0, 0.5);
  color: white;
  background-color: red;
}

.watch .button:hover {
  color: yellow;
}

@media (max-width: 700px) {
  .watch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .scene {
    height: 50vh;
    height: 60vh;
  }
}

@media (orientation: portrait) {
  .watch {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
