* { margin: 0px; }

html { scroll-behavior: smooth; }

body { 
	background-color: #000;
	animation: appear;
		animation-duration: 3s;
		animation-fill-mode: forwards;
		 }

.fancyGradient { z-index: 0;
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 90%, rgba(0,0,0,1) 98%);
	margin: 0px;
	pointer-events: none;
}

.fancyGradientInPage { z-index: +1;
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 84%, rgba(0,0,0,1) 96%);
	margin: 0px;
	pointer-events: none;
}

.backgroundSetup { background-image: url('assets/homePage/bg.jpg');
					z-index: -1;
					width: 100%;
					height: 100%;
					position: fixed;
					opacity:60%;
					background-size: 100% auto;
					background-position: 0px 0px;
					margin: 0px;
					 }

.backgroundSetupInPage { background-image: url('assets/homePage/bg.jpg');
					z-index: -1;
					width: 100%;
					height: 100%;
					position: fixed;
					opacity:30%;
					background-size: 100% auto;
					background-position: 0px 0px;
					margin: 0px;
					 }

.neon {
    text-shadow: 0px 0px 20px #ffffff;
    animation: appearTubelight;
		animation-duration: 1.5s;
		animation-delay: 1s;
		animation-fill-mode: forwards;
}


/*.glassOverlay { background: rgba(10,10,10,90%);
			  backdrop-filter: blur(14px);
			  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
			width: 100%;
			height: 100%;
			position: fixed;
			z-index: +100;
			overflow: auto;
			display: none;
}*/




.siteContainer { width: 80%;
				max-width: 1090px;
				margin-left: auto;
				margin-right: auto;
				padding-bottom: 120px;
				display: block;
				 }

.navBar { 	z-index: +1;
			padding-top: 20px;
			display: grid;
			grid-template-columns: 3fr 2fr;
			}

.navBarInPage { z-index: +1;
			position: sticky;
			top: 0;
			/*width: 80%;*/
			padding-top: 20px;
			display: grid;
			grid-template-columns: 1fr 3fr;
			}

