
* {
	cursor: default;
}

body {
	background-color: #0f0f0f;
	color: white;
	margin: 0px;
	padding: 0px;
	min-width: 100vw;
	min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
	position: relative;
}

.loading {
  overflow: hidden;
  height: 100vh;
}

@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;
}

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
}

/* 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);
}

#title {
	color: white;
	font-family: "Monument-Bold";
	margin: 0 auto;
}	

#page_links {
	white-space: nowrap;
	top: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}	

#page_links li {
	font-family: "Monument-Bold";
	text-transform: uppercase;
	color: rgba(0,0,0,0);
   -webkit-text-stroke: 1px white;
}

.project_image {
	display: none;
	position: absolute;
	z-index: -10;
}

#demo_img {
	overflow: hidden;
	background-image: url("../assets/demo_reel_header.jpg");
	background-size: cover;
}

#wb_img {
	overflow: hidden;
	background-image: url("../assets/wb_header.jpg");
	background-size: cover;
}

#bk_img {
	overflow: hidden;
	background-image: url("../assets/fifa_texture.jpg");
	background-size: cover;
}

#cds_img {
	overflow: hidden;
	background-image: url("../assets/cds_header.jpg");
	background-size: cover;
	background-position-y: 65%;
}

#fc_img {
	overflow: hidden;
	background-image: url("../assets/fcc_header.jpg");
	background-size: cover;
}

#d_img {
	overflow: hidden;
	background-image: url("../assets/mutek_header.jpg");
	background-size: cover;
}

#info_links {
	position: fixed;
	font-family: "Monument-Bold";
	height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
	margin: 0px;
	padding: 0px;
    top: 0px;
	text-align: center;
	list-style: none;
	writing-mode: vertical-lr;
	text-orientation: sideways;
	z-index: 100;
	color: #fff;
   white-space: nowrap;
   -webkit-text-stroke: 0px white;
}

#info_links li {
	display: inline-block;
}

#subtitle {
	color: white;
	font-family: "Monument-Regular";
	text-transform: uppercase;
	display: inline-block;
	white-space: nowrap;
}

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

	#video_container {
		width: 100vw;
		height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
		position: fixed;
	}

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

	#page_container {
		position: absolute;
		width: 300px;
		border: 0px;
		padding: 0px;
		left: 0px;
		z-index: 10;
		top: 50%;
		transform: translateY(-50%);
	}

	#title {
		position: absolute;
		font-size: 62px;
		line-height: 80%;
		top: 50%;
		transform: translateY(-50%);
	}

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

	#subtitle {
		position: absolute;
		top: calc( 50% + 50px );
		margin: 0px;
		font-size: 15px;
	}	

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

	#scroll_prompt {
        display: block;
		font-size: 24px;
		font-family: "Monument-Regular";
		position: relative;
		width: 300px;
		left: 0px;
		text-align: center;
		letter-spacing: 2px;
		top: calc(100vh - 130px);
		top: calc(calc(var(--vh, 1vh) * 100) - 130px);
		color: rgba(255, 255, 255,0);
	   -webkit-text-stroke: 1px white;
	}

	#scroll_prompt span {
		display: block;
		transform: rotate(90deg);
		font-size: 30px;
		font-family: "Monument-Regular";
		color: rgba(255, 255, 255,0);
	   -webkit-text-stroke: 1px white;
 	 	animation: scrollprompt 2.5s infinite;
	}

	@-webkit-keyframes scrollprompt {
	  0% {
	    transform: translateY(0px) rotate(90deg);
	  }

	  20% {
	  	transform: translateY(0px) rotate(90deg);
	  }

	  30% {
	    transform: translateY(-5px) rotate(90deg);
	  }
	  40% {
	    transform: translateY(20px) rotate(90deg);
	  }
	  50% {
	    transform: translateY(-5px) rotate(90deg);
	  }
	  60% {
	  	transform: translateY(0px) rotate(90deg);
	  }
	  100% {
	    transform: translateY(0px) rotate(90deg);
	  }
	}

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

	#page_links {
		position: absolute;
		top: 100vh;
        top: calc(var(--vh, 1vh) * 100);
		width: 200vw;
		max-width: 100vw;
		left: calc( calc(100vw - 300px) / -2 );
	}

	#page_links a li {
		position: relative;
		height: 50vh;
        height: calc(var(--vh, 1vh) * 50);
		font-size: 38px;
		line-height: 80%;
	}

	#page_links a {
		display: block;
	}

	#page_links a li p {
		position: absolute;
		margin: 0px 0px 0px calc( calc( 100vw - 300px ) / 2 );
		top: 50%;
		transform: translateY(-50%);
	}

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

	#page_links a li p {
		color: rgba(255,255,255,1);
	   -webkit-text-stroke: 0px #0f0f0f;
	   text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	}

	#demo_mobile {
		display: block;
	}

	#demo_desktop {
		display: none;
	}

	.project_image {
		display: block;
		position: absolute;
		width: 100vw;
		height: 50vh;
        height: calc(var(--vh, 1vh) * 50);
		left: 0px;
		top: 0px;
	}

	/* PROJECT IMAGES */

	#bk_img {
		background-image: url(../assets/fifa_texture.jpg);
		background-size: cover;
		overflow: hidden;
	}

	#bk_img video {
		display: none;
	}

	#mobile_demo_img {
		background-image: url(../assets/demo_reel_header.jpg);
		background-size: cover;
 		background-position: center;
		overflow: hidden;
	}

	#mobile_demo_img video {
		display: none;
	}

	#ccc_img {
		background-image: url(../assets/rainbow_flag_curvy.jpg);
		background-size: cover;
		overflow: hidden;
	}

	#ccc_img video {
		display: none;
	}

	#d_img {
		background-image: url(../assets/mutek_header.jpg);
		background-size: cover;
		overflow: hidden;
	}

	#d_img video {
		display: none;
	}

	#sm_img {
		background-image: url(../assets/street_texture.jpg);
		background-size: cover;
		overflow: hidden;
	}

	#sm_img video {
		display: none;
	}

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

	#info_links {
		display: none;
	}

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

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

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

	#info_links_mobile ul li a {
		color: rgba(0,0,0,0);
		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: 100vw;
		margin: 0 auto;
		z-index: 100;
	}

	.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 {
		height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
		overflow: hidden;
		z-index: 10;
		opacity: 0;
		transition: opacity 0.1s linear;
	}

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

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

	#menu:checked ~ #info_links_mobile {
		z-index: 100;
	}

}

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

	#video_container {
		width: 100vw;
		height: 100vh;
         height: calc(var(--vh, 1vh) * 100);
	}

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

	#page_container {
		position: absolute;
		width: 600px;
		border: 0px;
		padding: 0px;
		left: 0px;
		z-index: 10;
		top: 50%;
		transform: translateY(-50%);
	}

	#title {
		position: absolute;
		margin: 0px 100px;
		font-size: 100px;
		line-height: 80%;
		top: 50%;
		transform: translateY(-50%);
	}

	#subtitle {
		position: absolute;
		top: calc( 50% + 80px );
		margin: 0px 0px 0px 100px;
		font-size: 24px;
	}

	#scroll_prompt {
        display: block;
		font-size: 24px;
		font-family: "Monument-Regular";
		letter-spacing: 1px;
		position: relative;
		width: 100vw;
		left: 0px;
		text-align: center;
		letter-spacing: 2px;
		top: calc(calc(var(--vh, 1vh) * 100) - 162px);
		color: rgba(255, 255, 255,0);
	   -webkit-text-stroke: 1px white;
	}

	#scroll_prompt span {
		display: block;
		transform: rotate(90deg);
		font-size: 30px;
		font-family: "Monument-Regular";
		color: rgba(255, 255, 255,0);
	   -webkit-text-stroke: 1px white;
 	 	animation: scrollprompt 2.5s infinite;
	}

	@-webkit-keyframes scrollprompt {
	  0% {
	    transform: translateY(0px) rotate(90deg);
	  }

	  20% {
	  	transform: translateY(0px) rotate(90deg);
	  }

	  30% {
	    transform: translateY(-10px) rotate(90deg);
	  }
	  40% {
	    transform: translateY(30px) rotate(90deg);
	  }
	  50% {
	    transform: translateY(-10px) rotate(90deg);
	  }
	  60% {
	  	transform: translateY(0px) rotate(90deg);
	  }
	  100% {
	    transform: translateY(0px) rotate(90deg);
	  }
	}

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

	#page_links {
		position: absolute;
		top: 100vh;  
        top: calc(var(--vh, 1vh) * 100);
		width: 600px;
	}

	#page_links a li {
		position: relative;
		height: 50vh;  
        height: calc(var(--vh, 1vh) * 50);
		font-size: 75px;
		line-height: 80%;
	}

	#page_links a {
		display: block;
	}

	#page_links a li p {
		position: absolute;
		margin: 0px 0px 0px 100px;
		top: 50%;
		transform: translateY(-50%);
	}

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

	#page_links a li p {
		color: rgba(255,255,255,1);
	   -webkit-text-stroke: 0px #0f0f0f;
	   text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	}

	#demo_mobile {
		display: block;
	}

	#demo_desktop {
		display: none;
	}

	.project_image {
		display: block;
		position: absolute;
		width: 100vw;
		height: 50vh;  
        height: calc(var(--vh, 1vh) * 50);
		left: 0px;
		top: 0px;
	}

	/* PROJECT IMAGES */

	#bk_img {
		background-image: url(../assets/fifa_texture.jpg);
		background-size: cover;
		overflow: hidden;
	}

	#bk_img video {
		display: none;
	}

	#mobile_demo_img {
		background-image: url(../assets/demo_reel_header.jpg);
		background-size: cover;
 		background-position: center;
		overflow: hidden;
	}

	#mobile_demo_img video {
		display: none;
	}

	#ccc_img {
		background-image: url(../assets/rainbow_flag_curvy.jpg);
		background-size: cover;
		overflow: hidden;
	}

	#ccc_img video {
		display: none;
	}

	#d_img {
		background-image: url(../assets/mutek_header.jpg);
		background-size: cover;
		overflow: hidden;
	}

	#d_img video {
		display: none;
	}

	#sm_img {
		background-image: url(../assets/street_texture.jpg);
		background-size: cover;
		overflow: hidden;
	}

	#sm_img video {
		display: none;
	}

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

	#info_links {
		display: none;
	}

	#info_links_mobile {
		display: block;
		position: fixed;
		width: 100vw;
		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(0,0,0,0);
	   -webkit-text-stroke: 1px #0f0f0f;
	}


	#info_links_mobile ul li a {
		color: rgba(0,0,0,0);
		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: 100;
	}

	.line {
		width: 80px;
		height: 10px;
		margin: 0px 0px 10px;
		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: 80px;
		height: 10px;
		margin: 0px 0px 10px;
		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 {
		height: 100vh;  
        height: calc(var(--vh, 1vh) * 100);
		overflow: hidden;
		z-index: 10;
		opacity: 0;
		transition: opacity 0.1s linear;
	}

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

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

	#menu:checked ~ #info_links_mobile {
		z-index: 100;
	}
}

