
* {
	cursor: default;
}

body {
	background-color: #0f0f0f;
	color: white;
	margin: 0px;
	padding: 0px;
}

@font-face {
  font-family: "Monument-Bold";
    src: url('monumentextended-ultrabold-webfont.woff2') format('woff2'),
         url('monumentextended-ultrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: "Monument-Regular";
    src: url('monumentextended-regular-webfont.woff2') format('woff2'),
         url('monumentextended-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: "Ubuntu-Thin";
    src: url('ubuntu-th-webfont.woff2') format('woff2'),
         url('ubuntu-th-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	width: 100vw;
	height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
	position: relative;
}

p {
	font-family: "Ubuntu-Thin";
	font-size: 15px;
	line-height: 150%;
}

a:link {
	text-decoration: none;
		color: rgba(0,0,0,0);
	   -webkit-text-stroke: 1px white
}

a:visited {
	text-decoration: none;
		color: rgba(0,0,0,0);
	   -webkit-text-stroke: 1px white
}

a:hover {
	color: white;
}

/* LOADER WRAPPER */

	.loader_wrapper {
		position: relative;
		background-color: #0f0f0f;
		width: 100vw;
		height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
		z-index: 1000;
	}

    .loader_wrapper p {
        position: absolute;
        font-family: "Monument-Bold";
        font-size: 24px;
        letter-spacing: 2px;
		color: rgba(0,0,0,0);
	   -webkit-text-stroke: 1px white;
       width: 100vw;
       top: calc(50% - 24px);
       left: 0px;
       text-align: center;
	    animation: pulse 3s infinite;
    }	
    
    @-webkit-keyframes pulse {
	  0% {
	    opacity: 100;
	  }
	  5% {
	    opacity: 100;
	  }
	  6% {
	    opacity: 0;
	  }
      7% {
	    opacity: 100;
	  }
      9% {
	    opacity: 100;
	  }
      10% {
        opacity: 0;
      }
      18% {
        opacity: 0;
      }
      19% {
        opacity: 100;
      }
      20% {
        opacity: 100;
      }
      21% {
	    opacity: 0;
	  }
      24% {
	    opacity: 0;
	  }
      25% {
	    opacity: 100;
	  }
      32% {
	    opacity: 100;
	  }
      33% {
	    opacity: 0;
	  }
      38% {
	    opacity: 0;
	  }
      39% {
	    opacity: 100;
	  }
      45% {
	    opacity: 100;
	  }
      46% {
	    opacity: 0;
	  }
      47% {
	    opacity: 100;
	  }
      55% {
	    opacity: 100;
	  }
      59% {
	    opacity: 0;
	  }
      65% {
	    opacity: 0;
	  }
      66% {
	    opacity: 100;
      }
      74% {
	    opacity: 100;
	  }
      75% {
	    opacity: 0;
	  }
      80% {
	    opacity: 0;
	  }
      81% {
	    opacity: 100;
	  }
      90% {
	    opacity: 100;
	  }
      91% {
	    opacity: 0;
	  }
      100% {
	    opacity: 0;
	  }
	}

#container {
	position: relative;
	margin: 0 auto;
}

#video_container {
	position: fixed;
}

#video_container video {
	position: absolute;
	object-fit: cover;
	width: 100vw;
  	min-width: 100vw;
  	min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
}

