@charset "utf-8";
/* Komórka */

@font-face {
	font-family: FanWoodText;
	src: url(../fnt/fanwood-webfont.woff);
}
html {
	width: 100%;
	font-family: "FanWoodText", serif;
	background: silver;
}
body {
	width: 100%;
}
header {
	position: fixed;
	width: 100%;
	height: 3em;
	background: white;
	z-index: 1;	
}
header div#logo {
	margin: .5em 1em;	
}
header div#logo a {
	display: inline-block;
	height: 2em;
}
header div#logo a img {
	display: block;
	height: 100%;
}
header h1 {
	display: inline-block;
	padding-left: .2em;
	vertical-align: .2em;
}
header nav a {
	display: none;
}
header nav a#powrot {
	position: fixed;
	top: .5em;
	right: .5em;
	display: block;
	height: 2em;
}
header a#powrot img {
	height: 100%;
}
header a:hover#powrot {
	transform: rotate (0);
	transform: translateX(-5px);
}
article {
	width: 100%;
	background: white;
	padding-top: 3em;	
}
article figure {
	width: 100%;
	position: relative;
	margin-top: 2px;
}
article figure:first-child {
	margin-top: 0;
}
article figure img:first-child {
	display: block;
	width: 100%;
	height: auto;
}
article figure figcaption {
	position: fixed;
	bottom: 0;
	right: 0;
	padding: .25em .5em 0;
	background: white;
}
footer nav {
	display: none;
}
