html {
	min-height: 100vh !important;
	height: 100vh;
	box-sizing: border-box;
}
	*, *:before, *:after {
	box-sizing: inherit;
}
body {
	margin: 0;
	background: #FFFFFF;
	/*font-family: font-face;*/
	font-family: Verdana, Geneva, sans-serif;
}
#gameContainer {
	width: 100vw;
	height: 100vh;
}
canvas {
	width: 100%;
	height: 100%;
	display: block;
}
/* try to handle mobile dialog */
canvas + * {
	z-index: 2;
	}
h1 { 
  display: block;
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0;
  margin-right: 0;
  font-weight: normal;
}

.logo {
	display: block;
	/*width: max-width: 100vw;
	height: max-height: 70vh;*/
}

.progress {
	margin: 1.5em;
	border: 1px solid rgba(4, 3, 114, 1);
	width: 50vw;
	display: none;
}
.progress .full {
	margin: 2px;
	background: rgba(4, 3, 114, 1);
	height: 1em;
	transform-origin: top left;
}
.loadtext{
	width: 50vw;
	text-align: center
}
#loader {
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: white;
}

.spinner,
.spinner:after {
	border-radius: 50%;
	width: 5em;
	height: 5em;
}
.spinner {
	margin: 10px;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(200, 200, 200, 1);
	border-right: 1.1em solid rgba(200, 200, 200, 1);
	border-bottom: 1.1em solid rgba(200, 200, 200, 1);
	border-left: 1.1em solid rgba(0, 167, 225, 1);
	transform: translateZ(0);
	animation: spinner-spin 1.1s infinite linear;
}
@keyframes spinner-spin {
	0% {
		transform: rotate(0deg);
}
	100% {
		transform: rotate(360deg);
	}
}

/****************************************
  ==== Popup
****************************************/
.mfp-bg {
	background-color: rgba(0,0,0,0.0);
}
.mfp-close{
text-shadow: black 0px 0px 3px;
}
.base-backing{
	position: absolute;
	position-left: 0px;
	position-top: 0px;
}
.white-popup {
	position: relative;
	background: white;
	padding: 20px 20px 20px 20px;
	max-width: 1280px;
	height: auto;
	margin: auto;
	text-align: left;
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-family: font-face;*/
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Avenir Next, Times, Futura
	border-top: 11px solid transparent;
}

.fullWidthColumn{
	float: left;
	width:100%;
	max-height: 650px;
}
.leftColumn{
	float: left;
	width:50%;
	max-height: 650px;
}
.rightColumn{
	float: left;
	padding-left: 20px;
	width:50%;
	max-height: 600px;
}
.textArea{
	/*float: left;
	padding-left: 20px;
	width:50%;*/
	padding-right: 5px;
	max-height: 520px;
	overflow-y: auto;
	font-size: 17px;
	
	/*-webkit-user-select: none;  Safari */        
	/*-moz-user-select: none; Firefox */
	/*-ms-user-select: none; IE10+/Edge */
	/*user-select: none;  Standard */
}

.solovideo{
	text-align:center;
	float: center;
	width:100%;
}


.imageholder{
	width: 100%;
	height: 512px;
	position: relative;
}
.imageholder img{
	max-width: 100%;
	max-height: 100%;
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	
}


.cover{
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	height:100%;
	background-color: clear;
}

/****************************************
  ==== Scrolling images
****************************************/

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  background: white;
  width:100%;
  position: relative;
  margin: auto;
  /*border-style: solid;
  border-width: 1px;
  border-color: black;*/
  height:518px;

}

/* Hide the images by default */
.slider {
	display: none;
	padding-left: 30px;
	padding-right: 30px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  text-shadow: black 0px 0px 3px;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  font-family: Avenir Next, Times, Futura;
}

/* Position the "next button" to the right */
.next {
  right: 0;

}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.4);
}


/* Caption text */
.text {
  color: white;
  text-shadow: black -1px -1px 0px;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: white;
  text-shadow: black -1px -1px 0px;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.aftertext{
	float: left;
	top: -50px;
	width: 50%;
	vertical-align: bottom;
	height: 40px;

	background-color: red;
}
/*audio button */
.audioLink{
	margin-top: 20px;
	padding: 5px;
	padding-right: 10px;
	background-color: white;
	width: 100%;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(186,134,63,1);
	border-radius: 20px;

	cursor: pointer;
}
/* The dots/bullets/indicators */
.dotc{
	position: relative;
	top: -16px;
	width: 100%;
	line-height: 54px;
	height: 34px;
	text-align: center;
}
.dots{
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
}
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

iframe {
	border-style: none;
}

/* floating button */

.helpbutton{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	text-align:center;
}
.fullscreenbutton{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	text-align:center;
	opacity: 0.5;
}
.fullscreenbutton:hover{
	opacity: 1.0;
}
/* info popup*/
/* floating button */

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#001c44;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size: 46px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	border: 1px solid white;
	opacity: 0.5;
}
.float:hover{
	opacity: 1.0;
}
.helpinstructions{
	position:fixed;
	bottom:0px;
	right:5px;
	color: white;
}
/*Help*/
.help-popup {
	position: relative;	
	background: #FFFFFF;
	max-width: 1024px;
	max-height: 470px;/*422px;*/
	margin: auto;
}
.help-popup .mfp-close{
	color: #FFFFFF;
	text-shadow: black 0px 0px 3px;
}
 /* hide mobile version by default */
.help-popup .mobile {
	display: none;
}

.help-popup .desktop {
	display: block;
}

.help-popup .title
{
	background-color: #040372;
	color: white;
}
.help-popup .helpimg
{
	width:100%;
}
.help-popup table{
	table-layout: fixed;
}
.help-popup td, tr{
	border: 0px solid black;
}
/* info columns */
.infoarea{
	overflow-y: auto;
	max-height: 600px;
	padding: 20px;
}
	
.column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: center;
  padding: 8px;
}

/* youtube live */

.livebutton{
	position:fixed;
	width:300px;
	height:60px;
	top:20px;
	margin-left:20px;
	left: 0vw;
	background-color:#001c44;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size: 46px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	border: 1px solid white;
	opacity: 0.5;
	transition: 0.3s;
}
.livebutton:hover{
	opacity: 1.0;
}
/*Help*/
/*.youtubelive-popup {

	background: #FFFFFF;
	max-width: 1024px;
	max-height: 422px;
	margin: auto;
}*/
.exhibition{

	/*background-color: green;*/
	position: absolute;

	/*width: 70vw;
	height: 100vh;*/
	left:0px;
	overflow-x: hidden;
	transition: 0.5s;
}
.ytl-popup {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  /*background-color: rgba(4, 3, 114);
  background-color: rgba(4, 3, 114, 0.5);*/
  background-color: rgba(24, 24, 24, 0.5);
  overflow-x: hidden;
  transition: 0.5s;
}

.ytl-content {
  position: relative;
  /*top: 25%;*/
  width: 100%;
  text-align: center;
  /*margin-top: 30px;*/
  /*height:100%;*/
  /*vertical-align: middle;*/
  top: 50%;
  transform: translateY(-50%);
}
#ytlvideocontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
#ytlchatcontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
#live-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#live-chat {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ytl-popup a {
  /*padding: 8px;*/
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.ytl-popup a:hover, .overlay a:focus {
  color: #f1f1f1;
}
.ytl-popup .closebtn {
  position: absolute;
  top: -10px;
  right: 10px;
  font-size: 60px;
}

/* chat https://chatv2.septapus.com/*/


/*------------------*/