@media screen and (max-width: 599px) {

	p {
		font-size: 15px;
	}
	
	#container {
		width: 300px;
		height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
	  	margin: 0 auto;
	}

	#video_container video {
		display: none;
	}

	#mobile_header {
		position: fixed;
		width: 100vw;
		height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
		left: 0px;
		top: 0px;
		background-image: url(../assets/fifa_texture.jpg);
		background-size: cover;
		background-position: left;
		z-index: 0;
		opacity: 1;
		transition: opacity 0.3s linear;
	}

	#page_container {
		position: absolute;
		width: 300px;
		height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
		border: 0px;
		padding: 0px;
		left: 0px;
		z-index: 200;
		top: 50%;
		transform: translateY(-50%);
		opacity: 1;
		transition: opacity 0.3s linear 0.4s;
	}

	#title {
		position: fixed;
		font-family: "Monument-Bold";
		font-size: 62px;
		line-height: 80%;
		margin: 0px;
		height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
		width: 300px;
		top: calc(50% - 50px);
		z-index: -5;
	}

	#title a span::before{
	    content:"\a";
	    white-space: pre;
	}

	#title a {
		color: rgba(0,0,0,0.2);;
	   -webkit-text-stroke: 1px white;
	}

	#title a:hover {
		color: #fff;
	   -webkit-text-stroke: 0px white;
    text-shadow: 0px 0px 2px #0f0f0f;
	}

	#project_title {
		position: absolute;
		font-family: "Monument-Bold";
		font-size: 25px;
		line-height: 80%;
		vertical-align: middle;
		text-transform: uppercase;
		color: white;
		float: left;
		z-index: 100;
		text-shadow: 0px 0px 2px #0f0f0f;
	}

	#project_details {
		position: absolute;
		font-family: "Monument-Bold";
		font-size: 24px;
		line-height: 80%;
		letter-spacing: 0.5px;
		color: #fff;
		top: calc(calc(var(--vh, 1vh) * 50) - 100px);
		margin: 0px;
		text-align: right;
		left: 0px;
		text-shadow: 0px 0px 2px #0f0f0f;
	} 

	.section {
		position: relative;
		top: 100vh;
        top: calc(var(--vh, 1vh) * 100);
		display: block;
		width: 300px;
		height: auto;
		overflow: auto;
		padding: 25px calc( calc( 100vw - 300px ) / 2 ) 0px; 
		background-color: #0f0f0f;
		left: calc( calc( 100vw - 300px ) / -2 );
	}

	#first_section {
		padding: 50px calc( calc( 100vw - 300px ) / 2 ) 0px; 
		box-shadow: 0px -10px 80px #0f0f0f;
	}

	#introduction {
		display: inline-block;
		width: 300px;
		margin: 0px;
		padding-bottom: 25px;
		vertical-align: top;
	}

	#credits {
		display: inline-block;
		width: 300px;
		margin: 0px 0px 0px 0px;
		padding-bottom: 25px;
		vertical-align: top;
	}

	.subtitle {
		font-family: "Monument-Bold";
		font-size: 38px;
		line-height: 80%;
		vertical-align: middle;
		text-transform: uppercase;
		color: white;
		width: 300px;
		float: left;
		z-index: 10;
		padding: 2px 0px 25px;
		margin: 0px;
		background-image: url(../assets/fifa_texture.jpg);
		background-size: cover;
		background-position: 50% 50%;
		color: #fff;
 	   -webkit-background-clip: text;
    	-webkit-text-fill-color: transparent;
	}

	.subtitle span:nth-child(even)::before{
	    content:none;
	    white-space: pre;
	}

	#street_text {
		float: left;
		width: 300px;
		margin: 0px;
		vertical-align: middle;
	}

	#iframe1 {
		display: none;
	}

	#iframe2 {
		display: none;
	}

	#iframe3 {
		display: none;
	}

	#iframe4 {
		display: block;
		padding: 0px;
		margin: 0px 0px 50px;
	}

	#blend1 {
		position: fixed;
		width: 100vw;
		height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
		left: 0px;
		top: 0px;
		background-image: url(../assets/fifa_texture_invert.jpg);
		background-size: cover;
		background-position: left;
		z-index: 0;
		opacity: 0;
		transition: opacity 0.3s linear;
	}

	#info_links {
		display: none;
	}

	#info_links_mobile {
		display: block;
		position: absolute;
		width: 300px;
		height: 338px;
		z-index: -100;
		left: 0px;
		top: 50%;
		transform: translateY(-50%);
		opacity: 0;
		transition: opacity 0.1s linear 0s;
		margin: 0px;
	}

	#info_links_mobile ul {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		padding: 0px;
		margin: 0px;
	}

	#info_links_mobile ul li {
		font-family: "Monument-Bold";
		font-size: 38px;
		line-height: 150%;
		letter-spacing: 1px;
		list-style: none;
		color: rgba(255,255,255,0.5);
	   -webkit-text-stroke: 1px #0f0f0f;
	}


	#info_links_mobile ul li a {
		color: rgba(255,255,255,0.5);
		text-decoration: none;
	   -webkit-text-stroke: 1px #0f0f0f;
	}

	#info_links_mobile ul li a:visited {
		color: inherit;
		text-decoration: inherit;
	   -webkit-text-stroke: inherit;
	}