@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;
	}

	#title {
		font-size: 75px;
		line-height: 80%;
	}

	#scroll_prompt {
		display: none;
	}

	#projects {
		width: 700px;
		height: 365px;
	}	

	#page_links {
		width: 700px;
		height: 485px;
	}

	#page_links a li {
		height: 60px;
		font-size: 75px;
		line-height: 80%;
	}

	#page_links a li p {
		margin: 0px;
	}

	#demo_mobile {
		display: none;
	}

	#demo_desktop {
		display: block;
	}

	.project_image {
		display: none;
		position: absolute;
		width: 600px;
		height: 338px;
		left: 50px;
		top: 30px;
	}

	#subtitle {
		font-size: 29px;
		line-height: 85%;
		left: 8.34%;
	}

	#difference {
		position: fixed;
		width: 100vw;
		height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
		left: 0px;
		top: 0px;
		background-color: white;
		mix-blend-mode: difference;
		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: calc(50% - 20px);
		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(0,0,0,0);
	   -webkit-text-stroke: 1px #0f0f0f;
	}


	#info_links_mobile ul li a {
		color: rgba(0,0,0,0);
		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;
	}

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

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

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

	a:hover {
		color: white;
	}

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


	#page_container {
		position: absolute;
		width: 1200px;
		border: 0px;
		padding: 0px;
		left: 100px;
		z-index: 10;
		top: 50%;
		transform: translateY(-50%);
	}

	#title {
		font-size: 100px;
		line-height: 80%;
	}

	#scroll_prompt {
		display: none;
	}

	#projects {
		width: 1000px;
		height: 485px;
	}	

	#page_links {
		width: 1000px;
		height: 485px;
	}

	#page_links a li {
		font-size: 100px;
		line-height: 80%;
	}

	#page_links a li p {
		margin: 0px;
	}

	#page_links a:hover {
		text-indent: 30px;
	}

	#demo_mobile {
		display: none;
	}

	#demo_desktop {
		display: block;
	}

	.project_image {
		position: absolute;
		display: none;
		width: 857px;
		height: 482px;
		left: 70px;
		top: 80px;
	}

	#page_links a li:hover .project_image {
		display: block;
	}

	#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;
	}

	#projects ul li:hover {
		color: rgba(255, 255, 255,1);
	   -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;
	}

	#hamburger {
		display: none;
	}


	#menu:checked ~ #info_links_mobile {
		display: none;
	}

	#menu:checked ~ #difference {
		display: none;
	}

	#menu:checked + label > #hamburger > .line {
	   display: none;
	}

	#info_links_mobile {
		display: none;
	}

	/* MENU DISPLAY */

	#menu {
		display: none;
	}

	#menu:checked ~ #page_container {
		opacity: 1;
	}

	#menu:checked ~ #info_links_mobile {
		opacity: 0;
	}

	#menu:checked ~ #difference {
		opacity: 0;
	}

	#subtitle {
		font-size: 38px;
		line-height: 85%;
		left: 8.34%;
	}
		
}
