/* Menu of site Kuzomen.ru */
@media handheld and (min-device-width: 600px) {
	nav {
		margin: 2em auto; 
		max-width:100%; 
	}
}

@media screen and (max-device-width: 1920px) {
	nav {
		margin: 2em auto; 
		max-width:400px; 
	}
	}


@media screen and (min-device-width: 1921px) {
	nav {
		margin: 4em auto; 
		max-width:600px; 
	}
}

body {
	height:100%;
	padding-top:2em;
}

h1::before { content: "*"; }

h1 {text-align:center; 
	max-width:400px;
	margin:0em auto; 
	color:#444;
}

nav {
	display:block; 
	text-align:center;
}

nav a img 
{
	width:100%;
}
footer
{
	bottom:0px; 
	margin:3em auto; 
	text-align:center; 
	color:grey;
}
footer a
{
	color: grey !important;
	font-size:small;
}