@charset "utf-8";
/* Urządzenia mobilne */

html, body {
	font-size: 100%;
	line-height: 1.5em;
}
header, article, footer {
	width: 100%;
	margin: 0;
}
header {
	height: 20%;
	border-bottom: none;
	background-position: 1em center;
}
section {
	border-bottom: none;
}
figure {
	width: 100%;
}
div.tekst {
	margin: 4em 1em;
}
h1, h2 {
	font-size: 175%;
}
footer {
	line-height: 1.5;
	background: #BDCCD4; /* szary */
	color: #ED1E79; /* rózowy */
	text-align: center;
	padding: 2em 1em;
}
footer a {
	display: none;
}
.nalewo {
	float: none;
	margin-right: 0;
}
.naprawo {
	float: none;
	margin-left: 0;
}
