@import url('https://fonts.googleapis.com/css2?family=Style+Script&display=swap');

html, body {
	color: #000;
	margin: 0;
	padding: 0;
	background-size: 100% 100% ;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url(../materialy/tlo.jpg);
	text-shadow: 5px 5px 4px #777;
}

section#karta{
	width: 980px;
	height: 1100px;
	margin: auto auto;
	margin-top: 20px;
}
section#strona{
	width: 780px;
	height: 1100px;
	margin: auto auto;
	box-shadow: 3px 3px 7px #46311a;
	background-image: url(../materialy/przezro.png);
	}
#lewy {
	width: 100px;
	height: 1100px ;
	float: left;
	overflow: hidden;
	background-position: 100% 0%;
	background-repeat: no-repeat;
	background-image: url(../materialy/tlolewy.png)
	
}
#prawy {
	width: 100px;
	height: 1100px ;
	float: right;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(../materialy/tloprawy.png)
	
	
}
header{
	width: 780px;
	height: 200px ;
	float: top;
	font-family: 'Style Script', cursive;
	font-size: 50px;
	font-style: italic;
	text-align: center;
	cursor: default;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../materialy/tatry0.png)
	
}

nav {
	width: 130px;
	height: 900px;
	float: left;
	overflow: hidden;
	padding: 10px;
	text-align: center;
	font-size: 18px;
}

a.menu {
	font-family: 'Style Script', cursive;
	font-size: 42px;
	font-style: italic;
	text-align: left;
	}
#menu {
position: relative; top: -20px;
}

A:link {text-decoration: none; color: black;}
A:visited {text-decoration: none; color: black ;}
A:active {text-decoration: none; color: black;}
A:hover {text-decoration: none; color: #8b6134; text-shadow: 5px 5px 4px #4f381e;}

article {
	width: 590px;
	height: 900px ;
	float: left;
	overflow: visible;
	margin-left: 20px;
	margin-right: 20px;


}
div#naglowek {
	font-family: 'Style Script', cursive;
	width: 600px;
	height: 70px;
	text-align: center;
	font-style: italic;
	font-size: 46px;

}
footer {
	clear: both;
	width: 980px;
	height: 150px;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-image: url(../materialy/stopka.png);
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
}
/* Produkty*/

div#produkty {
width: 540px;
margin: auto auto;
}

div.produkt {
width: 180px;
height: 124px;
float: left;

}
div.prorzad{
height: 180px;
text-align: center;
}
img.obrazek {
height: 125px;
}
div.pronazwa {
height: 16px;
text-align: center;
font-size: 22px;

}

/* ---------------------------------- Kontak -------------------------------------*/

div#kontdane {
width: 330px;
text-decoration: none;
display: inline-block;
vertical-align: top;
}
#kontdane ul li {
list-style: none;
}
#kontg {
font-size: 22px;
}

#mapa {
display: inline-block;
width: 225px;
margin-left: 20px;
vertical-align: top;
text-align: center;
}
.red{
color: red;
text-shadow: 5px 5px 4px #7e0000;
}
/*---------------------------- O firmie -------------------------*/

#o_firnag {
font-size: 22px;
font-weight: bold;
}
#o_firtre {
padding: 10px;
font-size: 18px;
list-style: none;
text-align: justify;
word-spacing: 10px;
line-height: 27px;
}
