@charset "utf-8";
/* Komputer */

@font-face {
	font-family: FanWoodText;
	src: url(../fnt/fanwood-webfont.woff);
}
body, html {
	width: 100%;
	height: 100%;
	font-family: "FanWoodText", serif;
	background: silver;
}
body {
	width: 100%;
	margin: auto;
	background: white;
}
header {
	position: fixed;
	width: 100%;
	height: 10%;
	line-height: 1;
	background: white;
}
header div#logo {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
}
header div#logo a {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
header div#logo a:hover {
	transform: rotate(90deg);
}
header div#logo a img {
	display: block;
	height: 80%;
	margin-top: 10%;
}
header h1 {
	display: inline-block;
	padding-left: .2em;
	vertical-align: middle;
}
header nav {
	position: absolute;
	left: 1em;
	bottom: 0;
	height: 100%;
}
header nav a {
	display: inline-block;
	margin-right: 1em;
	font-size: 80%;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	color: black;
}
header nav a:hover {
	color: red;
}
header nav a#powrot {
	height: 100%;
	margin-right: 2em;
}
header a#powrot img {
	display: block;
	height: 50%;
	margin-top: 50%;
}
header a:hover#powrot {
	transform: translateX(-5px);
}
article {
	width: 100%;
	background: white;
}
article section {
	width: 100%;
	clear: both;
}
article section figure {
	width: 25%;
	float: left;
}
article section figure.jeden {
	width: 100%;
}
article section figure.dwa {
	width: 50%;
}
article section figure.trzy {
	width: 33.3%
}
article section figure img {
	display: block;
	width: 100%;
}
article section figcaption {
	font-size: 80%;
	line-height: 3em;
	text-align: center;
	background: white;
}