html {
	background-color: #000000;
	color: #fefefe;
	font-family: "Arial", sans-serif;
	font-size: 1rem;
}

body {
	width: 100%;
	margin: 0 0 0 0;
}

a:link, a:visited, a:hover {
	color: #fefefe;
	text-decoration: none;
}

a:active {
	color: #ffffff;
	text-decoration: none;
}

.bunnihead {
	display: inline-block;
	width: 20rem;
}

.bunnihead img {
	max-width: 100%;
	height: auto;
}

.content {
	max-width: 81rem;
	margin-left: auto;
	margin-right: auto;
}

.content h1 {
	font-size: 3rem;
}

.content h2 {
	font-size: 2rem;
	color: #999999;
}

.contentheader {
	text-align: center;
}

.contentheader img {
	max-height: 10rem;
	width: auto;
}

.flyer {
	display: inline-block;
	width: 25rem;
	margin-right: 1rem;
	margin-bottom: 2rem;
	text-align: center;
	line-height: 0rem;
}

.flyer img, video {
	max-width: 100%;
}

.footer {
	display: flex;
	margin-top: 1rem;
	margin-left: 1rem;
}

.footerlogo {
	width: 21rem;
}

.footersitemap {
	width: 10rem;
	font-size: 1.25rem;
	font-weight: bold;
}

.footersocials {
	width: 20rem;
	margin-top: 1rem;
	align-self: flex-start;
}

	.footersocials img {
		width: 5rem;
	}

.footerlegal {
	width: 20rem;
	margin-bottom: .5rem;
	margin-right: 2rem;
	margin-left: auto;
	text-align: right;
	align-self: flex-end;
}


.header {
	display: flex;
	position: sticky;
	top: 0;
	border: 1;
	border-color: #fefefe;
	z-index: 9001;
	width: 100%;
	height: 4rem;
	justify-content: center;
	align-items: center;
	background-color: #000000;
}

.header a {
	margin-left: 1.5rem;
	margin-right: 1.5rem;
	font-size: 2rem;
}

.header .menu {
	height: 0.716em;
	width: auto;
}

.hero {
	position: relative;
	overflow: hidden;
	height: calc(100vh - 10rem);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.herologo {
	max-width: 12%;
	height: auto;
	margin-top: 2%;
	margin-left: 1.5%;
}

.herobanner {
	max-width: 59%;
	height: auto;
}

.herolink {
	width: auto;
	margin-left: 1.5%;
	font-weight: bold;
	font-size: 2rem;
}


#herovideo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}