* {
 margin: 0;
padding: 0;
box-sizing: border-box;
}

html, body {
text-align:center;
background: url(img/back.jpg) repeat-x top center #cde8fc;
font-size:24px;
font-family: "Zalando Sans Expanded", sans-serif;
color: #ffffff;
font-weight: 500;
height: 100%;
}

a:hover{
	text-decoration: underline;
}

#wejdz{
width: 267px;
height: 81px;
margin: 20px 0px;
}

#tytul{
max-width: 774px;
}

div{margin:0 auto 0 auto;padding:0}
img{border:0px;margin:0px}
a{text-decoration:none;outline:none;color:#1e1e1e;}
.cl{clear:both}
header{padding: 80px 0px;}

section{
	margin: 0 auto;
	clear: both;
}

footer{
color: #0a192f;
font-weight: 300;
font-size:16px;
margin-top:450px;
padding-bottom:30px;
}


@media all and (max-width:1250px){
#tytul{
max-width: 90%;
}
}

@media all and (max-width:750px){
footer{
margin-top:550px;
}
}