@font-face {
	font-family: "KurintoSans";
	src: url('fonts/kurinto-sans-rg-latin.woff2') format('woff2');
	font-weight: normal;
}

@font-face {
	font-family: "KurintoSans";
	src: url('fonts/kurinto-sans-bd-latin.woff2') format('woff2');
	font-weight: bold;
}

@font-face {
	font-family: "KurintoSans";
	src: url('fonts/kurinto-sans-bd-it-latin.woff2') format('woff2');
	font-weight: bold;
	font-style: italic;
}

body {
	background-color: #111111;
	color: #AAAAAA;
	font-family: 'KurintoSans', sans-serif;
	font-size: 14pt;
	margin: 0;
	min-height: 100vh;
}

a {
	color: #AAAAAA;
}

div {
	text-align: center;
}

ul li:nth-child(even)::marker {
	color: #DD078B;
}

ul li:nth-child(odd)::marker {
	color: #00ADEF;
}

li {
	text-align: left;
}

.logo-container {
	justify-content: center;
	font-size: 48pt;
	width: fit-content;
}

.horizontal-line {
	width: 100%;
	height: 3px;
	background-image: linear-gradient(to right, #DD078B, #00ADEF);
	margin: -36px 0px 24px 0px;
	transform: scale(1.25);
}

.flex-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.light {
	color: #DDDDDD;
}

.bold {
	color: #FFFFFF;
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.gradient {
	background-image: linear-gradient(to right, #DD078B, #00ADEF);
	-webkit-background-clip: text;
	background-clip: text;

	-webkit-text-fill-color: transparent;
	color: transparent;
	display: inline-block;
}

.half-column {
	width: 50%;
}

.center-column {
	width: 85%;
	margin: 48px auto;
}

.left-aligned {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.logo {
	height: 150pt;
	vertical-align: middle;
	margin: 12px 6px 0 0;
}

.sub-logo {
	margin: -70pt 0 50pt 229pt;
}

.coming-soon {
	margin: 48px 0 0 0;
	font-size: 36pt;
}

.equal-width-container {
	display: flex;
	width: fit-content;
	flex-direction: column;
	margin: 0 auto;
}

.equal-width {
	display: flex;
	flex-grow: 1;
}

.header {
	margin: 0 32px;
}

.footer {
	position: fixed;
	bottom: 24px;
	right: 24px;
	z-index: 999;
	background-color: black;
	opacity: 50%;
	padding: 6px;
}

/* gallerywrapper from https://codepen.io/ongtiffany/pen/PPbPyB */
#gallerywrapper {
	width: 720px;
	height: 720px;
	margin: 0 auto;
	position: relative;
	padding: 0 0 32px 0;
} 

#gallerywrapper #gallery {
	position: absolute;
	left: 0;
	top: 0;
	height: 755px;
	width: 720px;
	overflow: hidden;
	text-align: center;
} 

#gallerywrapper #gallery div {
	width: 720px;
	height: 750px; 
	padding-top: 10px; 
	position: relative;
} 

#gallerywrapper #gallery div video {
	clear: both; 
	display: block; 
	margin: -25px auto; 
	border: 0;
	position: relative;
	z-index: 1;
	pointer-events: none;
} 

#gallerywrapper #gallery div h3 {
	padding: 10px 0 0 0; 
	margin: -70px 0 0 0; 
	font-size: 18pt;
	color: #FFFFFF;
	position: relative;
	z-index: 999;
} 

#gallerywrapper #gallery div p {
	padding: 5px 0; 
	margin: 0; 
	font-size: 12pt; 
	line-height: 24px;
	position: relative;
	z-index: 999;
} 

#gallery .previous{ 
	position: relative;
	z-index: 1000;
	color: #DD078B;
	display: inline;
	float: left;
	margin-left: 80px;
	text-decoration: none;
	font-size: 24px;
	margin: -24px -20px 0 0;
} 

#gallery .next{ 
	position: relative;
	color: #00ADEF;
	display: inline;
	float: right;
	margin-right: 80px;
	text-decoration: none;
	font-size: 24px;
	z-index: 1000;
	margin: -24px 20px 0 0;
}

/* Tablet */
@media (max-width: 1920px) {
	.center-column {
		width: 95%;
	}
	.half-column {
		width: 100%;
	}
	.left-aligned {
		width: 75%;
	}
	.coming-soon {
		margin: 24px 0 0 0;
	}
	.restrictions {
		padding: 0 0 72px 0;
	}
}

/* Portrait mode */
@media (max-width: 1280px) {
	.center-column {
		width: 100%;
	}
	.flex-container {
		flex-direction: column;
	}
	.restrictions {
		margin: 0 32px 0px 32px;
	}
}

/* Phone */
@media (max-width: 1280px) and (min-resolution: 3x) {
	.footer {
		font-size: 18pt;
	}
	body {
		font-size: 24pt;
	}
	.coming-soon {
		font-size: 48pt;
		margin: 48px 0 64px 0;
	}
	.logo-text {
		font-size: 64pt;
	}
	.preview {
		width: 100vw;
		height: auto;
	}
	.sub-logo {
		font-size: 64pt;
		margin: -70pt 0 50pt 250pt;
	}

	#gallerywrapper {
		padding: 36px 0 0 0;
	} 

	#gallerywrapper #gallery div h3 {
		font-size: 24pt;
	} 

	#gallerywrapper #gallery div p {
		font-size: 18pt; 
		line-height: 32px;
	} 

	#gallery .previous{ 
		font-size: 36px;
	}

	#gallery .next{
		font-size: 36px;
	}
}