
/*
////////////////////////////////////////////////////////////////////////////////////////////
///                                                                                      ///
///  Developer Interactive UIUX  2021-2022                                               ///
///  Contact Shane Brumback https://www.shanebrumback.com                                ///
///  Message me for questions about this project                                         ///
///  I am developing this Open World Multiplayer PWA Concept using                       ///
///  Three.js and AWS Web Services Serverless Technologies                               ///                           
///                                                                                      ///
///                                                                                      ///
////////////////////////////////////////////////////////////////////////////////////////////
*/

body {
	/*background-image: url("/images/super-soldier-battle-forest-mountain.jpg");*/
	background-color: black;
    font-family: 'digital-clock-font';
	display: block;
	position: fixed;
	top: -10px;
}

#inputSearchBrowser {
	min-width: 75%;
	max-width: 75%;
	font-size: 1vw;
	height: 2vw;
}


#iconSearchBrowser {
	min-width: 10%;
	max-width: 50px;
	font-size: 2vw;
	color: white;
	padding-top: 5px;
	padding-right: 5px;
}

#selectCategoryBrowser {
	min-width: 98%;
	max-width: 98%;
	font-size: 1vw;
	color: rgb(64,64,64);
}

.divInputSearch {
	display: flex;
	text-align: right;
	font-size: 1.5vw;
	vertical-align: top;
}

.divCategory {
	text-align: left;
	vertical-align: middle;
	margin: 0px;
}

#selectCategoryBrowser {
	min-width: 98%;
	max-width: 98%;
	font-size: 1vw;
	height: 2vw;
	color: rgb(64,64,64);
}


#imgReticle {
	position: fixed;
	width: 75px;
    height: 75px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/*opacity: .35;*/
}

#appWrapper {
	display: block;
	min-width: 100%;
	min-height: 110%;
	position: fixed;
	top: 0;
	z-index: 10000;
}

@font-face {
	font-family: 'digital-clock-font';
	src: url('/fonts/digital-font-001/digital-7.ttf');
}

#divDigitalTimerIndexPage, #divDigitalTimerGame, #divHitData, #divScoreData{
	font-family: 'digital-clock-font';
	font-size: 2.5vw;
	min-width: 150px;
	max-width: 150px;
	min-height: 30px;
	max-height: 30px;
	text-align: center;
	margin: 0;
}

#divGameObjectiveInstrunctions {
	font-family: 'digital-clock-font';
	position: relative;
	top: 0px;
	left: 0px;
	min-width: 325px;
	max-width: 325px;
	font-size: 1vw;
	background-color: rgba(101, 67, 33, .45);
	text-shadow: 2px 2px black;
	text-align: left;
	border: 1px solid;
	border-color: lightgray;
	white-space: normal;
}

#divGameMessageData {
	font-family: 'digital-clock-font';
	font-size: 1vw;
	min-width: 150px;
	max-width: 150px;
	margin: 0;
	
}



#divScoreWrapper {
	display: flex;
	font-family: 'digital-clock-font';
	flex-direction: row;
	align-items: center;
	justify-content: center;
	min-height: 100px;
	max-height: 100px;
	min-width: 100%;
	max-width: 100%;
	position: fixed;
	top: 92%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	vertical-align: middle;
	margin: 0;
}



#divGameTime {
	font-family: 'digital-clock-font';
	font-size: 1.5vw;
	text-align: center;
	background-color: rgba(2, 7, 93, .35);
	border: 1px solid;
	margin: 0;
	border-color: lightgray;
	z-index: 9000;
	min-width: 150px;
	max-width: 150px;
	min-height: 75px;
	max-height: 75px;
	text-align: center;
	vertical-align: middle;
}

#divScore, #divGameMessage, #divHit {
	font-family: 'digital-clock-font';
	font-size: 1.5vw;
	text-align: center;
	background-color: rgba(2, 7, 93, .35);
	border: 1px solid;
    text-shadow: 2px 2px black;
	margin: 0;
	border-color: lightgray;
	z-index: 9000;
	min-width: 150px;
	max-width: 150px;
	min-height: 75px;
	max-height: 75px;
	text-align: center;
	vertical-align: middle;
	white-space: normal;
}



