html {
	min-height: 100vh; 
	background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0) 100%),
	url("./../obr/pozadihw.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;
}

.logo2 img {
	max-width: 900px;
}

.logo img:hover {
	transform:scale(1.15);
}

.nadpis {
	color: #93CF00;
	font-family:'Comic Sans MS';
	font-size:70px;
	text-align: center
}

.tlacitka {
	display: table;
	margin: 0 auto;
	padding: 25px 25px 25px 25px;
	justify-content: space-around;
	background: rgba(0%,10%,10%,0.6);
	border-radius: 25px;
}

.center {
	display: table;
	margin: auto;
}

.tlacitko1,.tlacitko2 {
	min-width: 260px;
	height: 120px;
	margin: 10px 5px 10px 5px;
	background-color: #66FF66;
	border: none;
	color: white;
	padding: 14px 26px;
	display: inline-block;
	font-size: 38px;
	transition-duration: 0.4s;
	cursor: pointer;
	background-color: rgba(0%, 30%, 30%, 0.6); 
	color: #66FF66;
	border: 2px solid #66FF66;
}

.tlacitko1 {
	border-radius: 50px 0px 0px 50px;
}

.tlacitko2 {
	border-radius: 0px 50px 50px 0px;
}

.tlacitko1:hover,.tlacitko2:hover {
  background-color: rgba(0%, 50%, 50%, 0.8);
  color: white;
}

@media(max-width: 720px) {
	.logo img {
		max-width: 200px;
		transition: all 0.4s ease;
	}
	
	.logo2 img {
		max-width: 400px;
		transition: all 0.4s ease;
	}
	
	.tlacitko1,.tlacitko2 {
		min-width: 174px;
		height: 80px;
		margin: 8px 4px 8px 4px;
		padding: 10px 22px;
		font-size: 32px;
	}
}