body, html {
  height: 100vh;
  margin: 0;
}

body{
	background-image: url("images/tile.png");
	background-repeat: repeat;
	/*touch-action: none;*/
}

/******************************/
/**** COMMON PAGE ELEMENTS ****/
/******************************/
.title{
  font-family: Arial, Helvetica, sans-serif;
  padding: 1px;
  padding-left: 90px;
  padding-right:90px;
  text-align: center;
  color: white;
  font-size: 30px;
}

/*Provides space so page content clears controls when scrolling to bottom.*/
#space80{
	width:100%;
	height:80px;
}

/******************/
/**** CONTROLS ****/
/******************/
.butsBotRightToc {
	position: fixed;
	bottom:0px;
	right:0px;
}

.butsBotRight {
	position: fixed;
	bottom:0px;
	right:0px;
}

.butsBotRightMin {
	display:none;
	position: fixed;
	bottom:0px;
	right:0px;
}

.butsBotRightMax {
	display:none;
	position: fixed;
	bottom:0px;
	right:0px;
}

.butsBotRightEoi {
	display:none;
	position: fixed;
	bottom:0px;
	right:0px;
}

.butsBotLeft {
	position: fixed;
	bottom:0px;
	left:0px;
}

.butsTopLeft {
	position: fixed;
	top:0px;
	left:0px;
}

.controlBut{
	height:60px;
}

.btns > a > img {
	padding-left: 10px;
}

.audioRestricted {
	opacity: 0.7;
}

/* Set the cover size based on situation */
.cover {
	display: block;
	margin: auto;
	max-width: 70%;
	max-height: calc(100vh - 100px);
}

/* Phone In Portrait */
@media only screen 
	and (min-device-width: 320px) 
	and (max-device-width: 480px)
	and (orientation: portrait) {
		.cover {
			max-width: 95vw;
		}
}

/* Phone In Landscape */
@media only screen 
	and (min-device-height: 320px) 
	and (max-device-height: 480px)
	and (orientation: landscape) {
		.cover {
			max-height: unset;
		}
}


/* Patreon button is oversized compared to rest so shrink and shift up a bit to look nice. */
.patreonBut{
	height:53px;
	margin-bottom:5px;
}

#audiobar{
	position:absolute;
	bottom:70px;
	right:5px;
	border: 0px solid red;
}
