#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: 1515px;
	text-align: center;
	line-height: 150px;
}

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

#div2 {
	display: none;
  background-color: RGB(250, 250, 230);
  border: 2px solid black;
	height: 822px;
	width: 223px;
	margin: 0px;
}

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

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

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

#popBtn0 {
	width: 100%;
	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;
	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);
}

    																				
.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;
}
																	
.popup4 {
	display: block;
	background: #00f;
	width: auto;
	height: auto;
	border: 1px solid black;
}
										
.popup6 {
	display: block;
	background: #fff;
	width: auto;
	height: auto;
}

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 grey */
	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); }
}