#divTargeted {
	position: relative;
	font-size: 1.5vw;
	text-align: center;
	color: green;
	background-image: url("/images/reticle-white-score.png");
	background-repeat: no-repeat;
	background-size: 75px 75px;
	background-color: rgba(2, 7, 93, .35);
	border: 1px solid;
	border-color: lightgray;
     text-shadow: 2px 2px black;
	margin: 0;
	z-index: 9000;
	vertical-align: middle;
	min-width: 75px;
	max-width: 75px;
	min-height: 75px;
	max-height: 75px;
	text-align: center;
	vertical-align: middle;
	line-height: 75px;
}

#centeredTargetedText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.reticle-center-screen {
	position: fixed;
	top: 50%;
	left: 50%;
	font-size: 3vw;
	margin-top: -50px;
	margin-left: -100px;
    text-align: center;
	z-index: 9000;
}

#divProgressBar {
	display: block;
	width: 100%;
	max-width: 30%;
	color: white;
	background-color: rgba(2, 7, 93, .35);
	font-size: 1.5vw;
	border: 1px solid;
	border-color: lightgray;
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;
	z-index: 10000;
}




#divGameStatsFPS {
    position: relative;
	margin: auto;
    text-align: center;
    min-width: 300px;
 
}



h1 {
     font-family: 'digital-clock-font';
	text-shadow: 2px 2px black;
	color: white;
	font-family: 'digital-clock-font';
	text-shadow: 2px 2px black;
	font-size: 2vw;
	width: 100%;
	text-align: center;
	margin: 0px;
	white-space: normal;
}

h2 {
	color: white;
    font-family: 'digital-clock-font';
	text-shadow: 2px 2px black;
	font-size: 1.5vw;
	width: 95%;
	margin: 0px;
}

p {
	padding: 10px;
	
	white-space: normal;
}



#divMinimizeMaximize {
	display: block;
	width: 100%;
	max-width: 300px;
	color: white;
	background-color: rgba(101, 67, 33, .45);
	font-size: 1.5vw;
	border: 1px solid;
	border-color: lightgray;
	border-radius: 0;
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow-y: hidden;
	overflow-y: auto;
	padding-left: 10px;
	padding-right: 10px;
}

#GlowLink {
	font-size: 1.5vw;
	text-shadow: 0 0 2px #fff, 0 0 1px #fff, 0 0 3px #fff, 0 0 6px #0fa;
	margin: auto;
}

#divGamePlayerListWrapper {
    font-family: 'digital-clock-font';
	text-shadow: 2px 2px black;
	position: fixed;
	top: 0;
	right: 10px;
	width: 100%;
	text-align: center;
	max-width: 325px;
	margin: auto;
	z-index: 10000;
}

#divGamePlayerList {
   font-family: 'digital-clock-font';
	text-shadow: 2px 2px black;
	display: block;
	width: 100%;
	max-width: 325px;
	min-height: 325px;
	max-height: 325px;
	color: white;
	background-color: rgba(101, 67, 33, .45);
	font-size: 1.5vw;
	border: 1px solid;
	border-color: lightgray;
	border-radius: 0;
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow-y: hidden;
	overflow-y: auto;
}

#sceneGameMapBottomRightWrapper {
	display: block;
	position: relative;
	width: 100%;
	color: white;
	vertical-align: middle;
	text-align: center;
	background-color: rgba(101, 67, 33, .45);
	position: relative;
	vertical-align: middle;
	width: 100%;
	max-width: 325px;
	border: 1px solid;
	border-color: lightgray;
}

#divGameTitleHeader {
	display: block;
	position: fixed;
	top: 2%;
	left: 50%;
	width: 70%;
	max-width: 70%;
	max-height: 50px;
	color: white;
	text-align: center;
	vertical-align: middle;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 6000;
	margin: 0;
	padding: 0px;

}

#imgLoading {
	min-width: 100%;
	min-height: 100%;
	object-fit: fill;
	position: fixed;
	top: 0;
	z-index: 0;
}

html {
	overflow: scroll;
	overflow: hidden;
	overflow-y: hidden;
}

