body {
    	min-height: 100%;
    	height: 100%;
    	width: auto;
    	padding: 0;
    	margin: 0;
	background-color: #000000;
}

header {
	width: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	height: 60px;
	display: flex;
	background-color: rgba(0, 0, 0, 1);
}


img {
		max-width: 100%;
    	height: auto;
}

a {
    	color: white;
    	text-decoration: none;
		font-size: 100%;
		color:#ffffff;
		font-family: thinFont;
		letter-spacing: 0.5px;
		padding: 0px;
}

li {
	list-style: none;
    	float: left;
}

li p {
    	display: block;
    	color: white;
    	text-align: left;
		margin: 0px;
    	padding: 20px 20px 0px 5px;
    	text-decoration: none;
		font-size: 120%;
		color:#ffffff;
		font-family: myFirstFont;
		letter-spacing: 0.5px;
}

li a {
    	display: block;
    	color: white;
    	text-align: center;
    	padding: 20px 20px 0px 0px;
    	text-decoration: none;
		font-size: 120%;
		color:#ffffff;
		font-family: thinFont;
		letter-spacing: 0.5px;
}

#lrg {
		max-width: 100%;
}

#maincontainer{
	max-width: 100vw;
	background-color: rgba(0, 0, 0, 1);
	
}

#container {
	flex: 1;
	display: inline-block;
	background-color: rgba(0, 0, 0, 1);
	max-width: 100%;
	padding-top: 15px;
}

#viddiv{
	position: relative;
	padding-bottom: 56.25%; 	
	height: 0;
	width: 100%;
	margin: 0 auto;
}

#viddiv video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@font-face {
	font-family: myFirstFont;
	src: url(fonts/SFNSDisplay-Bold.otf);
}


@font-face {
	font-family: thinFont;
	src: url(fonts/SFNSDisplay-Thin.otf);
}