/* HAMBURGER ICON */

	#hamburger {
		position: fixed;
		top: calc( calc( 100vw - 300px ) / 2 );
		width: 300px;
		margin: 0 auto;
		z-index: 400;
	}

	.line {
		width: 62px;
		height: 7px;
		margin: 0px 0px 7px;
		background-color: rgba(255,255,255,0);
		outline: 1px solid white;
		box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	}

	#line1 {
		transform: scale(1,1);
		transition: transform 0.2s ease-out 0.1s;
	}

	#line3 {
		transform: scale(1,1);
		transition: transform 0.2s ease-out 0.1s;
	}

/* X ICON */

	#X {
		position: relative;
	}

	.cross {
		width: 62px;
		height: 7px;
		margin: 0px 0px 7px;
		background-color: rgba(255,255,255,0);
		outline: 1px solid white;
		box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	}

	#cross1 {
		transition: transform 0.2s ease-in 0s;
	}

	#cross2 {
		transition: transform 0.2s ease-in 0s;
		position: absolute;
		top: 0px;
	}

/* ICON TRANSITION */

	#menu:checked + label > #hamburger > .line {
	   background-color: #0f0f0f;
		outline: 0px solid white;
	}

	#menu:checked + label > #hamburger > #line1{
		transform-origin: 50% 50%;
		transform: scale(0,1);
		transition: transform 0.2s ease-in 0s;
	}

	#menu:checked + label > #hamburger > #line3{
		transform-origin: 50% 50%;
		transform: scale(0,1);
		transition: transform 0.2s ease-in 0s;
	}

	#menu:checked + label > #hamburger > #X > #cross1{
		transform: rotate(45deg);
		transition: transform 0.2s ease-in 0.1s;
	   	background-color: #0f0f0f;
		outline: 0px solid white;
	}

	#menu:checked + label > #hamburger > #X > #cross2{
		transform: rotate(-45deg);
		transition: transform 0.2s ease-in 0.1s;
	   	background-color: #0f0f0f;
		outline: 0px solid white;
	   	mix-blend-mode: screen;
	}

/* MENU DISPLAY */

	#menu {
		display: none;
	}

	#menu:checked ~ #page_container {
		z-index: 10;
		opacity: 0;
		transition: opacity 0.1s linear;
		overflow: hidden;
	}

	#menu:checked ~ .section {
		display: none;
	}

	#menu:checked ~ #info_links_mobile {
		opacity: 1;
		transition: opacity 0.3s linear 0.1s;
		max-height: 100vh;
        max-height: calc(var(--vh, 1vh) * 100);
		overflow: hidden;
        z-index: 100;
	}

	#menu:checked ~ #blend1 {
		opacity: 1;
		transition: opacity 0.3s linear;
	}

	#menu:checked ~ #blend2 {
		opacity: 1;
		transition: opacity 0.3s linear;
	}
}

