.section {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: top;
  justify-content: left;
  overflow: hidden;
}

.section h1 {
  text-align: center;
  font-size: 6rem;
  font-family: "Cookie";
  padding: 20px;
  margin: 15px;
  z-index: 1;
  opacity: 0.7;
}
.section h2 {
  text-align: left;
  font-size: 1rem;
  font-family: "verdana";
  color: #000000;
  padding: 10px;
  margin: 10px;
  z-index: 1;
  justify-content: top;
  opacity: 0.7;
}
.nav {
  text-align: left;
  font-size: 5;
  font-family: "verdana";
  color: #000000;
  padding: 1px;
  margin: 1px;
  z-index: 1;
  justify-content: top;
  opacity: 0.7;
}
.section nav{
	background-color: black;
	font-family: "verdana";
	width:100%;
	height: 18px;
	position: absolute;
	top: 120px;
	left: 5%;
}
.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.color-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  width: 100%;
  height: 100vh;
  opacity: 0.5;
}
