
* {
  box-sizing: border-box;
}
html, body {
  margin: 0;
  padding: 0;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto !important;
}
iframe {
  max-width: 100%;
}
a {
  color: white;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
*:focus {
  outline: 0;
}
.loader,
.content-loader {
  position: fixed!important;
  text-align: center;
  background: white;
  z-index: 2005;
}
.content-loader {
  position: fixed;
  z-index: 1995;
  display: none;
}
.loader img,
.content-loader img {
  width: 32px;
  margin-top: 20%;
}
.main {
  position: relative;
  padding: 0px;
}
.fill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 0;
  padding: 0 0;
}
.container {
  position: relative;
  display: block;
  padding: 0px 40px;
}
@media only screen and (max-width: 800px) {
  .container {
    padding: 0px 20px;
  }
}
.background {
  position: absolute;
  top: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
}
.background img {
  overflow: hidden;
}
.section {
  margin: 80px auto;
}
@media only screen and (max-width: 1066px) {
  .section {
    margin: 40px auto;
  }
}
.header {
  position: relative;
}
.header .logo {
  max-width: 600px;
  margin: 0 auto;
  margin-top: -20px;
  margin-bottom: -50px;
}
@media only screen and (max-width: 800px) {
  .header .logo {
    overflow: hidden;
  }
  .header .logo img {
    max-width: 125%!important;
    width: 125%!important;
    margin-left: -12.5%;
  }
}
.links {
  font-family: Arial, sans-serif;
  font-weight: bold;
  position: absolute;
  right: 48px;
  top: 48px;
  text-align: right;
  width: 114px;
}
.links .link {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
}
.links a {
  display: inline-block;
  position: relative;
  padding: 20px 0;
  color: white;
  text-decoration: none;
}
@media only screen and (max-width: 800px) {
  .links {
    position: relative;
    margin-left: 1%;
    top: 0px;
    right: 0px;
    margin-bottom: 30px;
    margin-top: 30px;
    width: 100%;
    text-align: center;
  }
}
.trailer-wrap {
  max-width: 760px;
  margin: auto;
}
.trailer {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.trailer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 6px solid white;
  border-radius: 3px;
}
.steam {
  text-align: center;
}
.content-wrap {
  display: flex;
  flex-direction: column;
}
.content-row {
  position: relative;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
.content-row .aside {
  display: inline-block;
}
.content-row .title {
  transform: rotateZ(-2deg);
  padding: 10px;
  width: 80%;
  margin: 0 auto;
}
.content-row .copy {
  width: 437px;
  height: 253px;
  padding: 35px 50px 0 42px;
  background: url(assets/image/plank.png);
  text-align: center;
  text-shadow: 1px 1px 1px white;
  line-height: 1.65;
  /*transform: rotateZ(-1deg);*/
  font-family: Lucida Grande, Arial, sans-serif;
  color: #3d2a1b;
  font-size: 13px;
  font-weight: bold;
}
.content-row .pic {
  display: inline-block;
  width: 530px;
  margin: 5px;
  border: 6px solid white;
  transform: rotateZ(1deg);
}
.content-row .pic img {
  display: block;
}
.content-row .pic.mobile {
  display: none;
}
.content-row:nth-of-type( 2 ) .copy {
  /*transform: rotateZ(1deg);*/
}
.content-row:nth-of-type( 2 ) .title {
  /*transform: rotateZ(2deg);*/
}
.content-row:nth-of-type( 2 ) .pic {
  /*transform: rotateZ(-1deg);*/
}
@media only screen and (max-width: 414px) {
  .content-row .copy {
    background: url(assets/image/plank-mobile.png);
    background-size: contain;
    background-repeat-x: no-repeat;
    height: auto;
    width: 100%;
    padding: 18px 26px 22px 26px;
    font-size: 12px !important;
  }
}

  .background { 
    position: fixed;
    display: none !important;
  }
  .main { 
    background: url(assets/image/background-loop.jpg);
    background-size: 100%;
  }
@media only screen and (max-width: 1066px) {
  .content-row {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .content-row .copy {
    transform: rotateZ(0deg);
    order: 2;
    margin: auto;
    margin-top: 20px;
  }
  .content-row .title {
    transform: rotateZ(0deg);
    margin: auto;
    order: 0;
    max-width: 350px;
    width: 100%;
  }
  .content-row .aside {
    width: 100%;
    margin: auto;
  }
  .content-row .pic {
    display: none;
    transform: rotateZ(0deg);
    margin: 0 auto;
    width: 100%;
    order: 1;
    margin-top: 20px;
  }
  .content-row .mobile.pic {
    display: block;
    max-width: 600px;
  }
  .content-row:nth-of-type( 2 ) .copy {
    transform: rotateZ(0deg);
  }
  .content-row:nth-of-type( 2 ) .title {
    transform: rotateZ(0deg);
  }
  .content-row:nth-of-type( 2 ) .pic {
    transform: rotateZ(0deg);
  }
}
.footer {
  display: flex;
  padding-top: 100px;
  flex-direction: column;
  margin-right: -40px;
  margin-left: -40px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, #000 200px);
}
.footer .about {
  width: 964px;
  margin-left: auto;
  margin-right: auto;
  color: white;
  padding-left: 60px;
}
.footer .about .title {
  width: 380px;
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: bold;
  padding-bottom: 3px;
  border-bottom: 6px solid white;
}
.footer .about .left,
.footer .about .right {
  float: left;
  width: 47%;
  margin-top: 10px;
  padding: 10px 40px;
  padding-left: 0px;
  line-height: 1.5;
  font: 14px/24px sans-serif;
}
.footer .about .right {
  margin-left: 3%;
}
.footer .logo {
  width: 300px;
  height: 300px;
  margin: 20px auto;
  margin-top: -50px;
}
.footer .legal {
  text-align: center;
  color: white;
  font: 14px/24px sans-serif;
  margin-bottom: 80px;
}
@media only screen and (max-width: 800px) {
  .footer {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (max-width: 1066px) {
  .footer .about {
    width: 80%;
    padding-left: 0px;
  }
  .footer .about .title {
    width: 100%;
    font-size: 27px;
  }
  .footer .about .left,
  .footer .about .right {
    width: 100%;
    margin-left: 0px;
  }
}