::-webkit-scrollbar {
	width: 0; /* Remove scrollbar space */
	background: transparent; /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
	/*background: #FF0000;*/
}


html, body, p, label {
	height: 100%;
	margin: 0;
	
	font-size: 1vw;
}

#divFlexButtnn {
	display: flex;
	min-width: 100%;
	max-width: 100%;
	flex-direction: row;
	text-align: left;
	vertical-align: middle;
	margin: auto;
}

div{
	font-family: 'digital-clock-font';
	text-shadow: 2px 2px black;
	min-width: 300px;
	max-width: 300px;
	margin-top: 10px;
	color: white;
	font-size: 1.25vw;
}

button {
	font-family: 'digital-clock-font';
	min-width: 300px;
	max-width: 300px;
	margin-top: 10px;
	color: white;
	font-size: 1.25vw;
	background-color: rgba(101, 67, 33, .90);
}

#btnSignup, #btnCloseUserMessage {
	min-width: 250px;
	max-width: 250px;
	color: black;
	font-size: 1.5vw;
}


button:hover {
	box-shadow: 0 0 7px #fff, 0 0 5px #fff, 0 0 8px #fff, 0 0 15px #0fa;
}

i:hover {
	text-shadow: 0 0 7px #fff, 0 0 5px #fff, 0 0 8px #fff, 0 0 15px #0fa;
}

#playGameIcon:hover {
	text-shadow: 0 0 7px #fff, 0 0 5px #fff, 0 0 8px #fff, 0 0 15px #0fa;
}

#setFlyBy:hover {
	text-shadow: 0 0 7px #fff, 0 0 5px #fff, 0 0 8px #fff, 0 0 15px #0fa;
}

#activePlayerNameIcon:hover {
	text-shadow: 0 0 7px #fff, 0 0 5px #fff, 0 0 8px #fff, 0 0 15px #0fa;
}


td {
	margin: 0;
	min-width: 95%;
	text-align: left;
	font-family: 'digital-clock-font';
	text-shadow: 2px 2px black;
	font-weight: bold;
}

input {
    font-family: 'digital-clock-font';
	margin: 0;
	min-width: 95%;
	max-width: 95%;
	text-align: left;
	font-size: 1vw;
	font-weight: bold;
}

i {
	padding: 1vh;
	font-size: 2vw;
	vertical-align: middle;
}


.instructionsControls {
    font-family: 'digital-clock-font';
	text-shadow: 2px 2px black;
	display: block;
	min-width: 300px;
	max-width: 300px;
	color: white;
	font-size: 1vw;
	white-space: nowrap;
	vertical-align: middle;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	z-index: 6000;
}

#divCameraPositioningIndicatorWrapper {
	color: white;
	min-width: 300px;
	max-width: 300px;
	background-color: rgba(101, 67, 33, .45);
	font-size: 1vw;
	border: 1px solid;
	border-color: lightgray;
	border-radius: 0;
	white-space: nowrap;
	vertical-align: middle;
	z-index: 4000;
	overflow-y: auto;
	text-align: center;
}

#divCameraPositioningIndicatorContent {
	color: white;
	min-width: 95%;
	max-width: 95%;
	font-size: 1vw;
	left: 10px;
}

#icon {
	color: white;
	font-size: 60px;
}

#divCameraPositioningIndicatorTitle {
	color: white;
	font-size: 30px;
	min-width: 300px;
	max-width: 300px;
}

#TableCameraPositioningIndicator {
	color: white;
	font-size: 30px;
	min-width: 300px;
	max-width: 300px;
	text-align: center;
}


#divShowMenu {
	position: fixed;
	top: -40px;
	left: 0px;
	min-width: 325px;
	max-width: 325px;
	height: 100%;
	max-height: 100%;
	color: white;
	font-size: 1vw;
	white-space: nowrap;
	vertical-align: top;
	z-index: 5000;
	text-align: left;
	padding: 10px;
}

#divMenuContent {
	position: absolute;
	min-width: 325px;
	max-width: 325px;
	height: 100%;
	max-height: 900%;
	color: white;
	font-size: 1vw;
	white-space: nowrap;
	vertical-align: top;
	z-index: 5000;
	text-align: center;
	overflow: hidden;
	overflow-y: auto;
	padding: 10px;
}


