@font-face {
	font-family: 'Mark';
	src: url('assets/fonts/MarkPro.woff2') format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Mark';
	src: url('assets/fonts/MarkPro-Italic.woff2') format('woff2');
	font-display: swap;
	font-style: italic;
}

@font-face {
	font-family: 'Mark';
	src: url('assets/fonts/MarkPro-Bold.woff2') format('woff2');
	font-weight: bold;
	font-display: swap;
}

@font-face {
	font-family: 'Mark';
	src: url('assets/fonts/MarkPro-BoldItalic.woff2') format('woff2');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

html {
	margin: 0;
	padding: 0;
	background: black;
	color: white;
	font-family: 'Mark';
	scroll-behavior: smooth !important;
}

body {
	margin: 0;
	padding: 0;
}

* {
	box-sizing: border-box;
}

em {
	font-family: 'Mark';
	font-style: italic;
}

b {
	font-family: 'Mark';
	font-weight: bold;
}

#hero {
	display: block;
	width: 100%;
	position: relative;
	height: 100vh;
	height: calc(100vh - var(--vh-offset, 0px));
}

h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
}

video {
	display: block;
	width: 100%;
	object-fit: cover;
	height: 100vh;
	height: calc(100vh - var(--vh-offset, 0px));
}

#pressHero {
	position: absolute;
	bottom: 50px;
	left: 50px;
	cursor: pointer;
	border-radius: 40px;
	border: 0.5px solid white;
	background: black;
	color: white;
	text-decoration: none;
	padding: 15px 50px 15px 15px;
	font-size: 13px;
	line-height: 13px;
	transition: all 0.25s ease;
}

#pressHero span:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-right: 10px;
	background: #9ae8e8;
	transition: all 0.25s ease;
}

#scroll {
	position: absolute;
	bottom: 50px;
	padding: 10px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 10px;
	line-height: 10px;
	/* color: #ffcd34; */
	color: #9ae8e8;
	text-align: center;
}

#join-button {
	position: absolute;
	bottom: 50px;
	right: 50px;
	cursor: pointer;
	border-radius: 40px;
	border: 0.5px solid white;
	background: white;
	color: black;
	text-decoration: none;
	padding: 15px 70px 15px 15px;
	font-size: 13px;
	line-height: 13px;
	transition: all 0.25s ease;
	scroll-behavior: smooth;
}

#join-button span:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-right: 10px;
	background: #9ae8e8;
	transition: all 0.25s ease;
}

h2 {
	font-weight: bold;
	letter-spacing: 0.25em;
	font-size: 36px;
	text-align: center;
	width: 100%;
	margin: 100px 0;
	color: #9ae8e8;
	padding: 0 50px;
}

#text {
	font-size: 16px;
	line-height: 1.6;
	width: 100%;
	padding: 0 100px;
}

#text p {
	margin: 20px 0;
}


#footer {
	border-top: 0.5px solid white;
}

h4 {
	font-size: 14px;
	letter-spacing: 0.25em;
	color: #9ae8e8;
	margin: 100px 0 30px 0;
	text-align: center;
}

#footer-buttons {
	display: flex;
	margin-bottom: 50px;
	padding: 0 50px;
	justify-content: space-between;
	align-items: center;
	align-items: flex-start;
}

#pressFooter {
	cursor: pointer;
	border-radius: 40px;
	border: 0.5px solid white;
	background: black;
	color: white;
	text-decoration: none;
	padding: 15px 50px 15px 15px;
	font-size: 13px;
	line-height: 13px;
	transition: all 0.25s ease;
	margin-right: 66px;
}

#pressFooter span:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-right: 10px;
	background: #9ae8e8;
	transition: all 0.25s ease;
}

#top {
	padding: 10px;
	font-size: 10px;
	line-height: 10px;
	color: #9ae8e8;
	text-align: center;
	cursor: pointer;
}

