html {
	background-color: #000000;
	color: #fefefe;
	font-family: "Arial", sans-serif;
}

body {
	width: 100%;
}

a:link, a:visited, a:hover {
	color: #fefefe;
	text-decoration: none;
}

a:active {
	color: #ffffff;
	text-decoration: none;
}

.footer {
	display:flex;
}

.footerlogo {
	position: left;
}

.header {
	display: flex;
	position: sticky;
	top: 0;
	border: 1;
	border-color: #fefefe;
	z-index: 9001;
	width: 100%;
	height: 8rem;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	background-color: #000000;
}

.header a {
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}

.hero {
	position: relative;
	overflow: hidden;
	height: calc(100vh - 10rem);
}

.hero h1 {
	display: inline;
	width: 20rem;
	font-weight: normal;
	font-size: 5rem;
	letter-spacing: -0.4rem;
}

.herologo {
	position: absolute;
	top: 4rem;
	right: 4rem;
}

#herovideo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}