.container {
  aspect-ratio: 16 / 9;
  
}

html {
 
  z-index: 1;
  font-size: 2em;
  orientation: landscape;
 
}

body {
  overflow: hidden;
  font-family: "typReg";
  font-size: 2em;
  background-color: #222222;
 }

@font-face {
  font-family: "typSupBld";
  src:url("/assets/UbuntuMono-Bold.ttf") format('truetype');
}

@font-face {
  font-family: "chkTyp";
  src:url("/assets/MartianMono-VariableFont_wdth,wght.ttf") format('truetype');
}

@font-face{
 font-family: 'typReg';
 src:url("/assets/UbuntuMono-Regular.ttf") format('truetype');
}

@font-face{
  font-family: 'typBld';
  src:url("/assets/UbuntuMono-Bold.ttf") format('truetype');
 }
 
 @font-face{
  font-family: 'typIt';
  src:url("/assets/UbuntuMono-BoldItalic.ttf") format('truetype');
 }
 



.h1 {
  font-family: 'typSupBld';
  font-weight:bold;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  
}

.h2 {
  font-family: 'typBld';
}

.gmType {
  font-family: 'typBld';
}


  /* CSS */ 
.button-31 {   
  background-color: #222;
  border-radius: 7px;
  box-sizing: border-box;
  color: turquoise;
  cursor: pointer;
  display: inline-block;
  font-family: "typSupBld";
  line-height: 1.25em;
  margin: 0;
  max-width: none;
  border: 2px solid black;
  overflow: hidden;
  padding: .15em;
  position: relative;
  z-index:0;
  text-align: center;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  
}

.button-31:hover {
  background-color: black;
  border-color: oldlace;
}

.button-31:active {
  background-color: black;
  color: yellow;
}


  
.button-32 {
  background-color: #222;
  border-radius: 7px;
  
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "typSupBld";
 
  line-height: 1em;
  margin: 0;
  max-width: none;
  border: 2px solid black;
  overflow: hidden;
  padding: .15em;
  position: relative;
  z-index:0;
  text-align: center;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  
}

.button-32:hover {
  background-color: transparent;
  background-size: contain;
  background-image: url("/assets/gumShoeButY.svg");
  color: turquoise;
}

.button-32:active {
  background-color: transparent;
  background-size: contain;
  background-image: url("/assets/gumShoeButG.svg");
  color: red;
}

.button-30 {
  background-color: #222;
  border-radius: 7px;
  box-sizing: border-box;
  color: lightgreen;
  cursor: pointer;
  display: inline-block;
  font-family: "typSupBld";
  line-height: 1.25em;
  margin: 0;
  max-width: none;
  border: 2px solid black;
  overflow: hidden;
  padding: .15em;
  position: relative;
  z-index:0;
  text-align: center;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  
}

.button-30:hover {
  background-color: black;
  border-color: oldlace;
  
}

.button-30:active {
  background-color: black;
  color: yellow;
  ;
 }

 /* Sound Button */
.soundButOn {
	background: url("/assets/speaker-128.png");
	background-position: center;
	background-color: turquoise;
	background-repeat: no-repeat;
	border: 2px solid #232323;
	border-radius: 8px;
	box-shadow: #422800 2px 2px 0 0;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}

.soundButOn:hover {
	background-color: #fff00f;
}

.soundButOn:active {
	box-shadow: #422800 2px 2px 0 0;
	
}

.soundButOff {
	background: url("/assets/mute-128.png");
	background-position: center;
	background-color:  #ff6464;
	background-repeat: no-repeat;
	border: 2px solid #232323;
	border-radius: 8px;
	box-shadow: #422800 2px 2px 0 0;
	cursor: pointer;
	display: inline-block;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}

.soundButOff:hover {
	background-color: #fff00f;
}

.soundButOff:active {
	box-shadow: #422800 2px 2px 0 0;
}

/* Settings - Help Button */
.QBut {
	background: url("/assets/help.png");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 6px;
  cursor: pointer;
  border: none;
  user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}

.QBut:hover {
  background-color:rgba(236, 239, 33, 0.6);
	
}

/* .QBut:active {
  background-color:rgba(236, 239, 33, 0.6);
} */

/* Settings - Help Button */
.CrBut {
	background: url("/assets/grin8_250.png");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 6px;
  cursor: pointer;
  border: none;
  user-select: none;
	-webkit-user-select: none;
	touch-action:manipulation;
}

.CrBut:hover {
  background-color:rgba(236, 239, 33, 0.6);
	
}

/* .CrBut:active {
  background-color:rgba(236, 239, 33, 0.6);
} */



@media screen and (min-width:55px) and (orientation: portrait) {
  html {
    transform: rotate(-90deg);
    transform-origin: left top;
    height: 100vw;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
  }
}

.loader {
  margin-left: auto;
  margin-right: auto;
  height:100vh;
  width: 100%;            
  background-image: url("/assets/gumShoeA.gif");
  background-position: center center;
  background-repeat: no-repeat;
  background-size:100px;
  
  

  
}
