@charset "utf-8";
/* CSS Document */

html, body {
	width: 100%;
	height: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 1.5vw;
	line-height: 1.5em;
}
header, article, footer {
	width: 95%;
	margin: auto;
}
header {
	height: 10%;
	border-bottom: 1px solid #BDCCD4;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: auto 50%;
}
section {
	overflow: hidden;
	border-bottom: 1px solid #BDCCD4;
}
figure {
	width: 33%;
}
figure img {
	display: block;
	width: 100%;
}
div.tekst {
	text-align: center;
	overflow: hidden;
	margin: 4em;
}
h1, h2 {
	font-size: 4vh;
	margin-bottom: 1em;
	font-weight: bold;
	color: #ED1E79;
}
footer {
	position: relative;
	box-sizing: border-box;
	line-height: 5em;
}
footer a {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
}
footer a:hover {
	bottom: 1em;
}
footer a img {
	display: block;
	width: 4em;
	height: 4em;
}
.nalewo {
	float: left;
	margin-right: 5em;
}
.naprawo {
	float: right;
	margin-left: 5em;
}
.rozowy {
	color: #ED1E79;
}
.szary {
	color: #BDCCD4;
}