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

@font-face {
	font-family: FanWoodText;
	src: url(../fnt/fanwood-webfont.woff);
}
html {
	width: 100%;
	font-family: "FanWoodText", serif;
	background: white;
}
body {
	width: 100%;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 3em;
	background: white;
	z-index: 2;	
}
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 nav a#powrot img {
	height: 100%;
}
header nav a:hover#powrot {
	transform: rotate (0);
	transform: translateX(-5px);
}

/* Nawigacja w Nie-zabawki */

header nav#niezabawki {
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%);
	height: .8em;
}
header nav#niezabawki a {
	display: inline-block;
	margin-right: 1em;
	font-size: 80%;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	color: red;
}
header nav#niezabawki a.nie  {
	display: none;
}


/* Tekst */

article.tekst {
	width: 90%;
	padding: 4em 5%;
	font-size: 120%;
	line-height: 1.5;
	background: silver;
}
article.tekst h1 {
	font-size: 150%;
	margin: .5em 0 .5em;
}
article.tekst p {
	margin-bottom: 1em;
}
article.tekst p a {
	color: red;
}

/* Nie-zabawki */

article.tekst nav {
	width: 100%;
}
article.tekst nav a {
	position: relative;
	display: block;
	width: 47.5%;
	margin-bottom: 1em;
	float: left;
}
article.tekst nav a:first-child {
	margin-right: 5%;
}
article.tekst nav a img {
	display: block;
	width: 100%;
}
article.tekst nav a span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 4vw;
	text-align: center;
	text-transform: uppercase;
	color: white;
}

/* Kontakt */

article#kontakt {
	position: fixed;
	top: 0%;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	background-image: url(../img/kontakt.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
article#kontakt section {
	position: absolute;
	bottom: 1em;
	left: 50%;
	transform: translateX(-50%);
	color: white;
}
article#kontakt section p {
	margin-bottom: 0;
}
article#kontakt section p.ikonki {
	width: 5em;
	margin: 1em auto;
	overflow: hidden;
}
article#kontakt section p.ikonki a {
	display: block;
	width: 2em;
	height: 2em;
	background-size: contain;
	background-repeat: no-repeat;
	float: left;
}
article#kontakt section a#fejs {
	background-image: url(../img/f_logo_RGB-Grey_144.png);
}
article#kontakt section a#mejl {
	background-image: url(../img/koperta_b.png);
	background-position: center;
	margin-left: 1em;
}
article#kontakt section a:hover#fejs {
	position: relative;
	left: .1em;
}
article#kontakt section a:hover#mejl {
	position: relative;
	right: .1em;
}

/* O mmnie */

header+figure {
	width: 100%;
	padding-top: 3em;
}
header+figure img {
	display: block;
	width: 100%;
}
figure+article.tekst {
	padding-top: 1em;
}