body {
	margin:0;
	border:solid;
	overflow: auto;
	border-color:#3300FF;}
.hidden {
	display: none;
}
.header {
	background-color:#3300FF;
	color:white;
	font-weight:bold;
	font-size:16px
}
.title {
	background-color:#3300FF;
	padding-top: 5px;
	padding-bottom: 5px;
	color:white;
	text-align:center;
	left: 0;
	top: 0;
	width:100%;
	font-weight:bold;
	font-size:20px;}
.footer {
	position: fixed;
	background-color:#3300FF;
	color:white;
	font-weight:bold;
	font-size:10px;
	left: 0;
	 bottom: 0;
	padding-bottom: 10px;
	width:100%;
	padding-top: 5px;
	text-align:top;}
.divline {
	background-color:black;
	color:white;
	font-weight:bold;
	font-size:2px
}
.dark {
	background-color:#6699FF;
	color:black;
	font-weight:bold;
	font-size:16px
}
.light {
	background-color:#66CCFF;
	color:black;
	font-weight:bold;
	font-size:16px
}
.red {
	background-color:red;
	color:white;
	font-weight:normal;
	font-size:16px
}
.green {
	background-color:green;
	color:white;
	font-weight:normal;
	font-size:16px
}
.yellow {
	background-color:yellow;
	color:black;
	font-weight:normal;
	font-size:14px
}
.nav {
	text-align:center;
	vertical-align:top;
	font-size:10px
}
.nextnav {
	text-align:center;
	vertical-align:top;
}
a {
	color:white;
	width= auto;
}
table {
	border-collapse: separate;
	text-align:center;
}.container{position: relative;
	width: 100%;
	height: 0;
	
	padding-bottom: 100%;
}
.video {position: absolute;
	top: 0;
	left: 0;
	
	width: 100%;
	height: 100%;
}
.header--nav {
	background:#3300FF;
	padding: 1em;
	margin: 0;
	text-align: center;
	overflow: auto;
	height: 100%;
	width: 60%;
	max-width: 120px;
	position: fixed;
	z-index: 1;
	top: 0;
	left: -100%;
	transition: left 0.5s ease-out;
}
.header--nav a {
	display: block;
}
.active .header--nav {
	left: 0;
}
.active:after {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.open-menu {
	background-color:#3300FF;
	color:white;margin-right: 1em;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	position: absolute;
	top: 5px;
	left: 30px;
}
.close-menu {
	margin-bottom: 1em;
}