@media screen and (min-width: 600px) and (max-width: 899px) {

	#container {
		width: 100vw;
		height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
	  	margin: 0 auto;
	}

	#video_container video {
		display: none;
	}

	#mobile_header {
		position: fixed;
		width: 100vw;
		height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
		left: 0px;
		top: 0px;
		background-image: url(../assets/fifa_texture.jpg);
		background-size: cover;
		background-position: left;
		z-index: 0;
		opacity: 1;
		transition: opacity 0.3s linear;
	}

	#page_container {
		position: absolute;
		width: 600px;
		height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
		border: 0px;
		padding: 0px;
		left: 0px;
		z-index: 200;
		top: 50%;
		transform: translateY(-50%);
		opacity: 1;
		transition: opacity 0.3s linear 0.4s;
	}

	#title {
		position: fixed;
		font-family: "Monument-Bold";
		font-size: 100px;
		line-height: 80%;
		margin: 0px 100px;
		height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
		width: 600px;
		top: calc(50% - 80px);
		z-index: -5;
	}

	#title a {
		color: rgba(0,0,0,0.2);;
	   -webkit-text-stroke: 1px white;
	}

	#title a:hover {
		color: #fff;
	   -webkit-text-stroke: 0px white;
    text-shadow: 0px 0px 2px #0f0f0f;
	}

	#project_title {
		position: absolute;
		font-family: "Monument-Bold";
		font-size: 62px;
		line-height: 80%;
		vertical-align: middle;
		text-transform: uppercase;
		color: white;
		float: left;
		z-index: 100;
		text-shadow: 0px 0px 2px #0f0f0f;
	}

	#project_details {
		position: absolute;
		font-family: "Monument-Bold";
		font-size: 38px;
		line-height: 80%;
		letter-spacing: 0.5px;
		color: #fff;
		top: calc(calc(var(--vh, 1vh) * 50) - 100px);
		margin: 0px;
		text-align: right;
		right: 0px;
		text-shadow: 0px 0px 2px #0f0f0f;
	} 

	.section {
		position: relative;
		top: 100vh;
        top: calc(var(--vh, 1vh) * 100);
		display: block;
		width: 600px;
		height: auto;
		overflow: auto;
		padding: 50px calc( calc( 100vw - 600px ) / 2 ) 0px; 
		background-color: #0f0f0f;
		left: 0px;
	}

	#first_section {
		padding: 100px calc( calc( 100vw - 600px ) / 2 ) 0px; 
		box-shadow: 0px -10px 80px #0f0f0f;
	}

	#introduction {
		display: inline-block;
		width: 600px;
		margin: 0px;
		padding-bottom: 50px;
		vertical-align: top;
	}

	#credits {
		display: inline-block;
		width: 600px;
		margin: 0px 0px 0px 0px;
		padding-bottom: 50px;
		vertical-align: top;
	}

	.subtitle {
		font-family: "Monument-Bold";
		font-size: 61px;
		line-height: 80%;
		vertical-align: middle;
		text-transform: uppercase;
		color: white;
		width: 600px;
		float: left;
		z-index: 10;
		padding: 2px 0px 50px;
		margin: 0px;
		background-image: url(../assets/fifa_texture.jpg);
		background-size: cover;
		background-position: 50% 50%;
		color: #fff;
 	   -webkit-background-clip: text;
    	-webkit-text-fill-color: transparent;
	}

	.subtitle span:nth-child(even)::before{
	    content:none;
	    white-space: pre;
	}

	#street_text {
		float: left;
		width: 600px;
		margin: 0px;
		vertical-align: middle;
	}

	#iframe1 {
		display: none;
	}

	#iframe2 {
		display: none;
	}

	#iframe3 {
		display: block;
		padding: 0px;
		margin: 0px 0px 100px;
	}

	#iframe4 {
		display: none;
	}

	#blend1 {
		position: fixed;
		width: 100vw;
		height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
		left: 0px;
		top: 0px;
		background-image: url(../assets/fifa_texture_invert.jpg);
		background-size: cover;
		background-position: left;
		z-index: 0;
		opacity: 0;
	}

	#info_links {
		display: none;
	}

	#info_links_mobile {
		display: block;
		position: absolute;
		width: 600px;
		height: 338px;
		z-index: 100;
		left: 0px;
		top: 50%;
		transform: translateY(-50%);
		opacity: 0;
		transition: opacity 0.1s linear 0s;
		margin: 0px 0px 0px 100px;
	}

	#info_links_mobile ul {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		padding: 0px;
		margin: 0px;
	}

	#info_links_mobile ul li {
		font-family: "Monument-Bold";
		font-size: 75px;
		line-height: 80%;
		letter-spacing: 1px;
		list-style: none;
		color: rgba(255,255,255,0.5);
	   -webkit-text-stroke: 1px #0f0f0f;
	}


	#info_links_mobile ul li a {
		color: rgba(255,255,255,0.5);
		text-decoration: none;
	   -webkit-text-stroke: 1px #0f0f0f;
	}

	#info_links_mobile ul li a:visited {
		color: inherit;
		text-decoration: inherit;
	   -webkit-text-stroke: inherit;
	}

