body html
{

	font-family: arial;
	font-size: 16px;
}

.container
{
	width: 100%;


}

/* @media (max-width:400px)
{
	.container
	{
		width: 420px;


	}
} */

nav ul li a
{
	font-family: "Montserrat";
}

nav address
{
	font-family: "Montserrat";
}



h1,
h2,
h3,
h4,
h5,
h6
{
	font-family: 'Kaushan Script';
}

.foot
{
	color: white;
}

#nahoru
{
	position: fixed;
	width: 50px;
	height: 50px;
	font-size: 35px;
	background-color: rgba(72, 52, 42, 0.7);
	right: 25px;
	bottom: 20px;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	cursor: pointer;
	opacity: 0;
	transition: opacity 0.5s linear;
}

#nahoru.zobrazit
{
	opacity: 1;
}

@media(max-width:1140px)
{
	#nahoru
	{
		position: fixed;
		width: 50px;
		height: 50px;

	}

	#nahoru.zobrazit
	{
		opacity: 1;
	}
}

@media(max-width:840px)
{
	#nahoru
	{
		position: fixed;
		width: 50px;
		height: 50px;
	}
}

@media(max-width:700px)
{
	#nahoru
	{
		position: fixed;
		width: 50px;
		height: 50px;
	}
}

@media(max-width:500px)
{
	#nahoru
	{
		position: fixed;
		width: 40px;
		height: 40px;

	}
}

@media(max-width:400px)
{
	#nahoru
	{
		position: fixed;
		width: 40px;
		height: 40px;
		bottom: 20px;

	}
}