/**------------ FONTS STUFF ------------**/
@font-face {
	font-family: 'coolvetica';
	src: url("fonts/coolvetica rg.otf");
}
@font-face {
	font-family: 'paragon';
	src: url("fonts/Paragon-Regular.otf");
	font-style: regular;
}
@font-face {
	font-family: 'paragon';
	src: url("fonts/Paragonitalic-Regular.otf");
	font-style: italic;
}

/* darker-grotesque-300 - latin */
@font-face {
  font-family: 'Darker Grotesque';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/darker-grotesque-v7-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/darker-grotesque-v7-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/darker-grotesque-v7-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/darker-grotesque-v7-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/fonts/darker-grotesque-v7-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/darker-grotesque-v7-latin-300.svg#DarkerGrotesque') format('svg'); /* Legacy iOS */
}
/* darker-grotesque-regular - latin */
@font-face {
  font-family: 'Darker Grotesque';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/darker-grotesque-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/darker-grotesque-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/darker-grotesque-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/darker-grotesque-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/darker-grotesque-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/darker-grotesque-v7-latin-regular.svg#DarkerGrotesque') format('svg'); /* Legacy iOS */
}
/* darker-grotesque-500 - latin */
@font-face {
  font-family: 'Darker Grotesque';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/darker-grotesque-v7-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/darker-grotesque-v7-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/darker-grotesque-v7-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/darker-grotesque-v7-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/fonts/darker-grotesque-v7-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/darker-grotesque-v7-latin-500.svg#DarkerGrotesque') format('svg'); /* Legacy iOS */
}
/* darker-grotesque-600 - latin */
@font-face {
  font-family: 'Darker Grotesque';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/darker-grotesque-v7-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/darker-grotesque-v7-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/darker-grotesque-v7-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/darker-grotesque-v7-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/fonts/darker-grotesque-v7-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/darker-grotesque-v7-latin-600.svg#DarkerGrotesque') format('svg'); /* Legacy iOS */
}
/* darker-grotesque-700 - latin */
@font-face {
  font-family: 'Darker Grotesque';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/darker-grotesque-v7-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/darker-grotesque-v7-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/darker-grotesque-v7-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/darker-grotesque-v7-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/darker-grotesque-v7-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/darker-grotesque-v7-latin-700.svg#DarkerGrotesque') format('svg'); /* Legacy iOS */
}
/* darker-grotesque-800 - latin */
@font-face {
  font-family: 'Darker Grotesque';
  font-style: normal;
  font-weight: 800;
  src: url('/fonts/darker-grotesque-v7-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/darker-grotesque-v7-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/darker-grotesque-v7-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/darker-grotesque-v7-latin-800.woff') format('woff'), /* Modern Browsers */
       url('/fonts/darker-grotesque-v7-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/darker-grotesque-v7-latin-800.svg#DarkerGrotesque') format('svg'); /* Legacy iOS */
}
/* darker-grotesque-900 - latin */
@font-face {
  font-family: 'Darker Grotesque';
  font-style: normal;
  font-weight: 900;
  src: url('/fonts/darker-grotesque-v7-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/darker-grotesque-v7-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/darker-grotesque-v7-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/darker-grotesque-v7-latin-900.woff') format('woff'), /* Modern Browsers */
       url('/fonts/darker-grotesque-v7-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/darker-grotesque-v7-latin-900.svg#DarkerGrotesque') format('svg'); /* Legacy iOS */
}

/**------------ VARIABLES ------------**/

html {
	scroll-behavior: smooth;
}

::selection {
	color: black;
	background: var(--accent);
}
/**------------ BODY ------------**/
body {
	cursor: auto;
	margin: 0px;
	overflow-x: hidden;
	overflow-y: visible;
	font-family: coolvetica;
}
	
	body::-webkit-scrollbar {
	display: none;
}

h1 {
	font-style: normal;
	font-weight: 700;
	margin: 0px;
	font-size: calc(min(8vw, 12vh)*2);
}
h2 {
	font-style: normal;
	font-weight: 600;
	margin: 0px;
	font-size: calc(min(8vw, 12vh)*1);
}
h3 {
	font-style: normal;
	font-weight: 600;
	margin: 0px;
	font-size: calc(min(8vw, 12vh)*0.6);
}
h4 {
	margin: 0px;
	font-style: normal;
	font-weight: 500;
	font-size: calc(min(8vw, 12vh)*0.3);
}
p {
	margin: 0px;
	font-size: calc(min(8vw, 12vh)*0.18);
}
	/**------------ OVERLAY ------------**/
.overlay {
	z-index: 9;
	position: fixed;
	padding: 2vw;
	display: flex;
	width: 100vw;
	box-sizing: border-box;
	justify-content: space-between;
}
.colorPickWrap{
	height: inherit;
	display: flex;
	align-items: center;
	padding-right: 1vh;
	color: white;
	opacity: 100%;
	transition: opacity 0.3s;
}
.colorPickWrap.scrolled{
	opacity: 0%;
	transition: opacity 0.3s;
}
.colorPick {
	height: 1.5vw;
	width: 1.5vw;
	margin-left: 1vw;
	border-width: 2px;
	border-style: solid;
}
.colorPick.mobileM {
opacity: 0%;
}
@keyframes clickedAnim {
	0% {
		width: 2vw;
		height: 2vw;
	}
	50% {
		width: 1.5vw;
		height: 1.5vw;
	}
	100% {
		width: 2vw;
		height: 2vw;
	}
}
.color1 {
	border-color: white;
}
.color2 {
	border-color: transparent;
}
.color3 {
	border-color: transparent;
}
#color1 {
	background-color: #fc8403;
	transition: 0.3s;
}
#color2 {
	background-color: #0fa7ff;
	transition: 0.3s;
}
#color3 {
	background-color: #6403ad;
	transition: 0.3s;
}

