:root {

--granatowy: #002e46;
--czerwony: #d01816;
--szary: #f1f1f1;

--shadow: 0 0 50px #f1f1f1;
--shadowHover: 0 0 50px #999;

--transTrans: transform .3s;
--transShadow: box-shadow .5s ease;
--transColor: color .5s;
--trans5: color .5s ease, border-color .5s ease, background-color 1s ease;
--transition5: color .5s ease, border-color .5s ease, background-color .5s ease, opacity .5s ease;

--transFill: fill .4s ease;

--transWidac: visibility .3s linear, opacity .3s ;
--transWidac2: 	visibility .5s, opacity .5s linear;

--szerokosc-max: 1773px;
--szerokosc: 1200px;
--szerokosc-plus: 1240px;
--szerokosc-min: 800px;


}
* {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {display: block}
ol, ul {list-style: none}
*, :before, :after {-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box}
@-ms-viewport {width: device-width}
html {scroll-behavior: smooth}
body {
	background-color: var(--szary);
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4;
	overflow-y: scroll;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
	color: #000;
	font-family: Verdana, sans-serif;
	margin-top: 70px;
}
body.startowa {
	margin: 0;
}



a {
	transition: var(--transition5);
	text-decoration: none;
}



hr {
	border: 0;
	border-bottom: 1px solid #b7c2d6;
	margin: 40px 0;
}
img {
    max-width: 100%;
    height: auto;
	display: block;
	content-visibility: auto;
}



strong, b {font-weight: bold}
iframe {max-width: 100%}
em, i {font-style: italic}


h1, h2, h3, h4, h5, h6, .zaHa {
    font-weight: bold;
	color: var(--granatowy);
}

h1 {
	font-size: 130%;
	text-align: center;
	margin: 20px 0;
}
h2,
h3 {
	font-size: 120%;
	margin: 40px 0 10px;
}
h4,
h5,
h6 {
	font-size: 110%;
	margin: 30px 0 10px;
}

.zaH3 {
	font-size: 120%;
	text-transform: uppercase;
	width: 100%;
	font-weight: bold;
	margin-bottom: 20px;
}






@media (min-width: 500px) {
h1 {
	text-align: left;
}
}


@media (min-width: 1240px) {
h1 {font-size: 200%}
h2 {font-size: 180%}
h3 {font-size: 130%}
}
@media (min-width: 1500px) {
h1 {font-size: 250%}
h2 {font-size: 210%}
h3 {font-size: 170%}
}