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;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
  
html {
font-size: 16px;
}

@font-face {
	font-family: Poppins;
	src: url(../fonts/Poppins-Regular.ttf);
	font-display: swap;
}

.floatfix:after {
content:'';
display: block;
clear: both;
}


body {
}

p, h1, h2, h3, h4, h5, h6, ul, li{
	padding: 0px;
	letter-spacing: 2px;
	font-family: 'Poppins', sans-serif;
}
p {
	font-size: 1rem;
	line-height: 2rem;
	text-align: justify;
	margin: 20px 0 20px 0;
}

a { 
	font-family: 'Poppins', sans-serif;
	color: #000;
	text-decoration: none;
	font-size: 1rem;
} 
	a:hover {
	color: red;
}



a.zadzwon {
	font-size: 1.6rem;
	padding: 10px;
	font-weight: bold;
	}

.left {
 text-align: left;
}


.contener {
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
}

img#logo {
	display: block;
	width: 301px;
	height: 100px;
	margin: 50px 0 50px 0;
}

.center {
 text-align: center;
}
 
h3{
font-size: 1.2rem;
font-weight: bold;
padding: 10px 0;
}
h2{
font-size: 1.6rem;
font-weight: bold;
padding: 10px 0;

}
h1{
font-size: 2rem;
font-weight: bold;
}


.strong {
font-weight: bold;
}



iframe {
	width: 100%;
	height:450px;
	border-top:  1px solid #FEEFFE;
	border-bottom:  1px solid #FEEFFE;
	}

footer {
	display: block;
	width: 100%;
	height: 50px;
	background: #fff;
	margin: 0;
	padding: 0;
}

footer p {
	text-align: center;
}

img#telefon {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 48px;
	height: 48px;
	
}


@media screen and (max-width: 768px) { 

.contener {
	width: 100%;
	margin: 0 0;
}

p, h1, h2, h3, h4, h5, h6, ul, li{
	padding: 0 2px;
}

h1{
font-size: 1.8rem;
}

h2{
font-size: 1.6rem;
}

h3{
font-size: 1.4rem;
}


img#logo {
	margin: 50px auto 50px auto;
}




}

