#menu {
	position: sticky;	
	z-index: 1000;
	top: 0px !important;
}
#menu.sticky-on {
	position: fixed;
	background: rgba(0,0,0,0.5);
}

.hero {
		position: relative;
		width: 100%;
		height: 100vh;
		overflow: hidden;
}

.hero video {
		position: absolute;
		inset: 0;

		width: 100%;
		height: 100%;

		object-fit: cover;
		object-position: center center;
}

.hero-content {
		position: relative;
		z-index: 2;
}

.navbar-default {
		border: 0px;
		background-color: unset;
}

.hero {
	top: -50px;
}