/* HAMBURGER ICON */

	#hamburger {
		position: fixed;
		top: 100px;
		left: 100px;
		z-index: 400;
	}

	.line {
		width: 62px;
		height: 7px;
		margin: 0px 0px 7px;
		background-color: rgba(255,255,255,0);
		outline: 1px solid white;
		box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	}

	#line1 {
		transform: scale(1,1);
		transition: transform 0.2s ease-out 0.1s;
	}

	#line3 {
		transform: scale(1,1);
		transition: transform 0.2s ease-out 0.1s;
	}

/* X ICON */

	#X {
		position: relative;
	}

	.cross {
		width: 62px;
		height: 7px;
		margin: 0px 0px 7px;
		background-color: rgba(255,255,255,0);
		outline: 1px solid white;
		box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	}

	#cross1 {
		transition: transform 0.2s ease-in 0s;
	}

	#cross2 {
		transition: transform 0.2s ease-in 0s;
		position: absolute;
		top: 0px;
	}

/* ICON TRANSITION */

	#menu:checked + label > #hamburger > .line {
	   background-color: #0f0f0f;
		outline: 0px solid white;
	}

	#menu:checked + label > #hamburger > #line1{
		transform-origin: 50% 50%;
		transform: scale(0,1);
		transition: transform 0.2s ease-in 0s;
	}

	#menu:checked + label > #hamburger > #line3{
		transform-origin: 50% 50%;
		transform: scale(0,1);
		transition: transform 0.2s ease-in 0s;
	}

	#menu:checked + label > #hamburger > #X > #cross1{
		transform: rotate(45deg);
		transition: transform 0.2s ease-in 0.1s;
	   	background-color: #0f0f0f;
		outline: 0px solid white;
	}

	#menu:checked + label > #hamburger > #X > #cross2{
		transform: rotate(-45deg);
		transition: transform 0.2s ease-in 0.1s;
	   	background-color: #0f0f0f;
		outline: 0px solid white;
	   	mix-blend-mode: screen;
	}

/* MENU DISPLAY */

	#menu {
		display: none;
	}

	#menu:checked ~ #page_container {
		z-index: 10;
		opacity: 0;
		transition: opacity 0.1s linear;
		overflow: hidden;
	}

	#menu:checked ~ .section {
		display: none;
	}

	#menu:checked ~ #info_links_mobile {
		opacity: 1;
		transition: opacity 0.3s linear 0.1s;
		max-height: 100vh;
        max-height: calc(var(--vh, 1vh) * 100);
		overflow: hidden;
	}

	#menu:checked ~ #blend1 {
		opacity: 1;
		transition: opacity 0.3s linear;
	}

	#menu:checked ~ #blend2 {
		opacity: 1;
		transition: opacity 0.3s linear;
	}
}

