#glcanvas {
    border: 2px solid black;
    background-color: black;
	width: 1280px;
	height: 820px;
}


ul {
	list-style-type: none;
  background: #3399ff;
	padding: 5px;
	font-family: verdana;
	text-align: left;
}

li:hover {
	font-size: 20px;
	background-color: #1379df;
	color: #000000;
}

p
{
	font-size: 20px;
	text-align: center;
}

video {
    display: none;
}

#frameselector
{
	animate({width:100});
}


#div0 {
  	background-color: RGB(0, 0, 177);
	width: 1347px;
	height: 827px;
	text-align: center;
	line-height: 150px;
}

#div1 {
	background-color: RGB(177, 177, 177);
	color: white;
	font-size: 20px;
	width: 1282px;
	height: 820px;
	padding: 2px;
	line-height: 25px;
}

#div2 {
  	background-color: RGB(255, 255, 255);
	width: 60px;
	height: 828px;
	margin: 0px;
}
										
.popup0 {
	width: auto;
  	background: #fff;
	text-align: center;
	border-radius: 6px;
	border: 1px solid black;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.1);
	padding: 0px, 30px, 30px;
	color: #333;
	visibility: hidden;
	transition: transform 0.4s, top 0.4s;
}

.open-popup0 {
	visibility: visible;
	top: 50%;
	transform: translate(-50%, -50%) scale(1);
}

.pop0 img {
	width: auto;
	margin-top: 10px;
	border-radius: 0%;
	box-shadow: 0 2px 5px rgba(0, green, blue, alpha);
}

#popBtn0 {
	margin-top: 20px;
	padding: 10px 0;
	background: #0000ff;
	color: #fff;
	border: 0;
	outline: none;
	font-size: 18px;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

#popBtn1 {
	margin-top: 20px;
	padding: 10px 0;
	color: #fff;
	background: #6fd649;
	border: 0;
	outline: none;
	font-size: 18px;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

    																				
.popup1 {
	display: none;
	position: absolute;
	top: 28%;
	left: 50%;
	background: #00f;
	font-size: 20px;
	width: auto;
	height: auto;
	padding: 3px;
	border: 1px solid black;
	margin-left: -250px; /*Half the value of width to center div*/
	margin-top: -250px; /*Half the value of height to center div*/
	z-index: 200;
}
														
.popup2 {
	display: none;
	position: absolute;
	top: 28%;
	left: 50%;
	background: #00f;
	font-size: 20px;
	width: auto;
	height: auto;
	padding: 10px;
	border: 1px solid black;
	margin-left: -250px; /*Half the value of width to center div*/
	margin-top: -250px; /*Half the value of height to center div*/
	z-index: 200;
}
																	
.popup3 {
	display: none;
	position: absolute;
	top: 28%;
	left: 50%;
	background: #00f;
	font-size: 20px;
	width: auto;
	height: auto;
	padding: 10px;
	border: 1px solid black;
	margin-left: -250px; /*Half the value of width to center div*/
	margin-top: -250px; /*Half the value of height to center div*/
	z-index: 200;
}
										
.popup5 {
	display: none;
  	background-color: RGB(250, 250, 250);
 	color: RGB(0, 0, 255);
	font-size: 20px;
	text-align: center;
}
										
.popup6 {
	display: none;
	background: #fff;
	width: auto;
	height: auto;
}
										
.popup7 {
	display: none;
	position: absolute;
	top: 48%;
	left: 50%;
	background: #00f;
	font-size: 20px;
	width: auto;
	height: auto;
	padding: 20px;
	border: 1px solid black;
	margin-left: -250px; /*Half the value of width to center div*/
	margin-top: -250px; /*Half the value of height to center div*/
	z-index: 200;
}

.popup8 {
	display: none;
	position: absolute;
	top: 30px;
	left: 25px;
	background: #006;
	font-size: 20px;
	width: 1230px;
	height: 40px;
	border-radius: 15px;
	padding: 10px;
}
										
.popup8Image {
	visibility: hidden;
	background: #fff;
	width: auto;
	height: auto;
}

.popup9 {
	display: none;
	position: absolute;
	top: 30px;
	left: 350px;
	background: #009;
	font-size: 20px;
	width: 600px;
	height: auto;
	padding: 2px;
}
										
.popup10 {
	display: block;
  	background-color: RGB(250, 250, 250);
 	color: RGB(0, 0, 255);
	font-size: 20px;
	text-align: center;
}
										
.popup11 {
	display: block;
  	background-color: RGB(250, 250, 250);
 	color: RGB(0, 0, 255);
	font-size: 20px;
	text-align: center;
}
										
.popup12 {
	display: block;
  	background-color: RGB(250, 250, 250);
 	color: RGB(0, 0, 255);
	font-size: 20px;
	text-align: center;
}

label {
	display: inline-block;
	width: 110px;
}


#submitBtn0 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 0;
	background: #6fd649;
	color: #fff;
	border: 0;
	outline: none;
	font-size: 18px;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

#submitBtn1 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 0;
	background: #6fd649;
	color: #fff;
	border: 0;
	outline: none;
	font-size: 18px;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.loader {
	display: block;
	position: absolute;
	top: 350px;
	left: 581px;
	border: 16px solid #f3f3f3;	/* Light gray */
	border-top: 16px solid #3498db;	/* Blue */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.flex-container {
	display: flex;
	background-color: RGB(0, 0, 250);
	align-items: center;
	vertical-align: center;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
}


