/* Black - **#000000**  */

/* White - **#ffffff**  */

/* Indiegameiacs Blue - **#00e0ff**  */

/* Virtual Indie Booth Pink - **#ef227a**  */

/* Serious Professional Yellow - **#f7be1c**  */

/* ---- generics ------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background: #000;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	overflow-y: scroll;
	color: #ffffff;
	font-family: Poppins, sans serif;	
}

h1 {
	font-size: 3em;
	font-weight: 900;
	text-transform: uppercase;
	display: inline-block;
}

h1.chapter {
	padding-left: 32px;
	border-left: 4px solid #00e0ff;
	animation: fade-in-down 300ms ease-out;
}

h2.chapter {
	padding-left: 16px;
	border-left: 4px solid #ef227a;
	animation: fade-in-down 300ms ease-out;
}

a {
	text-decoration: none;
}

.title-case {
	text-transform: capitalize;
}

.favourite {
	position: absolute;
	top: 0 ;
	right: 0;
	color: #ef227a;
	margin: 0;
}

/* ---- app wrapper ------------------------------------------------------------------- */

#app {
	display: none;
	min-width: 768px;
	min-height: 100vh;
}

#nav-container {
	/* background: #3cf; */
	flex: 0 0 auto;
	width: 33%;
	max-width: 300px;	
	border: solid #ffffff;
	border-width: 0 2px 0 0;
}

#content-container {
	/* background: #fc3; */
	flex: 1 1 auto;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

section {
	/* background: #f3c; */
	display: flex;
	justify-content: center;	
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.content {
	/* background: #3fc; */
	width: 100%;
	max-width: 1100px;
	margin: 0 48px 48px 48px;
}

.content:first-child {
	margin-top: 48px;
}

/* ---- loader ------------------------------------------------------------------- */

#loader-container {
	background: #000000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#loader-quote,
#loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: flex;
}

#loader-quote {
	/* background: #3cf; */
	align-items: center;
	justify-content: center;
}

#loader-quote p {
	display: none;
	max-width: 33%;
}

#loader {
	align-items: flex-end;
	justify-content: flex-end;
}

/* ---- navigation ------------------------------------------------------------------- */

nav {
	position: fixed;
	display: flex;
	width: 100%;
	max-width: 300px;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100vh;
	padding: 48px;	
}

#nav-top {
}

#logo {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#logo img {
	width: 100%;
}

nav ul {
	margin-top: 64px;
	list-style: none;
	font-size: 1.25em;
	font-weight: 900;
	text-transform: uppercase;
}

nav ul li {
	padding: 8px 16px 8px 0;
	margin: 0;
}

nav ul li p {
	padding-bottom: 4px;
	cursor: pointer;
}

#nav-bottom {
	
}

#nav-socials {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	font-size: 1.5em;
}

#nav-socials a {
	padding: 0 16px 16px 0;
}

#credits {
	font-size: 0.5em;
	font-weight: 500;
}

.navigation-next {
}

.navigation-previous {
	transform: scale(-1, 1);
	margin-right: 16px;
}

.navigation-next img,
.navigation-previous img {
	height: 64px;
}

/* ---- utility ------------------------------------------------------------------- */

.header-image {
	height: 64px;
	margin: 16px 0 16px 0;
}

.pop {
	border: 0px solid #ffffff;
}

.baseline {
	border-left: 4px solid #ef227a;
}

.radius {
	border-radius: 6px;
}


/* ---- apply ------------------------------------------------------------------- */

section#apply-section {
	position: relative;	
	width: 100%;
}

section#apply-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../img/backdrop.jpg);
	filter: saturate(0%) opacity(6%);
	pointer-events: none;
}

#apply {
	display: flex;
	justify-content: space-between;
}

.apply-blurb {
	/* background: #3fc; */
	padding: 32px 32px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}

.apply-blurb p {
	flex: 1 0 auto;
}

.apply-button button {
	flex: 0 0 auto;
	min-width: 420px;
	background: #ef227a;
	margin-top: 32px;
	letter-spacing: 2px;
	font-weight: 900;
	font-size: 2em;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	padding: 8px 16px;
	position: relative;
}

.apply-image {
	/* background: #fc3; */
}

.apply-image img {
	transform: scale(0.8);
	margin-bottom: -78px;
}

/* ---- social ------------------------------------------------------------------- */

section#social-section {
	/* background: #cf3; */
}

#social {
	margin-top: 32px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(calc(33.333% - 32px), 1fr));
	grid-gap: 32px;		
}

/* #social a:first-child {
	 grid-column: span 2;
} */

#social a {
	overflow: hidden;
	position: relative;	
}

#social a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 4px;
	transition: width 400ms ease-out;
}

#social a::after {
	background-color: #ef227a;
}

#social a.youtube::after {
	background-color: #ff0000;
}

#social a.twitter::after {
	background-color: #1d9bf0;
}

#social a.twitch::after {
	background-color: #9147ff;
}

#social a.discord::after {
	background-color: #7289da;
}

#social a.bluesky::after {
	background-color: #208BFE;
}

#social a.tiktok::after {
	background-color: #ff0050;
}

#social a:hover {
	background: #000;
}

#social a:hover .social-item {
	transition: transform 400ms ease-out;
	transform: scale(1.1);
}

#social a:hover::after {
	width: 100%;
}

.social-item {
	background: #111;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 48px;
}

.social-item i {
	font-size: 72px;
}

.social-item p {
	font-weight: 900;
	text-transform: uppercase;
	padding: 16px;
}

/* ---- cast ------------------------------------------------------------------- */

.avatars {
	display: inline-flex;
	flex-direction: row-reverse;
}

.user-avatar {
	display: inline-block;
	position: relative;
}

.user-avatar:not(:last-child) {
	margin-left: -16px;
}

.avatar {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	border: 2px solid #000;
	background: #fff;	
}

.status-overlay {
	position: absolute;
	top: -4px;
	left: 28px;
	z-index: 1;
}

.heart-icon {
	color: #ef227a;
}