body {
	font-family: "OpenSans", sans-serif;
}

#map {
	width: 100%;
	height: 100%;
	
	position: absolute;
	top: 0px;
	left: 0px;

}

.subEntry {
	padding-left: 36px;
}

#hintbox {
	position: absolute;
	bottom: 64px;
    display: flex;
    justify-content: center;
	width: 100%;
	
	z-index: 10000;
}

#hint {
	display: none;
	opacity: 0;
	background-color: black;
	border-radius: 8px;
	padding: 16px 32px;
	color: white;
	font-size: 24px;
	
	z-index: 10000;
}