html, body{
	margin: 0px;
	padding: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body, .fs{
	width: 100%;
	height: 100%;
}

.buttons{
	padding: 5px;
}

.soundButton{
	padding: 14px;
	margin: 5px;
	background-color: #87C767;
	color: white;
	border: none;
	font-size: 20px;
	border-radius: 5px;
	cursor: pointer;
	min-width: 80px;
}

.soundButton:focus{
	outline:0;
}

.soundButton:hover{
	background-color: #669C4B;
}

.soundButton:active{
	background-color: #4E7B38;
}

.herman{
	width: 300px;
	height: 300px;
	/*position: fixed;*/
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	pointer-events:none;
}

@media (max-width: 500px), (max-height: 500px){
	.herman{
		position: fixed;
		width: 100px;
		height: 100px;
		right: 0px;
		bottom: 0px;
	}
}

.hermanBG{
	background-image: url(/img/herman.png);
	z-index: 10;
	overflow: hidden;
}

.hermanMouth{
	background-image: url(/img/mouth.png);
	z-index: 20;
	position: relative;
}