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

.nadpis
{
	font-size: 40px;
}

.napis_home
{
	margin-top: 80px;
}

.napis_about
{
	margin-top: 50px;
}

.napis_contact
{
	margin-top: 0px;
}

.napis_services
{
	margin-top: -50px;
}

.maintab
{
	background-position: top center;
	background-size: auto;
	height: 1000px;
}

.menutab a
{
	font-size: 30px;
}

.menutab_active a
{
	font-size: 30px;
}

.logo_size
{
	width: 400px;
}

.topmenu_normal
{
	display: none;
}

.topmenu_mobile
{
	display: block;
}



	}



/* pro tablety */
@media (min-width: 992px) and (max-width: 1199px) {

.napis_home
{
	margin-top: 250px;
}
.maintab
{
	background-position: 50% 50%;
	background-size: auto;
	height: 900px;
}

	}

