

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}



table {
	border-collapse: collapse;
	border-spacing: 0;
	border:  0;
}
td {
	padding: 6px;
}

img {
	display: block;
    max-width: 100%;
    height: auto;
}
img.szeroki {
	width: 100%;
	height: auto;
}
img.srodek {
	width: auto;
	height: auto;
	text-align: center;
	display: inline-block;
}

body {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	color: #05355d;
}

strong {
	font-weight: 600;
}

h1 {
	font-weight: 600;
	font-size: 24px;
	line-height: 1.6;
}
h2 {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.6;
}
p {
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
	padding:  10px 0 5px 0;
	text-align: justify;
}
td {
	font-size: 14px;
}
p.align-center {
	text-align: center;
}
ul {
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
	padding:  10px 0 15px 0;
}

li {
	list-style: disc;
	margin-left: 25px;
	padding-bottom: 5px;
	text-align: justify;
}

h1 {
	width: 80%;
	margin: 0 auto;
	border-bottom: 4px solid #a4a4a4;
	padding: 0 0 10px 0;
	text-align: center;
}

h2 {
	padding: 20px 0 10px 0;
}


header {
	margin: 0;
	padding: 40px 20px 10px 20px;
}

main {
	margin: 0; 
	padding: 0 20px 30px 20px;
}


article {
	width: 96%;
	margin: 0 auto;
	padding:  30px 5px 30px 5px;
}
section {
	padding: 5x 5px;
}


footer {
	width: 100%;
	margin: 0;
	padding: 0;
}

@media screen and (min-width: 700px) {

	h1 {
		font-weight: 600;
		font-size: 36px;
		line-height: 1.6;
	}
	h2 {
		font-weight: 600;
		font-size: 28px;
		line-height: 1.6;
	}
	p {
		font-size: 16px;
		line-height: 1.6;
		margin: 0;
		padding:  10px 0 5px 0;
		text-align: justify;
	}
	td {
		font-size: 16px;
	}
	ul {
		font-size: 16px;
		line-height: 1.6;
		margin: 0;
		padding:  10px 0 15px 0;
	}
	article {
		width: 90%;
		margin: 0 auto;
		padding:  30px 20px 30px 20px;
	}
	section {
		padding: 10px 10%;
	}
}



@media screen and (min-width: 1400px) {
	header {
		padding: 110px 20px 10px 20px;
	}
	h1 {
		font-weight: 600;
		font-size: 44px;
		line-height: 1.6;
	}
	h2 {
		font-weight: 600;
		font-size: 36px;
		line-height: 1.6;
	}

}