body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: black;
	background-image: url("../img/pozadi.webp");
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height:97vh;
	color: whitesmoke;
	scrollbar-color: dark;
}

footer {
	position: fixed;
	bottom: 0.8vw;
	right: 0.8vw;
	font: bold 0.75vw sans-serif;
	color: #cc0000;
}


/* ---- VÝKUSY ------ */

#listaleva {
	position: fixed;
	top: 0vw;
	left: 0vw;
	z-index: 100;
	height: 0vw;
	width: 13vw;
	border-style: solid;
	border-width: 1.8vw 2vw 0vw 0vw;
	border-color: rgba(30,30,30,0.7) transparent transparent transparent;
}

#listalevain {
	margin-top: -1.8vw;
	width: 100%;
	height: 1.8vw;
	font: bold 0.78vw sans-serif;
	color: rgb(228,228,228);
}

#listaavatar {
	position: relative;
	top: 6%;
	left: 0.6vw;
	float: left;
	width: 1.5vw;
	margin-right: 0.7vw;
	opacity: 0.9;
	cursor: pointer;
}

#listajmeno {
	position: relative;
	top: 22%;
	left: 0.6vw;
	float: left;
	opacity: 0.9;
}


/* MENU - DLAŽDICE --------------------------*/

.dlazdice {
	position: absolute;
	width: 8.7vw;
	text-align: center;
	background-color: rgba(0,0,0,0.6);
	backdrop-filter: blur(5px);
	border-radius: 1vw;
}

.dlazdice img {
	width: 6vw;
	margin-top: 0.8vw;
	opacity: 0.8;
	transition: 0.15s;
}

.dlazdice img:hover {
	transform: scale(1.1);
	opacity: 1;
	cursor: pointer;
}

.dlazdice p {
	margin-top: 0.75vw;
	font: bold 0.78vw Arial, sans-serif;
	color: rgba(244,244,244,0.9);
	line-height: 130%;
}

#dl1 {
	left: 22.5vw;
	top: 10vw;
}

#dl2 {
	left: 34vw;
	top: 10vw;
}

#dl3 {
	left: 45.5vw;
	top: 10vw;
}

#dl4 {
	left: 57vw;
	top: 10vw;
}

#dl5 {
	left: 68.5vw;
	top: 10vw;
}

#dl6 {
	left: 22.5vw;
	top: 22vw;
}

#dl7 {
	left: 34vw;
	top: 22vw;
}

#dl8 {
	left: 45.5vw;
	top: 22vw;
}

#dl9 {
	left: 57vw;
	top: 22vw;
}

#dl10 {
	left: 68.5vw;
	top: 22vw;
}


/* Single řada dlaždic */

#sdl1 {
	left: 22.5vw;
	top: 14vw;
}

#sdl2 {
	left: 34vw;
	top: 14vw;
}

#sdl3 {
	left: 45.5vw;
	top: 14vw;
}

#sdl4 {
	left: 57vw;
	top: 14vw;
}

#sdl5 {
	left: 68.5vw;
	top: 14vw;
}


/* BLOKY ---------------------------- */

.divblok {
	margin: auto;
	padding-top: 4vw;
	padding-bottom: 5vw;
	padding-left: 2vw;
	padding-right: 2vw;
	max-width: 37vw;
	overflow: auto;
}

.blok {
	width: 100%;
	padding: 0.8vw;
	background-color: rgba(6,6,6,0.7);
	font: normal 0.9vw sans-serif;
	overflow: auto;
	border-radius: 1.1vw;
	backdrop-filter: blur(5px);
	line-height: 160%;
	color: whitesmoke;
}

.bloknadpis {
        color: rgb(200,0,0);
	font: bold 0.95vw sans-serif;
}

.bloktext {
	padding-left: 0.8vw;
	text-align: left;
	color: #cacaca;
	font: normal 0.9vw sans-serif;
	line-height: 160%;
}


/* LEVÉ MENU --------------------------*/

#tlmdiv {
	position: fixed;
	left: 0vw;
	top: 4.5vw;
	width: 10vw;
	font: normal 0.32vw sans-serif;
	backdrop-filter: blur(5px);
}

.tlm {
	width: 100%;
	height: 1.8vw;
	padding-top: 0.7vw;
	background-color: rgba(30,30,30,0.7);
	font: normal 0.9vw sans-serif;
	color: whitesmoke;
	text-decoration: none;
	border-top-right-radius: 0.9vw;
	border-bottom-right-radius: 0.9vw;
}

.tlm:hover {
	background-color: rgba(60,60,60,0.7);
	cursor: pointer;
}

.tlmimg {
	margin-left: 0.6vw;
	margin-right: 0.9vw;
	margin-top: -0.1vw;
	float: left;
	width: 1.3vw;
	opacity: 0.9;
}

