@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'codropsicons';
	src: url('../fonts/codropsicons/codropsicons.eot');
	src: url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'), url('../fonts/codropsicons/codropsicons.woff') format('woff'), url('../fonts/codropsicons/codropsicons.ttf') format('truetype'), url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

:root {
	--color-text: #4b2cf2;
	--color-link: #ec2525;
	--color-link-hover: #fff;
	--color-enter: #e4d5b7;
	--color-title: #ffffff;
	--color-subtitle: #ec2525;
	--color-content: #251e17;
	--font-alt: 400 5vw/1 'Poppins', serif;
}

*,
*::after,
*::before {
	box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: '';
}

.clearfix:after {
	clear: both;
}

body {
	font-family: "Avenir Next", Avenir, 'Helvetica Neue', 'Lato', 'Segoe UI', Helvetica, Arial, sans-serif;
	color: #252445;
	background: var(--color-background);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
}

a {
	outline: none;
	color: #fff;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #252445;
}

.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}


.image-preload {
	position: absolute;
	left: -9999px;
}


.content {
	width: 100%;
	height: 100vh;
	position: relative;
}

.content--intro {
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}

.content__inner {
	width: 100%;
	height: 100vh;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: var(--color-content);
}

.container.first-page {
	position: relative;
	z-index: 1;
	height: 100vh;
	width: 100%;
}

.shape-wrap {
	position: relative;
	z-index: 10;
	margin-top: -2px;
	pointer-events: none;
}

.shape {
	display: block;
	width: 100%;
	height: 100vh;
}

.parallax-viewport {
	margin: 5vh 0;
	height: 20vh;
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}

.parallax-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	will-change: transform;
}

.title {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: absolute;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: -1;
}

.login-link:hover {
    background-color: #111827;
    color: #ffffff;
    border-color: #111827;
}

.enter {
  cursor: pointer;
  font-size: 8rem;
  font-weight: 600;
  text-align: center;
  color: var(--color-enter);
  font-family: "Shadows Into Light", sans-serif;
  letter-spacing: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.enter .word {
  display: inline-block;
  white-space: nowrap;
}


.enter:hover,
.enter:focus {
    color: var(--color-enter);
}

.enter span {
    display: inline-block;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    font-weight: 600;
    text-align: center;
    color: var(--color-enter);
    font-family: "Shadows Into Light", sans-serif;
    letter-spacing: 14px;
    justify-content: center;
    gap: 1rem;
}

.enter span.space {
    display: inline;
    width: auto;
}


@media screen and (max-width: 50em) {
	.codrops-header {
		padding: 1.5em;
		text-align: center;
		display: block;
		font-size: 0.75em;
	}

	.codrops-links {
		display: block;
		margin: 0 0 1em;
	}

	.codrops-demos {
		width: 100%;
		font-size: 120%;
		margin: 1em 0 0 0;
	}

	.demo {
		padding: 0;
		margin: 0;
	}
	
	.enter {
	    font-size: 2rem;
	}
}


image {
	width: 100%;
	height: auto;
	min-width: 1000px;
}