#tbMainMenu {
	display: block;
	min-width: 300px;
	max-width: 300px;
	color: white;
	font-size: 1vw;
	white-space: nowrap;
	vertical-align: middle;
	z-index: 5000;
	text-align: center;
}

#btnShowMenu, #btnHideMenu {
	display: none;
	min-width: 100%;
	max-width: 100%;
	color: white;
	background-color: rgba(101, 67, 33, .45);
	font-size: 1vw;
	border: 1px solid;
	border-color: lightgray;
	border-radius: 0;
	vertical-align: top;
	z-index: 7000;
	text-align: center;

}

#btnHideMenu {
	display: block;
	min-width: 100%;
	max-width: 100%;
	color: white;
	background-color: rgba(101, 67, 33, .45);
	font-size: 1vw;
	border: 1px solid;
	border-color: lightgray;
	border-radius: 0;
	white-space: nowrap;
	vertical-align: middle;
	z-index: 7000;
	text-align: center;
}


.btnPlayAgain {
	display: block;
	min-width: 100%;
	max-width: 100%;
	color: white;
	background-color: rgba(101, 67, 33, .45);
	font-size: 1vw;
	border: 1px solid;
	border-color: lightgray;
	border-radius: 0;
	white-space: nowrap;
	vertical-align: middle;
	z-index: 4000;
	text-align: center;
}

.btnContactMe {

	min-width: 100%;
	max-width: 100%;
	color: white;
	background-color: rgba(101, 67, 33, .45);
	font-size: 1vw;
	border: 1px solid;
	border-color: lightgray;
	border-radius: 0;
	white-space: nowrap;
	vertical-align: middle;
	z-index: 4000;
	text-align: center;
}


#btnCameraDataOn, #btnCameraDataOff {
	display: none;
	min-width: 100%;
	max-width: 100%;
	color: white;
	background-color: rgba(101, 67, 33, .45);
	font-size: 1vw;
	border: 1px solid;
	border-color: lightgray;
	border-radius: 0;
	white-space: nowrap;
	vertical-align: middle;
	z-index: 4000;
	padding: 10px;
	text-align: center;
}

#btnCameraDataOff {
	display: block;
	min-width: 300px;
	max-width: 300px;
}




.divDevelopers{
    font-family: 'digital-clock-font';
    text-shadow: 2px 2px black;
	display: block;
	color: white;
	min-width: 100%;
	max-width: 100%;
	font-size: 1.5vw;
	background-color: rgba(101, 67, 33, .45);
	border: 1px solid;
	border-color: lightgray;
	border-radius: 0;
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;

}

#divGameLoadingData {
    font-family: 'digital-clock-font';
	display: none;
	color: white;
	font-size: 5vw;
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;
}

#blocker {
	min-width: 300px;
	max-width: 300px;
}

#instructions {
     font-family: 'digital-clock-font';
	text-shadow: 2px 2px black;
	display: none;
	min-width: 35%;
	max-width: 35%;
	color: white;
	text-align: left;
	background-color: rgba(101, 67, 33, .45);
	border: 1px solid;
	border-color: lightgray;
	border-radius: 0;
	white-space: nowrap;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	position: fixed;
	top: 52%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 6000;
}



#divGamePlayerSignIn {
    font-family: 'digital-clock-font';
	display: block;
	min-width: 35%;
	max-width: 35%;
	min-height: 500px;
	max-height: 500px;
	color: white;
	text-align: left;
	background-color: rgba(101, 67, 33, .45);
	border: 1px solid;
	border-color: lightgray;
	border-radius: 0;
	white-space: nowrap;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 6000;
}

	#divGamePlayerSignIn:hover {
		box-shadow: 0 0 7px #fff, 0 0 5px #fff, 0 0 8px #fff, 0 0 15px #0fa;
	}

#divUserMessageWrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	margin-top: -10px;
	min-width: 100%;
	min-height: 100%;
	z-index: 10000;
}