#color1:active{
	background-color: white;
	transition: 0s;
}
#color2:active{
	background-color: white;
	transition: 0s;
}
#color3:active{
	background-color: white;
	transition: 0s;
}

.topFade {
	position: fixed;
	width: 150vw;
	height: 0vh;
	top: -2vw;
	left: -2vw;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(black), to(transparent));
	background: -webkit-linear-gradient(top, black, transparent);
	background: -moz-linear-gradient(top, black, transparent);
	background: -ms-linear-gradient(top, black, transparent);
	background: -o-linear-gradient(top, black, transparent);
	background: linear-gradient(top, black, transparent);
	transition: height 0.6s;
}
.topFade.scrolled {
	height: 16vh;
	transition: height 1s;
}
.homeLogoWrap {
	height: calc(max(40px, min(8vw, 12vh)*0.5));
	transition: 1s;
}
.homeLogoWrap.scrolled {
	height: calc(max(40px, min(8vw, 12vh)*0.3))!important;
}
.homeLogo {
	z-index: 9;
	fill: white;
	height: inherit;
	display: flex;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
}

.homeLogo.frame1 {
	position: relative;
}
.homeLogo.frame2 {
	position: relative;
	margin-top: -50%;
}
.homeLogo.frame1.play1 {
	animation: 2.6s infinite homeLogoFrame1;
}
.homeLogo.frame2.play2 {
	animation: 2.6s infinite homeLogoFrame2;
}
@keyframes homeLogoFrame1 {
	0% {
		opacity: 100%;
	}
	19% {
		opacity: 100%;
	}
	20% {
		opacity: 0%;
	}
	25% {
		opacity: 0%;
	}
	26% {
		opacity: 100%;
	}
	29% {
		opacity: 100%;
	}
	30% {
		opacity: 0%;
	}
	35% {
		opacity: 0%;
	}
	36% {
		opacity: 100%;
	}
	60% {
		opacity: 100%;
	}
	100% {
		opacity: 100%;
	}
}
@keyframes homeLogoFrame2 {
	0% {
		opacity: 0%;
	}
	19% {
		opacity: 0%;
	}
	20% {
		opacity: 100%;
	}
	25% {
		opacity: 100%;
	}
	26% {
		opacity: 0%;
	}
	29% {
		opacity: 0%;
	}
	30% {
		opacity: 100%;
	}
	35% {
		opacity: 100%;
	}
	36% {
		opacity: 0%;
	}
	60% {
		opacity: 0%;
	}
	100% {
		opacity: 0%;
	}
}

.contactWrap {
	width: 100%;
	height: fit-content;
	box-sizing: border-box;
	background-color: black;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	flex-direction: column;
}
.contactMain {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: fit-content;
	box-sizing: border-box;
	padding: 2vw;
	align-items: flex-start;
}
.contactL {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	
	padding: 2vw;
	
	height: auto;
	width: 96vw;
	
	box-sizing: border-box;
	
	color: white;
	background-color: black;
	
	font-size: calc(min(8vw, 12vh));
	text-align: start;
	
	z-index: 1;
	pointer-events: none;
	border-style: none none solid none;
	border-color: #1c1c1c;
	border-width: 1px;
}
.contactR {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	
	padding: 2vw;
	
	height: auto;
	width: 96vw;
	
	box-sizing: border-box;

	background-color: black;
	z-index: 0;
	padding-bottom: 2vw;
	border-style: none none solid none;
	border-color: #1c1c1c;
	border-width: 1px;
}
.emailLinkWrap {
	float: right;
	display: flex;
	justify-content: flex-start;
	text-decoration: none;
	align-items: center;
	overflow: hidden;
	width: 96vw;
	height: fit-content;
	transition: border-color 0.3s;
}
.emailLinkWrap:hover {

	border-color: var(--accent);
	transition: border-color 0.3s;
}
.emailLink {
	text-align: start;
	margin-left: 0px;
	font-size: calc(min(8vw, 12vh)*0.6);
	line-height: calc(min(8vw, 12vh)*0.72);
	color: white;
}

.email {
	display: flex;
	flex-direction: column;
}
.emailDesc {
	font-size: calc(min(10vw, 12vh)*0.3);
	color:grey;
	line-height: calc(min(10vw, 12vh)*0.4);
}
.socials {
	display: flex;
	flex-direction: column;
	text-align: start;
	
	box-sizing: border-box;
	
	color: grey;
	font-size: calc(min(10vw, 12vh)*0.3);
	line-height: calc(min(10vw, 12vh)*0.4);
	width: inherit;
	padding: 2vw;
}
.socialContainer {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.social {
	color: black;
	font-size: calc(min(8vw, 12vh)*0.6);
	line-height: calc(min(8vw, 12vh)*0.72);
	text-align: start;
	margin-right: 2vw;
}

.credits {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	height: auto;
	width: 94vw;
	padding: 2vw;
	
	color: #1c1c1c !important;
	
	font-size: calc(min(25vw, 12vh)*0.15);
}
.topLink {
	color: #1c1c1c !important;
	text-decoration: none !important;
}