@media screen and (min-width: 900px) and (max-width: 1199px) {
	

	#container {
		width: 900px;
		height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
	}

	#page_container {
		position: absolute;
		width: 900px;
		border: 0px;
		padding: 0px;
		left: 100px;
		z-index: 200;
		top: 50%;
		transform: translateY(-50%);
		opacity: 1;
		transition: opacity 0.3s linear 0.4s;
	}

	#mobile_header {
		display: none;
	}

	#title {
		position: fixed;
		font-family: "Monument-Bold";
		font-size: 75px;
		line-height: 80%;
		margin: 0px;
		height: 394px;
		width: 900px;
		top: 50%;
		z-index: -5;
		transform: translateY(-50%);
	}

	#title a {
		color: rgba(0,0,0,.1);;
	   -webkit-text-stroke: 1px white;
	}

	#title a:hover {
		color: #fff;
	   -webkit-text-stroke: 0px white;
    text-shadow: 0px 0px 2px #0f0f0f;
	}

	#project_title {
		position: absolute;
		font-family: "Monument-Bold";
		font-size: 75px;
		line-height: 80%;
		vertical-align: middle;
		text-transform: uppercase;
		color: white;
		float: left;
		z-index: 100;
		text-shadow: 0px 0px 2px #0f0f0f;
	}

	#project_details {
		position: absolute;
		font-family: "Monument-Bold";
		font-size: 46px;
		line-height: 80%;
		letter-spacing: 0.5px;
		color: #fff;
		bottom: 0px;
		margin: 0px;
		text-align: right;
		right: 200px;
		text-shadow: 0px 0px 2px #0f0f0f;
	} 

	.section {
		position: relative;
		top: 100vh;
        top: calc(var(--vh, 1vh) * 100);
		display: block;
		width: 100vw;
		height: auto;
		overflow: auto;
		padding: 50px 0px 0px 100px;
		background-color: #0f0f0f;
		left: calc(calc(100vw - 700px) / -2);
	}

	#first_section {
		padding: 100px 0px 0px 100px;
		box-shadow: 0px -10px 80px #0f0f0f;
	}

	#introduction {
		display: inline-block;
		width: 325px;
		margin: 0px 50px 0px calc(calc(100vw - 700px) / 2);
		padding-bottom: 50px;
		vertical-align: top;
	}

	#credits {
		display: inline-block;
		width: 325px;
		margin: 0px 0px 0px 0px;
		padding-bottom: 50px;
		vertical-align: top;
	}

	.subtitle {
		font-family: "Monument-Bold";
		font-size: 61px;
		line-height: 80%;
		vertical-align: middle;
		text-transform: uppercase;
		color: white;
		width: 700px;
		float: left;
		z-index: 10;
		padding: 2px 20px 50px calc( calc( 100vw - 700px ) / 2 );
		margin: 0px;
		background-image: url(../assets/fifa_texture.jpg);
		background-size: cover;
		background-position: 50% 50%;
		color: #fff;
 	   -webkit-background-clip: text;
    	-webkit-text-fill-color: transparent;
	}

	.subtitle span::before{
	    content:none;
	    white-space: pre;
	}

	#street_text {
		float: left;
		width: 700px;
		margin: 0px calc(calc(100vw - 700px) / 2);
		vertical-align: middle;
	}

	#iframe1 {
		display: none;
	}

	#iframe2 {
		display: block;
		margin: 0px calc( calc( 100vw - 700px ) / 2 ) 100px;
	}

	#iframe3 {
		display: none;
	}

	#iframe4 {
		display: none;
	}

	#blend1 {
		position: fixed;
		width: 100vw;
		height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
		left: 0px;
		top: 0px;
		background-color: #0f0f0f;
		mix-blend-mode: color;
		z-index: 0;
		opacity: 0;
		transition: opacity 0.3s linear;
	}

	#blend2 {
		position: fixed;
		width: 100vw;
		height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
		left: 0px;
		top: 0px;
		background-color: white;
		mix-blend-mode: exclusion;
		z-index: 0;
		opacity: 0;
		transition: opacity 0.3s linear;
	}

	#info_links {
		display: none;
	}

	#info_links_mobile {
		display: block;
		position: absolute;
		width: 700px;
		height: 338px;
		z-index: 100;
		left: 50%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
		opacity: 0;
		transition: opacity 0.1s linear 0s;
	}

	#info_links_mobile ul {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		padding: 0px;
		margin: 0px;
	}

	#info_links_mobile ul li {
		font-family: "Monument-Bold";
		font-size: 75px;
		line-height: 80%;
		letter-spacing: 1px;
		list-style: none;
		color: rgba(255,255,255,0.5);
	   -webkit-text-stroke: 1px #0f0f0f;
	}


	#info_links_mobile ul li a {
		color: rgba(255,255,255,0.5);
		text-decoration: none;
	   -webkit-text-stroke: 1px #0f0f0f;
	}

	#info_links_mobile ul li a:visited {
		color: inherit;
		text-decoration: inherit;
	   -webkit-text-stroke: inherit;
	}

