@charset "utf-8";
/* CSS Document */
body {
	background-color: #272727;
	
}
video {
	height: 100%;
	width: 100%;
	border: #FF7E80;
	top: 0px;
	
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
  }

#mainDiv {
	text-align: center;
	position: relative;
  	left: 0px;
	top: 10%;
	
}
button {
	background-color: Transparent;
	border: medium;
	outline:none;
	
}


#divchoice{
	position: relative;
	height: 5vh;
	left: auto;
	right: auto;
	width: 100%;
	top: 10%;
}

/*#choice1a:hover, #choice1b:hover,#choice2a:hover, #choice2b:hover   {
	color: #D057FF;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),0 6px 20px 0 rgba(0, 0, 0, 0.19);;
} */


#progressBar{
	position: relative;
	left: 10%;
	right: 10%;
	width: 80%;
	background-color: grey;
	
}
#bar{
	width:0%;
	background-color: green;
	height: 5px;
}
#divchoice1AB {
	position: absolute;
	opacity: 0;
	z-index: -100;
	text-align: center;
	width: 100%;
	}	


#progressBar2{
	position: absolute;
	left: 10%;
	right: 10%;
	width: 80%;
	background-color: grey;
	
}
#bar2{
	width:0%;
	background-color: green;
	height: 5px;
}

#divchoice2AB {
	position: absolute;
	opacity: 0;
	z-index: -200;
	text-align: center;
	width:100%;
	}

#progressBar3{
	position: absolute;
	left: 10%;
	right: 10%;
	width: 80%;
	background-color: grey;
	
}
#bar3{
	width:0%;
	background-color: green;
	height: 5px;
}

#divchoice3AB {
	position: absolute;
	opacity: 0;
	z-index: -200;
	text-align: center;
	width:100%;
	}

#progressBar4{
	position: absolute;
	left: 10%;
	right: 10%;
	width: 80%;
	background-color: grey;
	
}
#bar4{
	width:0%;
	background-color: green;
	height: 5px;
}


#divchoice4ABCD {
	
	position: absolute;
	opacity: 0;
	z-index: -200;
	text-align: center;
	width: 100%;
	}


.choice {
	color: white;
	opacity: 0.6;
	background-color: transparent;
	font-size: 24px;
	align: center;
	
}



.choice:hover {
	/*color: black;
	opacity: 1;
	background-color:white;
	box-shadow:0 4px 40px 8px #ffffff,0 6px 20px 0px #ffffff;
	border-radius: 6px;
	border: none;*/
	
	text-decoration: underline;
	background-color:transparent;
	color: white;
	opacity: 1;
	
}

/*
.playpause {
	color: white;
	font-size: 30px;
	opacity: 0.8;
	height: vh;
	
}
.playpause:hover {
	color: black;
	opacity: 1;
	background-color: white;
	border-radius: 10px;
	
}
*/


@media only screen and (min-width: 768px) {
 video {
    height: 100%;
  }
	
}

@media only screen and (min-width: 1200px) {
 video {
    height: 78vh;
  }
}

@media only screen and (max-width: 1200px) {
	video {
		position: relative;
		top: 25px;	
	}
	
	#divchoice{
		top: 13%;
	}

}
@media only screen and (max-width: 800px) {
	video {
		position: relative;
		top: 25px;	
	}
	
	#divchoice{
		top: 13%;
	}
}