@charset "UTF-8";
/* CSS Document */


.header
{height: 100%;
	width: 200px;
	position: fixed;
	top: 200px;
	left: 20px;
	color: #FFFFFF;
	padding: center;
	box-sizing: border-box;
	list-style-type:square;
	z-index: 3000;
	

		
}



ul
{
	position: center;
	display:table;
	justify-content: center;
	align-items: center;
		font-family: arial;
	 		
}

ul li

{
	position: center;
	list-style: none;
		font-family: arial;
}

 ul li a

{
	position: center;
	margin: 0;
	text-decoration: none;
	color: #FFFFFF;
	letter-spacing: 2px;
	font-weight: 200px;
		font-family: arial;
	
}

.embed {
	
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}

.embed iframe {
	
	position: absolute;
	width: 100%;
	height: 100%;
	border: none;
	
}

.col {
	
	place-self: center;
    width: 50vw;
	margin: 1rem;
	padding: 3rem;
	border-radius: 1rem;
	box-shadow: 0px 0px 0px;  

	
}

.container {
	
	display: grid;
	grid-template-columns: 1;
	height: 95vh;
	z-index: 2000000;

	
}


.bgvideo {
	position: fixed;
	z-index: -1;
	right: 0;
	bottom: 0;
	left: 0;
	top: 0;
}

@media (max-width : 1024px){
	.bgvideo {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;}
	}
	
