/* CSS Document */
html,
body {
   margin:0;
   padding:0;
   font-family: 'Open Sans', 'Arial', serif;
   background-color: rgb(189,183,107);
}

h2 {
	text-align: center;
}

#header {
	width: 100%;
	background: url(../images/header_4.png) center;
	height: 350px;
	text-align: center;
	display: flex;
	justify-content:center;
	align-items:center;
}

#header h1 {
	color: white;
	font-size: 50px;
	margin: 0;
}

#header h1 a:link, #header h1 a:visited, #header h1 a:active, #header h1 a:hover {
	color: white;
	text-decoration: none;
  text-shadow: 0px 0px 5px black;
}

#header h1 img {
	margin-right: 10px;
	margin-bottom: -25px;
}

#nav {
	float: left;
	width: 300px;
	margin:5px;
}

#nav ul {
	list-style: none;
	padding-left: 0;
	width: 300px;
}

#nav ul li {
	background-color: rgba(107,142,35,0.4);
	width:263px;
	height: 25px;
	margin: 10px auto;
	padding: 5px;
}

#nav ul li a:link, #nav ul li a:visited, #nav ul li a:active, #nav ul li a:hover {
	color:white;
	text-decoration: none;
	display: block;
}

#nav ul li:hover, #nav ul li:active {
	color:white;
	text-decoration: none;
	background-color: rgba(0,100,0,0.5);
}

#footer {
	width: 100%;
	height:100px;
  color: white;
	background-color: rgb(139 134 78);
	clear: both;
	text-align: center;
	padding: 10px 0px;
	}

#article {
	background-color: rgb(85, 107, 47);
	padding: 20px 25px;
	margin: 10px;
	color: white;
	overflow: auto;
}

.photogallery {
	background-color: rgb(0, 128, 128);
	padding: 0px 0px;
	margin: 10px;
	color: white;
	overflow: auto;
}

table {
	margin: 10px auto;
}
table, td, th { 
	border: 1px solid gray 
}

#photogallery {
	width: 100%;
	height: 1000px;
}
#nav .higher {
	background-color: rgba(107,142,35,0.7);
	text-transform: uppercase;
}


#main {
	margin: 21px 10px 21px 310px;
	max-width: 1300px;

}

#primary {
	position: relative;
	margin:0 auto;
	max-width: 1600px;
	border: 1px solid grey;
	border-top-width: 0px;
	border-bottom-width: 0px;
	background-color: rgba(0,0,0,0.03);
}
@media (max-width: 1599px) {
	#primary {
		border: 0;
	}
}
#primary {
	position: relative;
	margin:0 auto;
	max-width: 1600px;
	border: 1px solid grey;
	border-top-width: 0px;
	border-bottom-width: 0px;
	background-color: rgba(0,0,0,0.03);
}
@media (max-width: 1599px) {
	#primary {
		border: 0;
	}
}

.logo-uvod {
	margin: 15px;
}

.uvod h2,h3 {
	margin: 0px;
	text-align: left;
}

a:link, a:visited, a:active {
	color: white;
	text-decoration: underline;
}

a:hover {
	color: #99BD4B;
	text-decoration: none;
}

.news {
	text-align: left;
}

.pagination {
	background-color: rgb(0, 128, 128);
	padding: 20px 25px;
	margin: 10px;
	color: white;
	text-align: center;
}

.img {
	margin: 10px;
  text-align:center;
}

.kontakty {
  list-style-type: none;
}