/* obsah */

section {
	padding-top: 30px;
	text-align: center;
}

section .kontakt {
	padding-top: 30px;
	padding-bottom: 30px;

}

section a:hover {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

section h2 {
	font-size: 32px;
	padding-bottom: 30px;
	font-weight: bolder;
}

section p {
	padding-top: 10px;
	padding-bottom: 10px;

}

section #radekHledani {
	padding-top: 30px;

}

section #nahoru {
	position: fixed;
	opacity: 0;
	transition: 0.5s linear;
}

section #nahoru.zobrazit {
	right: 20px;
	bottom: 60px;
	width: 30px;
	height: 30px;
	font-size: 35px;
	opacity: 0.3;
	cursor: pointer;
}

@media (min-width: 1000px) {

	section #nahoru.zobrazit {
		right: 40px;
		bottom: 80px;
		width: 50px;
		height: 50px;
		font-size: 60px;
		opacity: 1;
	}
}

@media (min-width: 500px) {

	section #nahoru.zobrazit {
		right: 50px;
		bottom: 90px;
		width: 30px;
		height: 30px;
		font-size: 65px;
	}
}