.navLeftTable {
	z-index: +1;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.navLeftTable li {
  float: left;
  margin-right: 24px;
}

.navLeftTable li a {

}

.navRightTable {
	z-index: +1;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.navRightTable li {
  float: right;
}

.navRightTable li a {
  margin-left: 24px;

}

.heading { margin: 180px 0px 180px 0px;
		/*animation: appearTubelight;
		animation-duration: 1.5s;
		animation-delay: 1s;
		animation-fill-mode: forwards;*/
}

.projectContainer { display: grid;
			grid-template-columns: 1fr 1fr;
			grid-gap: 64px;
			margin-bottom: 16px; }


.projectTile1 { height: 300px;
				width: 100%;
				background-size: auto 100%;
				background-position: bottom right;
				background-color: black;
				border-radius: 24px;
				display: flex;
				flex-direction: row;
				align-items: left;
				text-align: left;
				border: none;
				cursor: pointer;
				transition-duration: 0.3s;
				transition-timing-function: ease-out;
				margin-bottom: 64px;}

.projectTile1:hover { 
				background-size: auto 105%;
				transition-duration: 0.3s;
				transition-timing-function: ease-out;}

.projectTile2 { height: 386px;
				width: 100%;
				background-size: auto 100%;
				background-position: bottom right;
				border-radius: 24px;
				display: flex;
				flex-direction: row;
				align-items: left;
				text-align: left;
				border: none;
				cursor: pointer;
				transition-duration: 0.3s;
				transition-timing-function: ease-out;
				margin-bottom: 64px;}


.projectTile2:hover { 
				background-size: auto 105%;
				transition-duration: 0.3s;
				transition-timing-function: ease-out;}


.projectTileLong { height: 750px;
				width: 100%;
				background-size: auto 100%;
				background-position: bottom right;
				border-radius: 24px;
				display: flex;
				flex-direction: row;
				align-items: left;
				text-align: left;
				border: none;
				cursor: pointer;
				transition-duration: 0.3s;
				transition-timing-function: ease-out;
				margin-bottom: 64px;}

.projectTileLong:hover { 
				background-size: auto 105%;
				transition-duration: 0.3s;
				transition-timing-function: ease-out;}

.projectContent { padding: 60px 0px 0px 48px;
					width: 80%; }

.projectBannerContent { padding: 60px 0px 0px 48px;
						width: 75%; }

.projectBanner { height: 450px;
				background-color: green; 
				border-radius: 24px;
				margin-top: 40px;
				margin-bottom: 80px;
				background-size: auto 100%;}

.projectMetadata { display: grid;
			grid-template-columns: 140px 140px 140px;
			grid-gap: 24px;
			margin-top: 8px;}

.tileText { width: 100%;
	margin-top: 24px;
 }

 .tileImage { width: 100%;
	height: auto;
	margin: 16px;
	border-radius: 24px;
	background-color: #ffffff10;

 }

 .fillImage { width: 100%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 60px;
	border-radius: 24px;
	background-color: #ffffff10;
 }

 .videoPlayer { width: 100%;
 				height: 380px;
 				overflow: hidden;
 				background-color: black;
 				align-self: center;
 				border-radius: 24px; }

 .videoPlayerTint { width: 100%;
 					height: 400px;
 					background-color: black;
 					opacity: 85%;
 					transition-duration: 0.3s;
					transition-timing-function: ease-out;
					margin-top: -400px;
					pointer-events: none; }

.videoPlayer:hover .videoPlayerTint { 
 					opacity: 0%;
 					transition-duration: 0.5s;
					transition-timing-function: ease-out; }

.bottomBar { padding: 64px 0px; }

.iconSize24 { font-size: 24px;
				 }

.spacer80 {
			width: 100%;
			height: 80px;
			background: transparent;
			 }

.spacer64 {
			width: 100%;
			height: 64px;
			background: transparent;
			 }

.spacer48 {
			width: 100%;
			height: 48px;
			background: transparent;
			 }

.spacer32 {
			width: 100%;
			height: 32px;
			background: transparent;
			 }

.spacer24 {
			width: 100%;
			height: 24px;
			background: transparent;
			 }

.spacer16 {
			width: 100%;
			height: 16px;
			background: transparent;
			 }

.spacer8 {
			width: 100%;
			height: 8px;
			background: transparent;
			 }

.spacer4 {
			width: 100%;
			height: 4px;
			background: transparent;
			 }

.splitIn2 { display: grid;
			grid-template-columns: 1fr 1fr;
			grid-gap: 64px;
			margin-bottom: 64px;
			 }

.splitIn2closer { display: grid;
			grid-template-columns: 1fr 1fr;
			grid-gap: 24px;
			margin-bottom: 24px;
			 }

.splitIn3 { display: grid;
			grid-template-columns: 1fr 1fr 1fr;
			grid-gap: 64px;
			margin-bottom: 64px;
			 }

.splitIn42 { display: grid;
			grid-template-columns: 4fr 2fr;
			grid-gap: 64px;
			 }

#goToTopButton {
	display: none;
	position: fixed;
	width: 100%;
	z-index: +10;
	float: right;
	margin-left: 93%;
	margin-top: 20px;
}


@keyframes appear {
	0% { opacity: 0%;
			 }

	20% { opacity: 0%;
			 }

	100% { opacity: 100%;
			 }
}


@keyframes appearTubelight {
	0% { opacity: 0%;
			 }

	10% { opacity: 60%;
			 }

	20% { opacity: 20%;
			 }

	40% { opacity: 80%;
			 }

	60% { opacity: 40%;
			 }

	80% { opacity: 100%;
			 }

	90% { opacity: 60%;
			 }

	100% { opacity: 100%;
			 }
}


.mobileBlocker { display: none; }




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

.projectTile1 { height: 270px; }

.projectTile2 { height: 356px; }

.projectTileLong { height: 690px; }

.projectContent { padding: 20px 0px 0px 18px;
					width: 80%; }


  }






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

 .mobileBlocker { display: block;
 					position: fixed;
 					z-index: +10;
 					background-color: black;
 					width: 90%;
 					height: 100%;
 					padding: 100px 5%;
 					}

.siteContainer { 
				display: none;
				 }


}