/* HAMBURGER ICON */

	#hamburger {
		position: fixed;
		top: calc( 50% - 18px );
		width: 100vw;
		z-index: 200;
	}

	.line {
		width: 62px;
		height: 7px;
		margin: 0px 0px 7px;
		background-color: rgba(255,255,255,0);
		outline: 1px solid white;
		box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	}

	#line1 {
		transform: scale(1,1);
		transition: transform 0.2s ease-out 0.1s;
	}

	#line3 {
		transform: scale(1,1);
		transition: transform 0.2s ease-out 0.1s;
	}

/* X ICON */

	#X {
		position: relative;
	}

	.cross {
		width: 62px;
		height: 7px;
		margin: 0px 0px 7px;
		background-color: rgba(255,255,255,0);
		outline: 1px solid white;
		box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	}

	#cross1 {
		transition: transform 0.2s ease-in 0s;
	}

	#cross2 {
		transition: transform 0.2s ease-in 0s;
		position: absolute;
		top: 0px;
	}

/* ICON TRANSITION */

	#menu:checked + label > #hamburger > .line {
	   background-color: #0f0f0f;
	   outline: 0px solid white;
	}

	#menu:checked + label > #hamburger > #line1{
		transform-origin: 50% 50%;
		transform: scale(0,1);
		transition: transform 0.2s ease-in 0s;
	}

	#menu:checked + label > #hamburger > #line3{
		transform-origin: 50% 50%;
		transform: scale(0,1);
		transition: transform 0.2s ease-in 0s;
	}

	#menu:checked + label > #hamburger > #X > #cross1{
		transform: rotate(45deg);
		transition: transform 0.2s ease-in 0.1s;
	   	background-color: #0f0f0f;
		outline: 0px solid white;
	}

	#menu:checked + label > #hamburger > #X > #cross2{
		transform: rotate(-45deg);
		transition: transform 0.2s ease-in 0.1s;
	   	background-color: #0f0f0f;
		outline: 0px solid white;
	   	mix-blend-mode: screen;
	}

/* MENU DISPLAY */

	#menu {
		display: none;
	}

	#menu:checked ~ #page_container {
		z-index: 10;
		opacity: 0;
		transition: opacity 0.1s linear;
		overflow: hidden;
	}

	#menu:checked ~ .section {
		display: none;
	}

	#menu:checked ~ #info_links_mobile {
		opacity: 1;
		transition: opacity 0.3s linear 0.1s;
		max-height: 100vh;
        max-height: calc(var(--vh, 1vh) * 100);
		overflow: hidden;
	}

	#menu:checked ~ #blend1 {
		opacity: 1;
		transition: opacity 0.3s linear;
	}

	#menu:checked ~ #blend2 {
		opacity: 1;
		transition: opacity 0.3s linear;
	}
}

