html {
	font-family: 'Open Sans', sans-serif;
}

.nadpis {
	font-weight: 700;
	font-size: 24px;
	position: relative;
	text-align: center;
	top: 10%;
}

.obrazek img {
	position: relative;
	max-height: 400px;
	max-width: 800px;
	margin: 0 auto;
	display: block;
}

.obrazek {
	margin: 0 auto;
}

.podnadpis {
	font-weight: 400;
	font-size: 16px;
	position: relative;
	text-align: center;
	margin: 20px auto;
}
.text {
	width: 100%;
	position: relative;
	margin: 0 auto;
}

.text2 {
	width: 100%;
	margin: 20px 0px 0px 0px;
	text-align: center;
}


.tlacitko button {
	font-weight: 700;
	font-size: 24px;
	height: 120px;
	width: 120px;
	border-radius: 100%;
	background-color: #D30000;
	color: white;
	border: none;
}

.tlacitko button:hover {
	background-color: #FF0B00;
}

.tlacitko2 button {
	font-weight: 600;
	font-size: 24px;
	height: 60px;
	width: 180px;
	border-radius: 6px;
	background-color: #D30000;
	color: white;
	border: none;
}

.tlacitko2 button:hover {
	background-color: #FF0B00;
}

.tlacitko {
	width: 120px;
	font-weight: 700;
	font-size: 24px;
	position: relative;
	margin: 0 auto;
}

.tlacitko2 {
	width: 180px;
	font-weight: 400;
	font-size: 24px;
	position: relative;
	margin: 20px auto;
}

.kontakt {
	margin: 0 auto;
	text-align: center;
}

.thanks {
	position: relative;
	text-align: center;
	margin: 0 auto;
}

.adresa {
	width: 600px;
	margin: 0 auto;
}

.adresa p {
	position: relative;
	text-align: left;
	float: left;
}

.adresa img {
	position: relative;
	float: right;
}

.odkaz {
	text-decoration: none;
}

.downloading {
	margin: 20px auto;
	position: relative;
	text-align: center;
	color: black;
}