#divUserMessage {
	display: block;
	min-width: 350px;
	max-width: 350px;
	min-height: 350px;
	color: white;
	text-align: center;
	font-size: 1.5vw;
	background-color: rgba(101, 67, 33, .45);
	border: 1px solid;
	border-color: lightgray;
	border-radius: 0;
	vertical-align: middle;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 6000;
}



#instructionsModelLoaded {
    
    font-family: 'digital-clock-font';
	text-shadow: 2px 2px black;
	display: none;
	width: 100%;
	max-width: 30%;
	color: white;
	background-color: rgba(101, 67, 33, .45);
	font-size: 1.5vw;
	border: 1px solid;
	border-color: lightgray;
	border-radius: 0;
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10000;
}




#MenuText {
	min-width: 100%;
	max-width: 280px;
	margin: 0;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1vw;
	white-space: normal;
}

#divSendMessage{
    font-family: 'digital-clock-font';
     text-shadow: 2px 2px black;
	display: flex;
	flex-direction: column;
	position: absolute;
	color: white;
	min-width: 95%;
	max-width: 95%;
	background-color: rgba(101, 67, 33, .45);
	border: 1px solid;
	border-color: lightgray;
	border-radius: 0;
	font-size: 1vw;
}

#txtemail, #txtcemail, #txtfname,
#txtcompanyname, #txtphonenumber,
#txtcompanyname, #txtPlayerName {
	height: 30px;
	min-width: 85%;
	max-width: 85%;
	border-radius: 20px;
	text-align: center;
}


#txtMessage {
	width: 275px;
	min-width: 85%;
	max-width: 58%;
	min-height: 200px;
	text-align: left;
	font-family: 'digital-clock-font';
	text-shadow: 2px 2px black;
	font-size: 1vw;
}



#P1Value, #P2Value, #P3Value, #P4Value {
	font-size: 1.5vw;
	color: white;
	font-family: 'digital-clock-font';
	text-shadow: 2px 2px black;
	text-align: right;
}



#MenuSubTitle {
	white-space: normal;
	font-size: 1vw;
	width: 90%;
	max-width: 90%;
	height: 100%;
	max-height: 100%;
	padding: 2vh;
	vertical-align: middle;
	margin: auto;
}


#sceneGameMapBottomRight {
	position: relative;
	vertical-align: middle;
	width: 100%;
	max-width: 325px;
	border-radius: 0;
	z-index: 1000;
}



#btnSendMessage, #btnCancelMessage {
	background-color: rgba(101, 67, 33, .45);
	min-width: 250px;
	max-width: 250px;
	color: white;
	font-size: 1vw;
}
/*//////////////////////////////////*/

@media only screen and (max-width: 800px) {


     
#divScoreWrapper{
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    max-height: 100px;
    min-width: 100%;
    max-width: 100%;
    position: fixed;
	top: 92%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
    vertical-align: middle;
    margin: 0;
}

#divHit{
	font-size: 5vw;
    text-align: center;
    background-color: rgba(2, 7, 93, .35);
    border: 1px solid;
    margin: 0;
	border-color: lightgray;
	z-index: 9000;
    min-width: 150px;
    max-width: 150px;
    min-height: 100px;
    max-height: 100px;
    text-align: center;
    vertical-align: middle;
  
}

#divScore{
	font-size: 5vw;
    text-align: center;
    background-color: rgba(2, 7, 93, .35);
    border: 1px solid;
    margin: 0;
	border-color: lightgray;
	z-index: 9000;
    min-width: 150px;
    max-width: 150px;
    min-height: 100px;
    max-height: 100px;
    text-align: center;
    vertical-align: middle;
   
}
#divGameTime {
		font-size: 5vw;
		text-align: center;
		background-color: rgba(2, 7, 93, .35);
		border: 1px solid;
		margin: 0;
		border-color: lightgray;
		z-index: 9000;
		min-width: 150px;
		max-width: 150px;
		min-height: 100px;
		max-height: 100px;
		text-align: center;
		vertical-align: middle;
	}