@media screen and  (min-width: 1200px){

	p {
		font-family: "Ubuntu-Thin";
		font-size: 17px;
		line-height: 150%;
	}

	#container {
		position: relative;
		width: 100vw;
		height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
		margin: 0 auto;
		z-index: 100;
	}

	#mobile_header {
		display: none;
	}

	#video_container {
		position: fixed;
		z-index: -100;
	}

	#video_container video {
  		position: absolute;
  		object-fit: cover;
  		width: 100vw;
	  	min-width: 100vw;
	  	min-height: 100vh;
        min-height: calc(var(--vh, 1vh) * 100);
	}

	#title {
		position: fixed;
		font-family: "Monument-Bold";
		font-size: 100px;
		line-height: 80%;
		margin: 0px 0px 0px calc( calc( 100vw - 1000px ) / 2 );
		height: 512px;
		width: 1000px;
		top: 50%;
		z-index: -5;
		transform: translateY(-50%);
	}

	#title a {
		color: rgba(0,0,0,.1);;
	   -webkit-text-stroke: 1px white;
	}

	#title a:hover {
		color: #fff;
	   -webkit-text-stroke: 0px white;
    text-shadow: 0px 0px 2px #0f0f0f;
	}

	#project_title {
		position: absolute;
		font-family: "Monument-Bold";
		font-size: 100px;
		line-height: 80%;
		vertical-align: middle;
		text-transform: uppercase;
		color: white;
		float: left;
		z-index: 100;
		text-shadow: 0px 0px 2px #0f0f0f;
	}

	#project_details {
		position: absolute;
		font-family: "Monument-Bold";
		font-size: 38px;
		line-height: 85%;
		letter-spacing: 0.5px;
		width: 1000px;
		color: #fff;
		bottom: 0px;
		margin: 0px;
		text-align: right;
		text-shadow: 0px 0px 2px #0f0f0f;
	} 

	.section {
		position: relative;
		top: 100vh;
        top: calc(var(--vh, 1vh) * 100);
		display: block;
		width: 100vw;
		height: auto;
		overflow: auto;
		padding: 100px 0px 0px;
		background-color: #0f0f0f;
	}

	#first_section {
		box-shadow: 0px -10px 80px #0f0f0f;
	}

	#introduction {
		display: inline-block;
		width: 480px;
		margin: 0px 20px 0px calc( calc( calc( 100vw - 1200px ) / 2 ) + 100px );
		padding-bottom: 100px;
		vertical-align: top;
	}

	#credits {
		display: inline-block;
		width: 480px;
		margin: 0px calc( calc( calc( 100vw - 1200px ) / 2 ) + 100px ) 0px 0px;
		padding-bottom: 100px;
		vertical-align: top;
	}

	.subtitle {
		font-family: "Monument-Bold";
		font-size: 61px;
		line-height: 80%;
		vertical-align: middle;
		text-transform: uppercase;
		color: white;
		float: left;
		width: 480px;
		z-index: 10;
		padding: 2px 20px 0px calc( calc( 100vw - 1000px ) / 2 );
		margin: 0px 0px calc( calc( 100vw - 1000px ) / 6.472 );
		background-image: url(../assets/fifa_texture.jpg);
		background-size: cover;
		color: #fff;
 	   -webkit-background-clip: text;
    	-webkit-text-fill-color: transparent;
	}

	.subtitle span::before{
	    content:"\a";
	    white-space: pre;
	}

	#street_text {
		font-family: "Ubuntu-Thin";
		font-size: 17px;
		float: left;
		line-height: 150%;
		width: 500px;
		margin: 0px;
		vertical-align: middle;
	}

	#iframe1 {
		display: block;
		margin: 0px calc( calc( 100vw - 1000px ) / 2 ) 100px;
	}

	#iframe2 {
		display: none;
	}

	#iframe3 {
		display: none;
	}

	#iframe4 {
		display: none;
	}

	#info_links {
		position: fixed;
		font-family: "Monument-Bold";
		font-size: 15px;
		line-height: 150%;
		letter-spacing: 2px;
		height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
		margin: 0px;
		padding: 0px;
		left: calc(calc(calc(100vw - 1000px) / 2) - 100px );
		text-align: center;
		list-style: none;
		writing-mode: vertical-lr;
		text-orientation: sideways;
		z-index: 0;
		color: white;
	   white-space: nowrap;
	   -webkit-text-stroke: 0px #0f0f0f;
		text-shadow: 0px 0px 1px #0f0f0f;
	}

	#info_links li {
		display: inline-block;
	}

	#info_links li a {
		color: #fff;
	  	white-space: nowrap;
	    text-decoration: none;
	   -webkit-text-stroke: 0px white;
	}

	#info_links li a:hover:nth-child(odd) {
		color: rgba(0,0,0,0);
	   -webkit-text-stroke: 0.5px white;
	}


	#info_links li a:visited {
		color: inherit;
		text-decoration: inherit;
		-webkit-text-stroke: inherit;
	}


	#info_links_mobile {
		display: none;
	}

	#menu {
		display: none;
	}
		
}