@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;
	

		
}



body {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	font-family: arial;

}



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

.col {
	
	place-self: center;
    width: 60vw;
	margin-top:auto;
	margin-left: 100px;
	border-radius: 1rem;
	box-shadow: 0px 0px 0px;  

	
}

.container {
	
	display: grid;
	grid-template-columns: 1;
	height: 100vh;
	color: #FEFEFE;
	width: 70vw;
	font-size: 15px;
		text-align:left;
	

	
}
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;
	
}



.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;}
	}
	
