@font-face {
	font-family: 'Didot';
	src: url('fonts/Didot.eot');
	src: url('fonts/Didot.eot?#iefix') format('embedded-opentype'),
	url('fonts/Didot.woff') format('woff'),
	url('fonts/Didot.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Didot';
	src: url('fonts/Didot.eot');
	src: url('fonts/Didot.eot?#iefix') format('embedded-opentype'),
	url('fonts/Didot.woff') format('woff'),
	url('fonts/Didot.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: "Didot", sans-serif;
	font-weight: 300;
	margin: 0;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
}

.global-menu {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 40%;
	line-height: 400%;	
}

.global-menu a {
	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	vertical-align: middle;
	transition: all .4s;
	font-family: "Didot", sans-serif;
	margin: 0 20px;
}

.global-menu a:hover {
	color: #777777;
}

.global-menu .separator {
	display: none;
	width: 20px;
	height: 0px;
	background-color: #ffffff;
	display: inline-block;
	vertical-align: middle;
	margin: 0 40px;
	font-family: "Didot", sans-serif;
}

h1 {
	font-weight: normal;
	font-size: 65px;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 25%;
	color: #ffffff;
}
video {  
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
}

@media (min-width: 1280px){
	body{background-image: url(LM_poster.webp);}
}
@media (max-width: 1280px) {
	body{background-image: url(LM_poster.webp);}
	.global-menu .separator {
		margin: 0px;
	}
	.global-menu a {
	font-size: 25px;
	}
	h1 {
		font-size: 60px;
	}

}

@media (max-width: 1025px) {
	body{background-image: url(LM_poster.webp);}
	.global-menu .separator {
		margin: 0px;
	}

	h1 {
		font-size: 35px;
		top: 30%;
	}

}

@media (max-width: 550px) {
	body{background-image: url(LM_poster.webp);}
	.global-menu a {
		display: block;
		margin: 0px;
		font-size: 20px;
	}

	h1 {
		font-size: 32px;
		top: 35%;
	}

}