#kontener{
	background-color: #c3b091;
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	border: 4px solid black;
}
a{
	color: black;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
	color: yellow;
}
#header{
	
}
#tytul{
	text-align: center;
	margin-top:30px;
	margin-left: 70px;
	margin-right: 70px;
	background-color: #808000;
	border: 2px solid black;
	text-align: center;
	padding: 15px;
}
#podtytul{
	text-align: center;
}
#zakladki{
	margin-top: 40px;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	font-size: 18px;
}
.zakladka{
	color: black;
	text-decoration: none;
	border: 2px solid black;
	text-align: center;
	background-color: #808000;
	margin-left: 20px;
	margin-right: 20px;
	padding: 10px;
}
.zakladka:hover{
	text-decoration: none;
	color: yellow;
	transform: scale(1.15);
	transition-duration: 1000ms;
}
#content{
	clear: left;
	margin-top: 20px;
}
img{
	max-width: 100%;
	height: auto;
}
.zdj_2{
	margin: 20px;
	margin-bottom: 0;
	margin-top: 0;
	width: 40%;
}
.scroll{
	text-decoration: underline;
	color: black;
}
.scroll:hover{
	color: yellow;
	transform: scale(1.15);
}
.scroll:visited{
	color: black;
}
#spis{
	clear: left;
	float:left;
	padding: 0 20px;
	background-color: #e1d8be;
	border: 1px solid black;
	margin: 50px;
}
.tytultresc{
	text-decoration: underline solid #006400;
	border-top: 1px solid #000000; 
	border-right: 1px solid #000000; 
	border-bottom: 0 solid #000000; 
	border-left: 1px solid #000000; 
	font-size: 22px;
	text-align: center;
	padding: 20px;
	padding-bottom: 0px;
	background-color: #e1d8be;
	margin-top: 100px;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 50px;
}
.tresc1{
	line-height: 130%;
	text-indent: 20px;
	color: #000000;
	border-top: 0 solid #000000; 
	border-right: 1px solid #000000; 
	border-bottom: 1px solid #000000; 
	border-left: 1px solid #000000;
	text-align: justify;
	padding: 20px;
	background-color: #e1d8be;
	font-size: 16px;
	padding: 10px;
	margin: 50px;
	margin-top: 0px;
}
.tresc2{
	line-height: 130%;
	text-indent: 20px;
	color: #000000;
	border: 1px solid #000000; 
	text-align: justify;
	padding: 20px;
	background-color: #e1d8be;
	font-size: 16px;
	padding: 10px;
	margin: 50px;
}
.podtytultresc{
	text-decoration: underline solid #006400;
	text-align: center;
	font-size: 22px;
	color: #000000;
	border-top: 0; 
	border-right: 1px solid #000000; 
	border-bottom: 0; 
	border-left: 1px solid #000000;
	background-color: #e1d8be;
	font-size: 20px;
	padding: 10px;
	margin: 50px;
	margin-top: 0;
	margin-bottom: 0;
}
.podtytultresc2{
	text-decoration: underline solid #006400;
	text-align: center;
	font-size: 22px;
	color: #000000;
	border-top: 1px solid #000000; 
	border-right: 1px solid #000000; 
	border-bottom: 0; 
	border-left: 1px solid #000000;
	background-color: #e1d8be;
	font-size: 20px;
	padding: 10px;
	margin: 50px;
	margin-top: 0;
	margin-bottom: 0;
}
#footer{
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #e1d8be;
	height: 60px;
	text-align: center;
	border-top: 2px solid black;
}
.zakaz{
	font-size: 18px;
}

/*CSS tylko do podstron poniżej*/

#powrot{
	margin: 50px;
	position: flex;
	float: left;
	color: black;
	text-decoration: none;
}
#powrot:hover{
	color: yellow;
	margin: 50px;
	transform: scale(1.1);
}
video{
	width:700px;
	padding: 40px;
}
.zdjmiejs{
	margin: 50px;
	display: flex;
	justify-content: center;
	margin-bottom: 0;
}
.zdj{
	margin-right: 50px;
	margin-left: 50px;
	margin-bottom: 0;
	margin-top: 0;
	width: 40%;
}
.tlum{
	line-height: 130%;
	text-indent: 20px;
	color: #000000;
	border: 1px solid black;
	text-align: justify;
	padding: 20px;
	background-color: #e1d8be;
	font-size: 16px;
	padding: 15px;
	margin: 50px;
	margin-right: 100px;
	margin-left: 100px;
	margin-top: 50px;
}
.film{
	display: flex;
	justify-content: center;
	color: #000000; 
	border: 1px solid #000000; 
	padding: 20px;
	background-color: #e1d8be;
	padding: 10px;
	margin: 50px;
	margin-top: 0px;
}
.film2{
	display: flex;
	justify-content: center;
	color: #000000; 
	border-top: 0; 
	border-right: 1px solid #000000; 
	border-bottom: 1px solid #000000; 
	border-left: 1px solid #000000; 
	padding: 20px;
	background-color: #e1d8be;
	padding: 10px;
	margin: 50px;
	margin-top: 0px;
}
a[href$="https://missingmezzuzot.com/panel-1/"]{
	text-decoration: underline solid #000000;
	color: black;
}