*{
	margin: 0px;
	padding: 0px;
	font: Arial;
	text-decoration: none;
}
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100vw; 
  height: 100vh;
  position: absolute;
  top: 50vh;
  left: 50vw;
  transform: translate(-50%,-50%);
  object-fit: cover;

}
header{
	background: white;
	background-size: cover;
	background-position: center;
	height: 95vh;
	max-width: 100vw;
	color: white;
}
.navigation{
	list-style: none;
	float: left;
	position: fixed;
    width: auto;
    bottom: 20%;
	/*margin-bottom: 10px; 
	margin-left: 15px;*/
}
ul li{
	text-decoration: none;
	display: inline-block;
	width: 100vw;
	/*background-color: black;*/
	opacity: 0.9;
	line-height: 5vh;
	text-align: center;
	font-size: 2vw;
	/*margin-right: 3px;*/
}
ul li a{
	display: block;
	padding: 0.7vh;
	transition: 0.5s ease;
	color: rgb(102, 224, 255);
	text-shadow: 2px 1px black;
}
ul li a:hover{
	background-color: white;
	opacity: 0.5;
}
/*ul li ul li{
	display: none;
}
ul li:hover ul li{
	display: block;
}*/
.main{
	max-width: auto;
	margin: auto
}
.title{
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	color :white;
	width: 100vw;
}
.title h1{
	font-size: 5vw;
}
.title h2{
	font-size: 3vw;
}
