@charset "utf-8";
/* CSS Document */
.section {
	position: relative;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-image:url("images/bg.png");
	background-size: cover;
}

.section h1 {
	text-align: center;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	padding: 20px;
	margin: 15px;
	z-index: 1;
}

.video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

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

.video-player {
	width: 100%;
	height: 100vh;
}

.link-header {
	background-color: white;
	padding: 20px;
	margin: 15px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 16px;
	opacity: 0.5;
}

.link-fotter {
	background-color: white;
	padding: 20px;
	margin: 15Px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 10px;
	opacity: 0.5;
}

.audio-container {
	
	
}

.audio-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 2;
	opacity: 0.1;
}