@import url('https://cdnwmsi.e-i.com/SITW/wm/global/1.0.0/paywallet/lyf/fonts/shadows-into-light/shadows-into-light.css');
@import url('https://cdnwmsi.e-i.com/SITW/wm/global/1.0.0/paywallet/lyf/fonts/neucha/neucha.css');

body {
	 margin: 0;
	 /* min-height: 3000px; */
	 font-family: 'Montserrat', sans-serif;
	 /* background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cbccc8)) fixed; */
	 transition: background 1s ease-in-out;
	 overflow-x: hidden !important;
}


body:before{
    background-image: url(https://media3.giphy.com/media/FSqYDfsdaiG9W/giphy.gif);
    /* background-image: url(img/noise.gif); */
    content: "";
    position: fixed;
    height: 970%;
    width: 150%;
    top: -100%;
    left: -50%;
    opacity: .05;
    /* opacity: .1; */
    /* -webkit-animation: grain 8s steps(10) infinite;
    -moz-animation: grain 8s steps(10) infinite;
    -o-animation: grain 8s steps(10) infinite;
    animation: grain 8s steps(10) infinite; */
    z-index: 1;
}

/* body:after{
    background-image: url(img/noise.jpg);
    content: "";
    position: fixed;
    height: 970%;
    width: 300%;
    top: -100%;
    left: -50%;
    opacity: .5;
    -webkit-animation: grain 8s steps(10) infinite;
    -moz-animation: grain 8s steps(10) infinite;
    -o-animation: grain 8s steps(10) infinite;
    animation: grain 8s steps(10) infinite;
    z-index: -1;
} */

/* GRAIN */
/* body:after {
	background: transparent url('http://assets.iceable.com/img/noise-transparent.png') repeat 0 0;
	content: "";
	background-repeat: repeat;
  position: fixed;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  width: 200%;
  height: 200vh;
  animation: bg-animation .2s infinite;
  opacity: .9;
  visibility: visible;
}

@keyframes bg-animation {
    0% { transform: translate(0,0) }
    10% { transform: translate(-5%,-5%) }
    20% { transform: translate(-10%,5%) }
    30% { transform: translate(5%,-10%) }
    40% { transform: translate(-5%,15%) }
    50% { transform: translate(-10%,5%) }
    60% { transform: translate(15%,0) }
    70% { transform: translate(0,10%) }
    80% { transform: translate(-15%,0) }
    90% { transform: translate(10%,5%) }
    100% { transform: translate(5%,0) }
} */


/* IMAGE-TEXT SCROLL ANIM */
 /* .outer-container {
	 max-width: 600px;
	 margin: auto;
	 width: 90%;
	 padding: 200px 0px;
	 position: relative;
}
 .image-container {
	 padding-bottom: 100%;
	 background: black;
	 position: relative;
	 overflow: hidden;
	 z-index: 2;
	 background-size: cover;
	 background-position: center;
}
 .section-title {
	 margin: 0;
	 font-size: 64px;
	 width: 100%;
	 text-align: center;
	 position: absolute;
	 top: 50%;
	 left: -30%;
	 transform: translateY(-50%);
	 z-index: 1;
	 white-space: nowrap;
}
 .section-title.on-dark {
	 color: white;
}
 .section-title span {
	 position: relative;
	 display: block;
} */

/* HEADER */
/* body {
	 margin: 0;
	 background-color: #1a1a1a;
	 font-family: 'Montserrat', sans-serif;
} */
 body::-webkit-scrollbar {
	 display: none;
}
 .header {
	 position: relative;
	 margin: 10vw 0;
	 /* margin: 20vw 0; */
}
 .image-container {
	 position: relative;
	 z-index: 2;
	 width: 66vw;
	 height: 40vw;
	 overflow: hidden;
}
 .image-container::after {
	 content: '';
	 position: absolute;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 background-color: rgba(0, 0, 0, 0.15);
	 transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
 .header img {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 object-position: 0 23%;
}
 .text-container {
	 position: absolute;
	 z-index: 1;
	 top: -8vw;
	 left: 20vw;
}
 .text-container:not(.back) {
	 z-index: 100;
}
 .parallax-text {
	 position: absolute;
	 color: #fafafa;
	 font-size: 15vw;
	 letter-spacing: 0.5vw;
	 line-height: 1;
	 margin: 0;
	 text-transform: uppercase;
	 white-space: nowrap;
	 /* transform: translate3d(25vw, 20vh, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, -5deg); */
	 transform-style: preserve-3d;
	 /* opacity: 0; */
	 /* will-change: transform; */
	 perspective: 1100px;
	 /* perspective-origin: 50% 100%; */
}
 .parallax-text:not(.back) {
	 -webkit-text-stroke: 0.2vw #fafafa;
	 color: transparent;
}


/* PARALLAX SCROLLING */
/* .container{
  margin: 0;
  padding: 0;
  display: block;
  height: 100vh;
  display: flex;
  align-items: center;
}
.container.pad{
  margin-top: 100px;
}
.container .content {
  width: 98%;
  margin:auto;
  max-width: 500px;
  text-align: center;
  text-align: right;
  font-size: 18px;
  font-weight: 100;
  font-family: "Avenir", serif;
  h1,p{
    top: 100px;
    position: relative;
    z-index: 2;
  }
  p{
    max-width: 200px;
    float: right;
  }
}
.img.float-left{
  float:left;
  max-width: 350px;
}
.sea{
  position: relative;
  display: block;
  padding: 0;
  min-height: 4000px;
  background: #111;
  color: #fff;
}
a, a:visited{
  color: steelblue;
} */

/* PARALLAX BLUR */
/*
body{
  text-align:center;
  padding:0;
  margin:0;
  font-family: 'Montserrat', sans-serif;
  background-color:#111;
}
.parallax {
  padding:0px;
  perspective: 1px;
  height: 100vh;
  font-size:40px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-perspective: 1px;
  perspective: 1px;
}
.content{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity:.7;
}
.layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 100vh 0;
}
.base {
  transform: translateZ(-2px) scale(3);
  color:#FFF;
}
.closer {
  transform: translateZ(-1px) scale(2);
  font-size:300%;
  color:#BF55EC;
  filter: blur(3px);
}
.closest {
  transform: translateZ(0);
  color:#19B5FE;
  font-size:700%;
  filter: blur(10px);
} */

/* PARALLAX MIXINS */
@import url(https://cdnwmsi.e-i.com/SITW/wm/global/1.0.0/paywallet/lyf/fonts/roboto/roboto.css);
 html, body {
	 width: 100%;
	 height: 100%;
	 margin: 0;
	 padding: 0;
	 overflow: hidden;
}
 body {
	 overflow: auto;
	 perspective: 1px;
	 transform-style: preserve-3d;
}
 body, body * {
	 transform-style: preserve-3d;
}
 .container {
	 /* padding: 10%; */
	 max-width: 60em;
	 /* max-width: 40em; */
	 margin: auto;
	 height: 70%;
	 /* height: 100%; */
}

.container h1 {
font-family: 'Permanent Marker', 'Helvetica Neue', Helvetica, Arial, sans-serif;
/* font-family: 'Neucha', cursive; */
/* font-family: 'Shadows Into Light', cursive; */
}

 .container :nth-child(1) {
	 transform: translateZ(-0.4px) scale(1.4);
	 z-index: -400;
	 /* z-index: 200; */
	 top: 200px;
	 /* left: 200px; */
	 left: 650px;
}
 .container :nth-child(2) {
	 transform: translateZ(0.2px) scale(0.8);
	 z-index: 200;
	 /* z-index: -400; */
	 top: 200px;
	 /* left: 500px; */
}
/* .container :nth-child(3) {
transform: translateZ(0.5px) scale(0.3);
z-index: 300;
top: 5px;
left: 270px;
filter: drop-shadow(0 0 1.5rem lightgray);
} */

.container :nth-child(3) {
    transform: translateZ(0.5px) scale(0.28);
    z-index: 300;
    top: 5px;
    left: 240px;
    filter: drop-shadow(0 0 1.5rem lightgray);
}

 /* .container :nth-child(3) {
	 transform: translateZ(0.3px) scale(0.7);
	 z-index: 300;
	 top: 400px;
	 left: 600px;
}
  .container :nth-child(4) {
	 transform: translateZ(0.1px) scale(0.9);
	 z-index: 100;
	 top: 500px;
	 left: 500px;
}
 .container :nth-child(5) {
	 transform: translateZ(-2px) scale(3);
	 z-index: -2000;
	 top: 2000px;
	 left: 2000px;
}
 .container :nth-child(6) {
	 transform: translateZ(0.4px) scale(0.6);
	 z-index: 400;
	 top: 600px;
	 left: 300px;
}
 .container :nth-child(7) {
	 transform: translateZ(-1px) scale(2);
	 z-index: -1000;
	 top: 400px;
	 left: 1000px;
}
 .container :nth-child(8) {
	 transform: translateZ(-0.4px) scale(1.4);
	 z-index: -400;
	 top: 100px;
	 left: 1400px;
}
 .container :nth-child(9) {
	 transform: translateZ(0.4px) scale(0.6);
	 z-index: 400;
	 top: 900px;
	 left: 500px;
}
 .container :nth-child(10) {
	 transform: translateZ(-1px) scale(2);
	 z-index: -1000;
	 top: 1600px;
	 left: 100px;
} */
 .container > * {
	 position: absolute;
}
.container2 > * {
	position: absolute;
}

.container2 {
	/* padding: 10%; */
	max-width: 60em;
	/* max-width: 40em; */
	margin: auto;
	height: 70%;
	/* height: 100%; */
}

.container2 h1 {
	font-family: 'Permanent Marker', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	/* font-family: 'Neucha', cursive; */
/* font-family: 'Shadows Into Light', cursive; */
}

.container2 :nth-child(1) {
	transform: translateZ(-0.4px) scale(1.4);
	z-index: -400;
	/* z-index: 200; */
	top: 200px;
	/* left: 200px; */
	/* left: 650px; */
}
.container2 :nth-child(2) {
	transform: translateZ(0.2px) scale(0.8);
	z-index: 200;
	/* z-index: -400; */
	top: 200px;
	/* left: 500px; */
	text-align: right;
	right: 0;
}

/* CONTAINER-HEADER */
.container-header > * {
	position: absolute;
}

.container-header {
	/* padding: 10%; */
	max-width: 55%;
	/* max-width: 60em; */
	/* max-width: 40em; */
	margin: auto;
	height: 70%;
	/* height: 100%; */
	    margin-bottom: 10%;
			margin-top: 5%;
}

.container-header h1 {
	font-family: 'Permanent Marker', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	/* font-family: 'Neucha', cursive; */
/* font-family: 'Shadows Into Light', cursive; */
	top: 200px;
  font-size: 7vw;
  /* font-size: 9vw; */
}

.container-header :nth-child(1) {
	transform: translateZ(-0.4px) scale(1.4);
	z-index: -400;
	/* z-index: 200; */
	top: 200px;
	/* left: 200px; */
	/* left: 650px; */
}
.container-header :nth-child(2) {
	transform: translateZ(0.2px) scale(0.8);
	z-index: 200;
	/* z-index: -400; */
	top: 260px;
	/* top: 200px; */
	/* left: 500px; */
	text-align: right;
	right: 0;
}

 body {
	 /* font-family: Roboto, sans-serif; */
	 font-weight: 100;
	 background: #fff;
	 /* background: #eef1f3; */
	 line-height: 1;
}
 h1, h2 {
	 font-weight: 100;
	 margin: 0;
}
 h1 {
	 font-size: 5em;
	 /* color: #1586d1; */
}
 /* h2 {
	 font-size: 3em;
	 transform: translateZ(0.2px) scale(0.8);
	 z-index: 200;
} */

/* .section {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 width: 100%;
	 height: 100vh;
	 color: #fff;
	 font-family: sans-serif;
	 font-size: 72px;
	 font-weight: 600;
	 text-transform: uppercase;
}
 .section[data-bg="yellow"] {
	 color: #333;
} */

@media screen and (max-width: 1024px) {
.container-header {
    /* padding: 10%; */
    max-width: 75%;
    /* max-width: 60em; */
    /* max-width: 40em; */
    margin: auto;
    height: 40%;
    /* height: 100%; */
    margin-bottom: 10%;
    margin-top: 5%;
}
.container {
    max-width: 75%;
}
.container2 {
    max-width: 75%;
}
.container-header :nth-child(2) {
    top: 60%;
}
.container :nth-child(1) {
    transform: translateZ(-0.4px) scale(2);
    left: 530px;
}
.container2 :nth-child(1) {
	transform: translateZ(-0.4px) scale(2);
}
.container-header h1 {
  font-size: 9vw;
}
}

@media screen and (max-width: 768px){
.container {
    max-width: 85%;
}
.container :nth-child(1) {
	transform: translateZ(-0.4px) scale(1.4);
    left: 320px;
}
.container2 :nth-child(1) {
	transform: translateZ(-0.4px) scale(1.4);
}
/* .container-header h1 {
    font-size: 11vw;
} */
h1 {
    font-size: 4.4em;
}
}

@media screen and (max-width: 600px){
h1 {
    font-size: 2.4em;
}
.container :nth-child(1) {
    left: 20px;
}
.container-header {
    max-width: 85%;
    margin-bottom: 0%;
}
.container-header h1 {
    font-size: 11vw;
}
}

#backArrow {
display: block;
margin-left: 8%;
margin-top: 20px;
position: absolute;
z-index: 300;
}

#backArrow img {
width: 50px;
}
