* {
	box-sizing: border-box;
	scroll-behavior: smooth;
}

body {
	font-family: "Open Sans", sans-serif;
	background-color: #0D0D0D;
	color: aliceblue;
	margin: 0;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #0D0D0D;
}

ul li {
	float: left;
}

ul li a {
	display: block;
	color: aliceblue;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

ul li a:hover {
	background-color: #1B1A55;
}

h1, h2, h3 {
	font-family: "Zalando Sans SemiExpanded", sans-serif;
	font-weight: normal;
	margin-left: 20px;
}

p {
	margin-left: 20px;
}

footer {
	text-align: center;
}

.row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	position: relative;
	scroll-margin-top: 90px; 
}

.rowAlt {
	text-align: center;
	padding-top: 20px;
	scroll-margin-top: 70px;
}

.reverse {
	flex-wrap: wrap-reverse;
	flex-direction: row-reverse;
}

.column {
	padding: 10px;
}

.left {
	flex: 25%;
	text-align: center;
}

.right {
	flex: 75%;
}

.video {
	margin: 10px;
	width: 580px;
	padding: 10px;
	text-align: center;
	line-height: 0.4;
	background-color: #000000;
}

.rowLogo {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 80%;
	margin: auto;
	background-color: whitesmoke;
	border-radius: 25px;
}

.logoContainer {
	width: 200px;
	padding: 30px;
	justify-content: center;
}

.logo {
	width: 96px;
}

.logoSocmed {
	width: 24px;
	filter: invert();
	margin-left: 20px;
}

#navbar {
	overflow: hidden;
	background-color: #0D0D0D;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}

#homeVideo {
	right: 0;
	bottom: 0;
	min-width: 100%;
	opacity: 0.6;
}

#textOverlay {
	position: absolute;
	color: aliceblue;
	bottom: 10%;
}