html {
	min-height: 100vh;
	background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0) 100%),
	url("./../obr/pozadits.jpg") no-repeat center center;
	background-size: cover;
}

a img {
	outline : none;
}

.logo img {
	max-width: 260px;
	transition: all 0.4s ease;	
	top: 40px;
	left: 40px;
}

.logo img:hover {
	transform:scale(1.15);
}

.hlavni {
	text-align: center;
	display: table;
	margin: 0 auto;
	justify-content: space-around;
	background: rgba(0%,10%,10%,0.6);
	border-radius: 25px;
	max-width: 800px;
}

.hlavni > div {
	display:inline-block;
}

.texty {
	color: #93CF00;
	font-family:'Comic Sans MS';
	font-size:30px;
	line-height: 1.5em;
}

.ip {
	color: GoldenRod;
	font-family:'Comic Sans MS';
	font-size:40px;
}

@media(max-width: 720px) {
	.logo img {
		max-width: 200px;
		transition: all 0.4s ease;
	}
	.logo {
		text-align: center;
	}
	.hlavni {
	margin: 0 10px 0 10px;
	}
	.ip {
	font-size:20px;
	}
	.texty {
	font-size:17px;
	line-height: 1.0em;
	}
	img {
	max-width: 80%;
	}
	.stahnout {
	margin: 7px 0px 7px 0px;
	padding: 10px 18px;
	font-size: 15px;
	}
}

.stahnout {
	margin: 10px 0px 10px 0px;
	border-radius: 25px;
	background-color: #66FF66;
	border: none;
	color: white;
	padding: 14px 26px;
	text-align: center;
	display: inline-block;
	font-size: 16px;
	transition-duration: 0.4s;
	cursor: pointer;
	background-color: rgba(0%, 30%, 30%, 0.6); 
	color: #66FF66;
	border: 2px solid #66FF66;
}

.stahnout:hover {
  background-color: rgba(0%, 50%, 50%, 0.8);
  color: white;
}