/* pro mobily */
@media (min-width: 768px) and (max-width: 991px) {
html, body
{
	font-size: 32px;
}

input[type="radio"] {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
  transform: scale(1.5);
}

input:not([type]),
input[type="color"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="text"] 
{
	font-size: 32px;
	height: 50px;
	border-width: medium;
}

textarea
{
	font-size: 30px;
	border-width: medium;
}

select
{
	font-size: 30px;
	border-width: medium;
}

.nomobile
{
	display: none;
}

.nodesktop
{
	display: block;
}

h1
{
	font-size: 50px;
}

h2
{
	font-size: 40px;
}

h3
{
	font-size: 30px;
}

.menu:link
{
	font-size: 26px;
}

.menu_active:link
{
	font-size: 26px;
}

.nadpis
{
	font-size: 54px;
}

.podnadpis
{
	font-size: 36px;
}

.mensi
{
	font-size: 30px;
}

.logo
{
	width: 80%;
}

.pergamen
{
	padding-top: 150px;
	width: 800px;
	height: 800px;
	background-image: url('../images/pergamen_mobile.png');
}

.tlacitko_red
{
	font-size: 36px;
	padding-left: 20px;
	padding-right: 20px;
	height: 100px;
}

.tlacitko_orange
{
	font-size: 36px;
	padding-left: 20px;
	padding-right: 20px;
	height: 100px;
}

.tlacitko_blue
{
	font-size: 36px;
	padding-left: 20px;
	padding-right: 20px;
	height: 100px;
}

.tlacitko_gray
{
	font-size: 36px;
	padding-left: 20px;
	padding-right: 20px;
	height: 100px;
}

.tlacitkotruhlice
{
	width:600px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 100px;
}

.whitepaddingtab
{
	padding-left: 50px;
	padding-right: 50px;
}

.captchaimg
{
	height: 50px;
}

.spodek
{
	font-size: 30px;
}




	}
