a {
    text-decoration: none; /* odstráni podčiarknutie */
    color: inherit;        /* zachová farbu textu */
}
a:hover {
	background-color: darkgray;
}

ul {
	list-style: none;
}

li {
	padding: 0px 15px;
}

.header {
	top: 0px;
	width: 100%;
	z-index: 99;
	padding: 60px 0px 20px;
}

.header-inner {
	padding: 0px 40px;
}

.header-inner-column {
	width: 25%;
	display: inline-block;
	vertical-align: middle;
	font-size: 1.5rem;
}
.center {
	width:49%;
	text-align: center;
}
.right {
	text-align: right;
}

.nav-list{
	display: flex;
	justify-content: space-evenly;
}

	html, body {
		height: 100%;
		font-family: sofia-pro, sans-serif;
		background: #0d0d0d;
		color: white;
	}

	canvas {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 0;
		pointer-events: none;
	}

	main {
		position: relative;
		z-index: 10;
	}