#divTargeted{
    position: relative;
	font-size: 5vw;
    text-align: center;
    color: green;
    background-image: url("/images/reticle-001.png");
    background-repeat: no-repeat;
    background-size: 100px 100px;
    background-color: rgba(2, 7, 93, .35);
    border: 1px solid;
	border-color: lightgray;
    margin: 0;
	z-index: 9000;
    vertical-align: middle;
    min-width: 100px;
    max-width: 100px;
    min-height: 100px;
    max-height: 100px;
    text-align: center;
    vertical-align: middle;
    line-height: 100px;  
}

	html, body, p, label {
		margin: 0;
		font-family: 'digital-clock-font';
		font-size: 4vw;
		padding: 10px;
	}

	h2 {
		color: white;
		font-family: 'digital-clock-font';
		font-size: 4vw;
		width: 95%;
		margin: 0px;
	}

    neonText {
                color: #fff;
                text-shadow: 0 0 7px #fff, 0 0 10px #fff, 0 0 21px #fff, 0 0 42px #0fa
    }


	#btnSendMessage, #btnCancelMessage {
		background-color: rgba(101, 67, 33, .45);
		min-width: 250px;
		max-width: 250px;
		color: white;
		font-size: 4vw;
	}

	#divGameTitleHeader {
		display: none;
	}

	#GlowLink {
		font-size: 5vw;
		text-shadow: 0 0 2px #fff, 0 0 1px #fff, 0 0 3px #fff, 0 0 6px #0fa;
		margin: auto;
		padding: 10px;
	}

	#divCameraPositioningIndicatorWrapper, #btnCameraDataOn,
	#btnCameraDataOff {
		display: none;
	}

	div, button {
		font-family: 'digital-clock-font';
		color: white;
		min-width: 95%;
		max-width: 95%;
		margin-top: 10px;
		font-size: 5vw;
	}

	table {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		margin: 0;
		padding: 0px;
	}

	#MenuText {
		min-width: 100%;
		max-width: 100%;
		margin-bottom: 10px;
		font-size: 4vw;
		padding: 10px;
	}


	#MenuSubTitle {
		white-space: normal;
		font-size: 5vw;
		width: 100%;
		max-width: 100%;
		padding: 2vh;
		vertical-align: middle;
	}



	#divCameraPositioningIndicatorWrapper {
		min-width: 100%;
		max-width: 100%;
		background-color: rgba(101, 67, 33, .45);
		border: 1px solid;
		border-color: lightgray;
		border-radius: 0;
		white-space: nowrap;
		vertical-align: middle;
		z-index: 4000;
	}

	#divCameraPositioningIndicatorContent {
		color: white;
		min-width: 95%;
		max-width: 95%;
		font-size: 5vw;
		left: 10px;
	}

	#icon {
		color: white;
		font-size: 5vw;
	}


	#TableCameraPositioningIndicator {
		text-align: center;
		min-width: 100%;
		max-width: 100%;
	}




	#divShowMenu {
		position: fixed;
		top: 0;
		left: 0;
		min-width: 100%;
		max-width: 100%;
		min-height: 100%;
		max-height: 100%;
		white-space: nowrap;
		vertical-align: middle;
		z-index: 5000;
		text-align: center;
		overflow: hidden;
		overflow-y: auto;
		
	}

	#divMenuContent {
		position: absolute;
		min-width: 100%;
		max-width: 100%;
		min-height: 90%;
		max-height: 90%;
		white-space: nowrap;
		vertical-align: middle;
		z-index: 5000;
		text-align: center;
		overflow: hidden;
		overflow-y: auto;
	
	}


	#tbMainMenu {
		display: none;
		min-width: 100%;
		max-width: 100%;
		white-space: nowrap;
		vertical-align: middle;
		z-index: 5000;
		text-align: center;
	}

	#btnShowMenu, #btnHideMenu {
		display: block;
		min-width: 95%;
		max-width: 95%;
		color: white;
		font-size: 5vw;
		background-color: rgba(101, 67, 33, .45);
		border: 1px solid;
		border-color: lightgray;
		border-radius: 0;
		white-space: nowrap;
		vertical-align: middle;
		z-index: 7000;
		text-align: center;
		margin: auto;
	}

	#btnHideMenu {
		display: none;
		min-width: 95%;
		max-width: 95%;
	}



	.btnPlayAgain {
		display: block;
		color: white;
		min-width: 95%;
		max-width: 95%;
		font-size: 5vw;
		background-color: rgba(101, 67, 33, .45);
		border: 1px solid;
		border-color: lightgray;
		border-radius: 0;
		white-space: nowrap;
		vertical-align: middle;
		z-index: 4000;
		text-align: center;
	}


	#btnCameraDataOn, #btnCameraDataOff {
		display: none;
		color: white;
		min-width: 95%;
		max-width: 95%;
		font-size: 5vw;
		background-color: rgba(101, 67, 33, .45);
		border: 1px solid;
		border-color: lightgray;
		border-radius: 0;
		white-space: nowrap;
		vertical-align: middle;
		z-index: 4000;
		padding: 10px;
		text-align: center;
	}

	#btnCameraDataOff {
		display: block;
		color: white;
		min-width: 95%;
		max-width: 95%;
		font-size: 5vw;
	}


	#blocker {
		color: white;
		min-width: 100%;
		max-width: 100%;
		font-size: 5vw;
	}



	.divDevelopers {
        font-family: 'digital-clock-font';
        text-shadow: 2px 2px black;
		display: block;
		color: white;
		min-width: 95%;
		max-width: 95%;
		font-size: 5vw;
		background-color: rgba(101, 67, 33, .45);
		border: 1px solid;
		border-color: lightgray;
		border-radius: 0;
		white-space: nowrap;
		vertical-align: middle;
		text-align: center;
	}



	.instructionsControls {
        font-family: 'digital-clock-font';
		display: block;
		min-width: 95%;
		max-width: 95%;
		color: white;
		background-color: rgba(101, 67, 33, .45);
		font-size: 4vw;
		border: 1px solid;
		border-color: lightgray;
		border-radius: 0;
		white-space: nowrap;
		vertical-align: middle;
		text-align: center;
	}

	#instructionsModelLoadedWrapper, #instructionsModelLoaded {
         font-family: 'digital-clock-font';
		display: none;
		width: 100%;
		max-width: 30%;
		color: white;
		background-color: rgba(101, 67, 33, .45);
		font-size: 5vw;
		border: 1px solid;
		border-color: lightgray;
		border-radius: 0;
		white-space: nowrap;
		vertical-align: middle;
		text-align: center;
		position: fixed;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 10000;
	}


	.btnContactMe {
		display: block;
		color: white;
		min-width: 95%;
		max-width: 95%;
		font-size: 5vw;
		background-color: rgba(101, 67, 33, .45);
		border: 1px solid;
		border-color: lightgray;
		border-radius: 0;
		white-space: nowrap;
		vertical-align: middle;
		text-align: center;
	}

	#divSendMessage{
		display: flex;
		flex-direction: column;
		position: absolute;
		color: white;
		min-width: 90%;
		max-width: 90%;
		background-color: rgba(101, 67, 33, .45);
		border: 1px solid;
		border-color: lightgray;
		border-radius: 0;
		font-size: 6vw;
	}

	#imgLoading {
		position: fixed;
		left: -500px;
		width: 1591px;
		height: 100%;
		z-index: 0;
	}

	input {
        font-family: 'digital-clock-font';
		margin: 0;
		min-width: 95%;
		max-width: 95%;
		text-align: left;
		font-size: 6vw;
		font-weight: bold;
	}



	i {
		padding: 3vh;
		font-size: 10vw;
		vertical-align: middle;
	}

	#divGamePlayerList {
		display: none;
	}

	#divGamePlayerSignIn {
		display: none;
	}

	#divGameLoadingData {
		display: none;
	}

	#divGamePlayerList {
		display: none;
	}

	#btnDevelopers {
		display: none;
	}

	#divMinimizeMaximize, #divGamePlayerList, #divGameTitleHeader,
	#divGamePlayerSignIn, #sceneGameMapBottomRightWrapper {
		display: none;
	}

	#appWrapper {
		display: block;
		min-width: 100%;
		min-height: 100%;
		position: fixed;
		top: 0;
	}

    
#divScoreWrapper{
	display: none;
}




}
