body {
	height: 100%;
    margin: 0;
}

html {
	min-height: 100vh;
	background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0) 100%),
	url("./../obr/pozadi.jpg") no-repeat center center fixed;
	background-size: cover;
	height: 100%;
    margin: 0;
}

a img {
	outline : none;
}

.wrapper {
	min-height: 100%;
	margin-bottom: -80px;
}

.footer, .push {
	height: 80px;
}

.logo {
	text-align: center;
}
	
.logo img {
	max-width: 500px;
}

.vitej {
	text-align: center;
}

@media(max-width: 699px) {
	.logo img {
		max-width: 300px;
	}
}

.text span {
	color: #66FF66;
	font-family:'Comic Sans MS';
	font-size:29px;
}

.text {
	margin-bottom: 25px;
	text-align: center;
}

.rada {
	text-align: center;
	margin: 0 auto;
	justify-content: center;
	padding: 18px 0 10px 0;
	max-width: 700px;
}

.tlacitko {
	display:inline-block; padding:0.1em 1em; float: center;
}

.tlacitko img {
	transition: all 0.3s ease;
	padding: 10px 18px;
}

.tlacitko img:hover {
	transform:scale(1.15);
}

.obr {
	width: 10em;
}

.ikonka {
		width: 100%;
	}
	
.odkazy {
	max-width: 50px;
	padding: 0 0 0 5px;
}


