body {width: 960px; margin:auto; background-color:#666666; font-family: Helvetica;}
div {border: 0px solid white}
h1 {color: ivory; font-size: 2.8em; margin: 0 .7em; font-family:arial; text-transform: uppercase;}
a {color:ivory; text-decoration:none;}
a:hover{text-decoration:none; color:hsla(60,40%,90%,.5)}
img {width:100%; margin-bottom: 1em; border-radius:0em;}
#main > img {border-radius:1em}
p 	{border: 3px solid gray; color: ivory; padding:4% 8%; border-radius:1em; font-size: calc(0.5em + 1vw) ;}
#maket {min-height:100%;}
#name	{margin:auto; padding: .5em 0; text-align: center; border-radius: 1em 1em 0 0; background-color: hsla(200,50%,60%,.6);}
#menu {margin:auto; font-family: segoe print; color:ivory; text-align: center; border-radius: 0 0 1em 1em; font-size:1.3em; padding: 2%; word-spacing: .8em; background-color: hsla(91,11%,27%,.4);}
#footer {padding:1%; margin-top:1%; color:#333333; border: 3px solid #999999; border-radius: 1em; clear:both; font-weight: none; margin-bottom: 1em; background-color:gray; height:7%; font-size:.9em;}
#header {position:fixed; top:10px; width:960px;}
#main	{margin-top: 11em; border-radius: 1em}
#photo	{max-width:30%; max-height:30%; float:left; margin-right:1em}
#number	{width:170px; margin-bottom: 0; padding-top:1em}
.pusk	{display:none; cursor:pointer}

@media (max-width: 800px) {
	body {width: 100%; min-width:350px;}
	h1 {margin: 0; font-size: 1.8em; padding-left:1.5em}
	img {width:100%; margin-bottom:.5em}
	#main > img {border-radius:.5em;}
	p {padding:.5em; border-radius: .5em; font-size: calc(0.7em + 1vw) }

	#header {position:fixed; top: .5em; width:100%;}
	.pusk	{font-weight:normal; display:block; float:right}
	#main	{margin-top: 4.2em;}
	#footer {border-radius: .5em;}
	
	#menu a {display:block; margin-top: 0em;}
	#name	{border-radius: .5em; background-color: hsla(200,50%,60%,.6); padding-right: 1em;}
	#menu {padding:.7em; display:none; border-radius: .5em; text-align:right; background-color: hsla(91,11%,27%,.6); line-height: 1.9em; font-size:1.4em}
	#name .pusk {font-size:1.3em; margin-top:-.28em;}
	#menu .pusk	{float:none}
}