@charset "UTF-8";
/* CSS Document */


body {
	
	background-color: black;
	font-family: "proxima-nova",sans-serif;
  padding: 0;
  margin: 0;
	height  : 100%;
   overflow-x: hidden;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
 
}
#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#000; /* change if the mask should have another color then white */
    z-index:99999999; /* makes sure it stays on top */
}
.link  {
	text-decoration: none;
background: -moz-linear-gradient(-45deg, #c1f230 1%, #e02323 53%, #ac89ff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #c1f230 1%,#e02323 53%,#ac89ff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #c1f230 1%,#e02323 53%,#ac89ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.link:hover {
	text-decoration: line-through;
	
}
@keyframes dropNav {
  0% {
    transform: translateX(+100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes dropTop {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

.glitch {
	z-index: 10;
	position: relative;
	margin-top:30vh;
	float: right;
	width: 70%;
	padding-left: 30%;
	font-family: "le-monde-livre-std";
	font-size: 50px;
  color: white;
	text-align: right;
 
}

@keyframes noise-anim {
  0% {
    clip: rect(80px, 9999px, 65px, 0);
  }
  5% {
    clip: rect(79px, 9999px, 65px, 0);
  }
  10% {
    clip: rect(53px, 9999px, 65px, 0);
  }
  15% {
    clip: rect(65px, 9999px, 65px, 0);
  }
  20% {
    clip: rect(1px, 9999px, 15px, 0);
  }
  25% {
    clip: rect(42px, 9999px, 60px, 0);
  }
  30% {
    clip: rect(100px, 9999px, 9px, 0);
  }
  35% {
    clip: rect(78px, 9999px, 7px, 0);
  }
  40% {
    clip: rect(26px, 9999px, 94px, 0);
  }
  45% {
    clip: rect(79px, 9999px, 73px, 0);
  }
  50% {
    clip: rect(61px, 9999px, 70px, 0);
  }
  55% {
    clip: rect(74px, 9999px, 54px, 0);
  }
  60% {
    clip: rect(38px, 9999px, 64px, 0);
  }
  65% {
    clip: rect(8px, 9999px, 54px, 0);
  }
  70% {
    clip: rect(78px, 9999px, 93px, 0);
  }
  75% {
    clip: rect(22px, 9999px, 85px, 0);
  }
  80% {
    clip: rect(17px, 9999px, 46px, 0);
  }
  85% {
    clip: rect(67px, 9999px, 9px, 0);
  }
  90% {
    clip: rect(61px, 9999px, 15px, 0);
  }
  95% {
    clip: rect(4px, 9999px, 52px, 0);
  }
  100% {
    clip: rect(87px, 9999px, 13px, 0);
  }
}
.glitch:after {
  content: attr(data-text);
  position: absolute;
  right: 2px;
	text-align: right;
  text-shadow: -1px 0 red;
  top: 0;
	width: 70%;
	padding-left: 30%;
  color: white;
  background: black;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim 2s infinite linear alternate-reverse;
}

@keyframes noise-anim-2 {
  0% {
    clip: rect(10px, 9999px, 40px, 0);
  }
  5% {
    clip: rect(12px, 9999px, 97px, 0);
  }
  10% {
    clip: rect(79px, 9999px, 5px, 0);
  }
  15% {
    clip: rect(36px, 9999px, 24px, 0);
  }
  20% {
    clip: rect(20px, 9999px, 39px, 0);
  }
  25% {
    clip: rect(90px, 9999px, 14px, 0);
  }
  30% {
    clip: rect(26px, 9999px, 42px, 0);
  }
  35% {
    clip: rect(54px, 9999px, 13px, 0);
  }
  40% {
    clip: rect(9px, 9999px, 60px, 0);
  }
  45% {
    clip: rect(100px, 9999px, 57px, 0);
  }
  50% {
    clip: rect(54px, 9999px, 29px, 0);
  }
  55% {
    clip: rect(35px, 9999px, 69px, 0);
  }
  60% {
    clip: rect(87px, 9999px, 3px, 0);
  }
  65% {
    clip: rect(23px, 9999px, 92px, 0);
  }
  70% {
    clip: rect(24px, 9999px, 19px, 0);
  }
  75% {
    clip: rect(28px, 9999px, 66px, 0);
  }
  80% {
    clip: rect(74px, 9999px, 52px, 0);
  }
  85% {
    clip: rect(6px, 9999px, 46px, 0);
  }
  90% {
    clip: rect(69px, 9999px, 19px, 0);
  }
  95% {
    clip: rect(54px, 9999px, 99px, 0);
  }
  100% {
    clip: rect(30px, 9999px, 52px, 0);
  }
}
.glitch:before {
  content: attr(data-text);
  position: absolute;
  right: -2px;
	text-align: right;
  text-shadow: 1px 0 blue;
  top: 0;
  color: white;
	width: 70%;
	padding-left: 30%;
  background: black;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim-2 3s infinite linear alternate-reverse;
}
.navigation{
	overflow:hidden;
	z-index: 999;
	display: block;
	position: fixed;
	right: 0px;
	height: 100%;
	max-width: 80px;
	width: 10vw;
	 animation-name: dropNav;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.6s;
}
.navigation-progress{
	content: "";
	position: absolute;
	width: 1px;
	background-color: #333;
	height: 100%;
}
.navigation-line{
	background-color: white;
	width: 3px;
	height: 10%;
	margin-left: 50%;
	display: block;
	margin-top: 10vh;
}
.navigation-logo{
	font-size: 30px;
	display: block;
	margin-top: 15vh;
	-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
	font-weight: 700;
	color: white;
	text-transform: uppercase;
}
.navigation-num{
	font-family: "le-monde-livre-std";
	font-size: 26px;
	display: block;
	margin-top: 15vh;
	-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
	color: white;
	opacity: .4;
	text-transform: uppercase;
}
.navigation-section{
	font-size: 16px;
	letter-spacing: 4px;
	display: block;
	margin-top: 15vh;
	-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
	font-weight: 500;
	color: white;
	text-transform: uppercase;
}
.navigation-copyright{
	font-size: 12px;
	display: block;
	margin-top: 15vh;
	-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
	font-weight: 700;
	color: white;
	opacity: .3;
	text-transform: uppercase;
}

.marquee {
	display: block;
	width:100%;
	height: 100vh;
	background-color: black;
	color: white;
	text-align: right;
}
.marqueep-block {
	
	margin-right: 15vw;
}
.marquee-headline {
	z-index: 10;
	position: relative;
	margin-top:30vh;
	float: right;
	width: 70%;
	padding-left: 30%;
	font-family: "le-monde-livre-std";
	font-size: 50px;
	
}
.anim1 {

	animation-name: dropTop;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.6s;
}
.marquee-cta-1{
	color: black;
	z-index: 10;
	margin-top: 30px;
	position: relative;
	float: left;
	border-radius: 10px;
	background-color: white;
	padding: 17px;
	width: 150px;
	margin-right: 15px;
	text-align: center;
	letter-spacing: 4px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	-webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
}
.cta-block{
	margin-left: 40px;
	float:right !important;
}
.marquee-cta-1:hover {
	color: white;
	padding: 17px;
	padding-left: 24px;
	padding-right: 24px;
	border-width: 0px;
background: linear-gradient(296deg, #c1f230, #e02323, #ac89ff);
background-size: 600% 600%;
	-webkit-animation: AnimationName 5s ease infinite;
-moz-animation: AnimationName 5s ease infinite;
animation: AnimationName 5s ease infinite;
}

.marquee-cta-2{
	z-index: 10;
	outline-offset: -5px;
	border-style: solid;
	border-width: 2px;
	
	border-color: white;
	margin-top: 30px;
	position: relative;
	float: left;
	border-radius: 10px;
	padding: 15px;
	width: 150px;
	
	text-align: center;
	color: white !important;
	letter-spacing: 4px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	 	-webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
}
.marquee-cta-2:hover {
	padding: 17px;
	padding-left: 24px;
	padding-right: 24px;
	border-width: 0px;
background: linear-gradient(296deg, #c1f230, #e02323, #ac89ff);
background-size: 600% 600%;
	-webkit-animation: AnimationName 5s ease infinite;
-moz-animation: AnimationName 5s ease infinite;
animation: AnimationName 5s ease infinite;
}




@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.marquee-stage {
	z-index: 1 !important;
	width: 100% !important;
	overflow: hidden;
	position: fixed;
}
.work .tilter__figure,
.work .tilter__deco--overlay,
.work .tilter__deco--lines,
.work .tilter__deco--shine div,
.work .tilter__caption {
	transition: transform 0.2s ease-out;
}
.work {
	top: -400px;
    position: relative;
	width: 80%;
	max-width: 1200px;
	float: right;
	margin-right: 15vw;

	z-index: 999;
	height: auto;
	overflow: visible;
  
}
.work-block-type-1,
.work-block-type-2,
.work-block-type-3,
.work-block-type-4,
.work-block-type-5,
.work-block-type-6,
.work-block-type-7,
.work-block-type-8,
.work-block-type-9,
.work-block-type-10{
	height: 530px;
max-height: 530px;
}
.work-block-type-1{
	margin-top: 2%;
	position: relative;
	width: 32%;
	margin-right: 2%;
	float: left;
}
.work-block-type-2{
	margin-top: 2%;
	position: relative;
	width: 32%;
	margin-right: 2%;
	float: left;
}
.work-block-type-3{
	margin-top: 2%;
	position: relative;
	width: 32%;
	float: left;

}
.work-block-type-4{
	position: relative;
	margin-top: 2%;
	margin-right: 2%;
	width: 32%;
	float: left;
}
.work-block-type-5{
	position: relative;
	margin-top: 2%;
	width: 66%;
	float: left;
}
.work-block-type-6{
	position: relative;
	width: 66%;
	margin-top: 2%;
	margin-right: 2%;
	float: left;
}
.work-block-type-7{
    position: relative;
	margin-top: 2%;
	width: 32%;
	float: left;
}
.work-block-type-8{
	position: relative;
	width: 32%;
	margin-top: 2%;
	margin-right: 2%;
    float: left;
}
.work-block-type-9{
	position: relative;
	width: 32%;
	margin-top: 2%;
	margin-right: 2%;
	float: left;
}
.work-block-type-10{
	position: relative;
	margin-top: 2%;
	width: 32%;
	float: left;
}
.work-block-type-11{
	position: relative;
	width: 66%;
	margin-top: 2%;
	margin-right: 2%;
	float: left;
}
.navigation-progress-bar {
  height: 0%;
  float: left;
  width: 1px;
  z-index:99;
  max-height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c1f230+1,e02323+53,ac89ff+100 */
background: #c1f230; /* Old browsers */
background: -moz-linear-gradient(top, #c1f230 1%, #e02323 53%, #ac89ff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #c1f230 1%,#e02323 53%,#ac89ff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #c1f230 1%,#e02323 53%,#ac89ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1f230', endColorstr='#ac89ff',GradientType=0 ); /* IE6-9 */
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}
.profile {
	margin-top: -600px;
	position: relative;
	display: block;
	width:100%;
	color: white;
	text-align: right;
	float: right;
	margin-bottom: 400px;
}
.profile p{
	z-index: 10;
	position: relative;
	margin-top:30vh;
	float: right;
	width: 70%;
	padding-right: 15vw;
	font-family: "le-monde-livre-std";
	font-size: 50px;
}
.profile .smaller{
	z-index: 10;
	position: relative;
	margin-top:5vh;
	font-style: italic;
	float: right;
	width: 70%;
	padding-right: 15vw;
	font-family: "le-monde-livre-std";
	font-size: 30px;
}

@media screen and (max-width: 700px) {
	.cta-block {
		float: right;
	}
	.marquee-cta-1, .marquee-cta-2,.marquee-cta-3{
		float: right;
	}
	.marquee-headline {
		margin-top: 60px;
	}
	.marquee-cta-2{
		margin-right: 15px;
		margin-bottom: 30px;
	}
	.work {
		top: -30px !important;
	}
	.profile {
		margin-top: -170px;
	}
	.work-block-type-1,
	.work-block-type-2,
	.work-block-type-3,
	.work-block-type-4,
	.work-block-type-5,
	.work-block-type-6,
	.work-block-type-7,
	.work-block-type-8,
	.work-block-type-9,
	.work-block-type-10,
	.work-block-type-11,
	.work-block-type-12,
	.work-block-type-13,
	.work-block-type-14{
		position: relative !important;
		float: right !important;
		margin-bottom: 20px;
		margin-top:0 !important;
		margin-left:0 !important;
		margin-right:0 !important;
		left: 0;
		height: 400px;
		max-height:400px;
		width: 100%;
	}
	.marquee-headline {
		font-size: 40px;
		width: 90%;
		padding-left:10%;
	}
	.profile p{
		font-size: 35px;
	}
}

.tilter {
	display: block;
	position: relative;
	color: #fff;
	flex: none;
	perspective: 1000px;
	-webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
}


.tilter * {
	pointer-events: none;
}

.tilter:hover,
.tilter:focus {
	color: #fff;
	outline: none;
}

/*
.tilter__figure,
.tilter__deco,
.tilter__caption {
	will-change: transform;
}*/

.tilter__figure,
.tilter__image {
	margin: 0;
	width: 100%;
	height: 100%;
	display: block;
	
}

.tilter__figure > * {
	transform: translate3d(0,0,1);
}

.smooth .tilter__figure,
.smooth .tilter__deco--overlay,
.smooth .tilter__deco--lines,
.smooth .tilter__deco--shine div,
.smooth .tilter__caption {
	transition: transform 0.1s ease-out;
	
}

.tilter__figure {
	position: relative;
}

.tilter__figure::before {
	content: '';
	position: absolute;
	width: 90%;
	height: 90%;
	
	
}

.tilter__deco {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
}

.tilter__deco--overlay {
	
}
.tilter__deco--overlay img{
	
	width: 100%;
	height: auto;
}

.tilter__deco--shine div {
	
	position: absolute;
	width: 100%;
	height: 100%;
	
	  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
	
}


.tilter__deco--shine img {
	
   position: relative;
	width: 100%;;
	height: auto;
	
	
}
.tilter__deco--lines {
	

	position: absolute;
	width: 90%;
	height:  100px;
	left: 3vh;
	top:80%;

}

.tilter__caption {
	
	overflow: hidden;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	 

}
.tilter:hover .tilter__caption {
	border-top: 5px solid #c1f230;
  border-bottom: 5px solid #ac89ff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat;
  -webkit-background-size: 5px 100%;
  -moz-background-size: 5px 100%;
  background-size: 5px 100%;
  background-image: -webkit-linear-gradient(top, #c1f230 1%, #e02323 53%, #ac89ff 100%), -webkit-linear-gradient(top, #c1f230 1%, #e02323 53%, #ac89ff 100%);
  background-image: -moz-linear-gradient(top, #c1f230 1%, #e02323 53%, #ac89ff 100%), -moz-linear-gradient(top, #c1f230 1%, #e02323 53%, #ac89ff 100%);
  background-image: -o-linear-gradient(top, #c1f230 1%, #e02323 53%, #ac89ff 100%), -o-linear-gradient(top, #c1f230 1%, #e02323 53%, #ac89ff 100%);
  background-image: linear-gradient(to bottom, #c1f230 1%, #e02323 53%, #ac89ff 100%), linear-gradient(to bottom, #c1f230 1%, #e02323 53%, #ac89ff 100%);
}
.tilter__caption img {
	
	
	width: 100%;
	height: auto;
}

.tilter__title {
	
	width: 90%;
	margin: 0;
	font-weight: normal;

	font-size: 26px;
	font-family: "le-monde-livre-std";
	line-height: 1;
}

.tilter__description {
	
	text-transform: uppercase;
	margin: 10px 0 0 0;
	font-size: 12px;
	letter-spacing: 3px;
}

/* Individual styles */

/* Example 1 (Default) */

.tilter--1 .tilter__figure::before {
	
}
.tilter--1:hover .tilter__deco--shine div {
	opacity: 1;
	
}
.content {
	padding: 0 0 4em;
	height: 800px;
	min-height: 100vh;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
}

.content:not(:first-child) {
	padding: 4em 0;
}


.light {
	opacity: .5;
}






.btn {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-family: 'Roboto mono', sans-serif;
  font-weight: 500;
 
  line-height: 1.5;
  font-size: em(14px);
  padding: 16px;
  width: 100%;
  display: block;
  cursor: pointer;
  position: relative;

  overflow: hidden;
  outline: none;
  text-decoration: none;
  text-align: center;
  vertical-align: bottom;
	
	color: black;
	z-index: 10;
	margin-top: 30px;
	position: relative;
	float: right;
	border-radius: 10px;
	background-color: white;
	padding: 17px;
	width: 150px;
	
	text-align: center;
	letter-spacing: 4px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	-webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
}
.btn:focus {
  outline: none;
}
.btn:hover {
		color: white;
	padding: 17px;
	padding-left: 24px;
	padding-right: 24px;
	border-width: 0px;
background: linear-gradient(296deg, #c1f230, #e02323, #ac89ff);
background-size: 600% 600%;
	-webkit-animation: AnimationName 5s ease infinite;
-moz-animation: AnimationName 5s ease infinite;
animation: AnimationName 5s ease infinite;
}
@media screen and (min-width: 30em) {
  .btn {
    max-width: 220px;
  }
  .btn.btn-small {
    max-width: 180px;
  }
}
@media screen and (min-width: 40em) {
  .btn {
    display: inline-block;
  }
}

.btn-clear {
  background-color: transparent;
}
.btn-clear:hover {
  background-color: #121212;
  color: #fff;
}
.btn-clear.btn-light {
  border-color: #fff;
  color: #fff;
}
.btn-clear.btn-light:hover {
  color: #fff;
  background-color: #fff;
}

.btn-light:hover {
  background-color: #121212;
  color: #fff;
}

.btn-dark {
  background-color: #121212;
  color: #fff;
  border-color: #fff;
}
.btn-dark:hover {
  color: #fff;
}

.btn-glitch {
  transform: translateZ(0);
  overflow: visible;
}
.btn-glitch.btn-glitch-active {
  -webkit-filter: url("#filter");
  filter: url("#filter");
}
.btn-glitch.btn-glitch-active::after, .btn-glitch.btn-glitch-active::before {
  content: '';
  width: 1px;
  position: absolute;
  top: -1px;
  bottom: -1px;
}
.btn-glitch.btn-glitch-active::after {
  left: -2px;
  background-color: #ff536b;
  animation: colorshift-red 2.6s infinite;
  animation-timing-function: step-end;
}
.btn-glitch.btn-glitch-active::before {
  right: -2px;
  background-color: #3ffeff;
  animation: colorshift-blue 2.6s infinite;
  animation-timing-function: step-end;
}



@keyframes colorshift-red {
  0%, 7% {
    background-color: #ff536b;
  }
  8%, 18% {
    background-color: transparent;
  }
  19% {
    background-color: #ff536b;
    width: 2px;
  }
  23%, 100% {
    background-color: transparent;
  }
}
@keyframes colorshift-blue {
  0%, 7% {
    background-color: #3ffeff;
  }
  8%, 18% {
    background-color: transparent;
  }
  19% {
    background-color: #3ffeff;
    width: 2px;
  }
  23%, 100% {
    background-color: transparent;
  }
}