#join-button {
	position: absolute;
	bottom: 50px;
	right: 50px;
	cursor: pointer;
	border-radius: 40px;
	border: 0.5px solid white;
	background: white;
	color: black;
	text-decoration: none;
	padding: 15px 70px 15px 15px;
	font-size: 13px;
	line-height: 13px;
	transition: all 0.25s ease;
	scroll-behavior: smooth;
}

#join-button span:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-right: 10px;
	background: #9ae8e8;
	transition: all 0.25s ease;
}


#copyright {
	font-size: 10px;
	color: #565656;
}

#copyright a {
	text-decoration: none;
	color: #565656;
}

#logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0 25px;
	max-width: 1000px;
	margin: 0 auto 90px auto;
}

#logos h4 {
	width: 100%;
	margin-top: 90px;
	margin-bottom: 40px;
}

#logos a {
	width: 25%;
	padding: 10px 25px;
}

#logos img {
	display: block;
	width: 100%;
	height: auto;
}

.break {
	width: 100%;
}

#bio-button {
	cursor: pointer;
	border-radius: 40px;
	border: 0.5px solid white;
	background: white;
	color: black;
	text-decoration: none;
	padding: 15px 70px 15px 15px;
	font-size: 13px;
	line-height: 13px;
	transition: all 0.25s ease;
	margin-bottom: 60px;
	display: inline-block;
	text-align: left;
}

#bio-button span:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-right: 10px;
	background: #9ae8e8;
	transition: all 0.25s ease;
}
#footer-right {
display: flex;
flex-direction: column;
}
#footer #join-button {
position: relative;
bottom: unset;
right: unset;
align-self: flex-end;
margin-bottom: 20px;
}

@media only screen and (min-width: 769px) {
	#pressHero:hover {
		border: 0.5px solid #565656;
		background: #565656;
	}

	#pressHero:hover span:before {
		background: black;
	}

	#join-button:hover {
		border: 0.5px solid #9ae8e8;
		background: #9ae8e8;
	}

	#join-button:hover span:before {
		background: black;
	}

	#bio-button:hover {
		border: 0.5px solid #9ae8e8;
		background: #9ae8e8;
	}

	#bio-button:hover span:before {
		background: black;
	}

	#pressFooter:hover {
		border: 0.5px solid #565656;
		background: #565656;
	}

	#pressFooter:hover span:before {
		background: black;
	}

	#logos img:hover {
		opacity: 0.75;
	}
}

@media only screen and (max-width: 768px) {
	video {
		object-fit: contain;
	}

	#pressHero {
		bottom: 25px;
		left: 50%;
		width: calc(100% - 50px);
		transform: translateX(-50%);
		max-width: 400px;
	}

	#scroll {
		bottom: 145px;
	}

	#join-button {
		left: 50%;
		right: unset;
		width: calc(100% - 50px);
		transform: translateX(-50%);
		max-width: 400px;
		bottom: 85px;
	}

	#bio-button {
		max-width: 400px;
		padding: 15px;
		width: 100%;
		margin-bottom: 40px;
	}

	h2 {
		font-size: 24px;
	}

	h4 {
		margin-top: 80px;
	}

	#footer {
		padding: 0 25px;
	}

	#footer-buttons {
		flex-wrap: wrap;
		margin-bottom: 25px;
		padding: 0;
	}

	#pressFooter {
		width: 100%;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
		padding: 15px;
	}

	#top {
		width: 100%;
		margin: 40px 0 40px 0;
		order: 4;
	}

	#copyright {
		width: 100%;
		padding: 0 20px;
		text-align: center;
	}

	#logos {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 0;
	}

	#logos h4 {
		margin-top: 50px;
	}

	#logos a {
		width: 50%;
	}

	.break {
		display: none;
	}

	#text {
		font-size: 16px;
		line-height: 1.6;
		width: 100%;
		padding: 0 50px;
	}
	#footer-right {
		width: 100%;
	}
	#footer #join-button {
		width: 100%;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
		padding: 15px;	
		margin: 40px 0;
	}
}