body
{
background:  linear-gradient(135deg, #b3dced 0%,#29b8e5 50%,#bce0ee 100%);
width: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
	min-height: 100vh;
}
#container
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	z-index: -1;
	}
#logo_div
{
	background-image: url("logo.jpg");
	width: 1000px;
	height: 200px;
	border-radius: 10px;
	margin: auto;
	background-size:100% 100%;
}
.menu_box
{
	background:linear-gradient(135deg, #b4e391 0%,#61c419 50%,#b4e391 100%);
	width: 170px;
	min-height: 400px;
	margin: 2px;
	border-radius: 10px;
	float: left;
	padding:0px;
	

}
ul 
{
	list-style-type: none;
	margin: 5px;
	padding:0px;
	width:auto;
	padding:10px;
}
ul li
{
	width:auto;
	text-align: center;
	color: black;
	
}

ul li:hover
{
	border-radius: 5px;
	background:linear-gradient(135deg, #006e2e 0%,#006e2e 100%);
	opacity: 0.4;
	color: white;
}
ul li a
{
	font-size:20px;
	text-decoration: none;
	text-align: right;
	margin:0px;
	color: black;
}
ul li a:hover
{
	color:white;
}
#logowanie
{
	text-align: center;
	font-size: 20px;
}
#logowanie a
{
	text-decoration: none;
	color: black;
	
}
#logowanie a:hover
{
	border-radius: 5px;
	color: white;
	opacity:0.4;
	background: linear-gradient(135deg, #006e2e 0%,#006e2e 100%); 
}

#logowanie input
{
	width:90%;
	height:20px;
	border-radius:5px;
	-webkit-box-shadow: 0px 0px 53px -5px rgba(0,0,0,0.64);
	-moz-box-shadow: 0px 0px 53px -5px rgba(0,0,0,0.64);
	box-shadow: 0px 0px 53px -5px rgba(0,0,0,0.64);	
	
}
#content
{
	background:linear-gradient(135deg, #b4e391 0%,#61c419 50%,#b4e391 100%);
	width: 650px;
	min-height: 500px;
	margin: 1px;
	border-radius: 10px;
	float: left;
	border-color: black;
}
#zegar
{
	font-size:30px;
	text-align: center;
	margin:0px;
	color: black;
	font-family: 'Indie Flower', cursive;
}
#addnews textarea[name=zawartosc]
{
	resize:none;
	margin-left:2.5%;
	margin-right:2.5%;
	width:95%;
	height:320px;
	border-radius:5px;
	-webkit-box-shadow: 0px 0px 53px -5px rgba(0,0,0,0.64);
	-moz-box-shadow: 0px 0px 53px -5px rgba(0,0,0,0.64);
	box-shadow: 0px 0px 53px -5px rgba(0,0,0,0.64);	
}
#addnews input[name=tytul]
{
	margin-left:2.5%;
	margin-right:2.5%;
	width:95%;
	height:20px;
	border-radius:5px;
	-webkit-box-shadow: 0px 0px 53px -5px rgba(0,0,0,0.64);
	-moz-box-shadow: 0px 0px 53px -5px rgba(0,0,0,0.64);
	box-shadow: 0px 0px 53px -5px rgba(0,0,0,0.64);	
}
#addnews input[type=submit]
{
	margin-right:2.5%;
	float:right;
	height:30px;
	width:80px;
	border-radius:5px;
	-webkit-box-shadow: 0px 0px 53px -5px rgba(0,0,0,0.64);
	-moz-box-shadow: 0px 0px 53px -5px rgba(0,0,0,0.64);
	box-shadow: 0px 0px 53px -5px rgba(0,0,0,0.64);	
}
#historia
{

	text-align: justify;
}
h1
{
	text-align: center;
	font-family: 'Indie Flower', cursive;
	margin: 0px;
	}
h3
{
	margin:0px;
	font-family: 'Indie Flower', cursive;
	font-size:25px;
}
	.main_margin
{
		margin:20px;
}
.news1
{
	text-align:justify;
	margin:0px;
}
.wysrodkowanie
{
	text-align:center;
}
.galeria1
{
	min-width: 110px;
	height: 130px;
	margin-left:6px;
	margin-right: 6px;
	text-align: center;
	float: left;
	
}
.main_galeria
{
	margin: auto;
}
.galeria1 img:hover
{
	opacity:0.8;
	border-radius: 52px;
}
.galeria1 img
{
	border-radius: 25px;
}
.galeria2
{
	clear: both;
	text-align: center;
	float: initial;
	font-size: 25px;
}
.galeria2 a
{
	text-decoration: underline;
	color: black;
	font-size: 25px;
}
.galeria3
{
	clear: both;
	text-align: center;
	float: initial;
}
#gallery_block
{
	z-index: 1;
	top: 20px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	visibility: hidden;
	min-height:700px;
	min-width: 1100px;
	width: 1100px;
	height: 700px;
	background-color: rgba(255,255,255,0.9);
	border-radius: 20px;
}
#showpictrue
{
	position: relative;
	top:46px;
	display: block;
	max-width: 1000px;
	max-height:580px;
	margin:auto;
}
#rool_left
{
	position: absolute;
	left:20px;
	bottom:20px;
	color: black;
	font-size:25px;
}
#rool_left:hover
{
	cursor:pointer;
}

#rool_right
{
	clear: both;
	position: absolute;
	right:20px;
	bottom:20px;
	color: black;
	margin:0px;
	font-size:25px;
}
#rool_right:hover
{
	cursor:pointer;
}
#close_gallery
{
	clear: both;
	position: absolute;
	right: 20px;
	top: 20px;
	color: black;
	margin:0px;
	font-size:25px;
}
#close_gallery:hover
{
	cursor:pointer;
}
#czlonek
{
	margin: auto;
	border-spacing: 20px;
}
.wysrodkowanie_div
{
	margin: auto;
}
#daniel_glowna
{
	width: 610px;
	border-radius: 10px;
}
#kalendarz
{
	border-radius: 10px;
	margin: auto;
}