body {
 	font-family: "Montserrat";
	background-color: white;
	text-align: justify;
}

h1, h2 {
 	color: #7B960A;
	font-family: "Kreon";
	text-align: center;
}

.menu {
  	display: flex; 
  	justify-content: space-around;
	background-color: #6B8E23;
	text-decoration: none;
	color: white;
	line-height: 50px;
	
	}
.menu-link {
	text-decoration: none;
	color: white;
}
.menu-link:hover {
	color: black;
	background-color: #D6EF6B;
	font-weight: bold;
}
.menu-link:active {
	color: black;
	background-color: #D6EF6B;
	font-weight: bold;
}
.hlavicka {
	font-family: "Kreon";
	color: #99B71D;
	background-image: url("wood-background.jpg"); 
	text-align: center;
	margin-bottom: 10px;
	text-shadow: 1px 1px 1px grey;
}
.paragraf {
	margin-top: 10px;
	width: 45%;
	background-color: white;
	padding: 40px;
	line-height: 170%;
	justify-content: center;
	border: 2px solid #D6EF6B;
	border-radius: 5px;
}
.nadpis {
	font-size: 50px;
	color: #99B71D;
	text-shadow: 1px 1px 1px grey;
	
}
p {
	text-indent: 30px;
}
.diela {
	text-indent: 0px;
}
.ine-odkazy {
	margin-top: 10px;
	width: 15%;
	background-color: white;
	padding: 20px;
	line-height: 150%;
	border: 2px solid #D6EF6B;
	border-radius: 5px;
	
}
.flex-container {
	display: flex;
	flex-direction: row;
	justify-content: space-around; 
}
.obsah {
	margin-top: 10px;
	width: 15%;
	background-color: white;
	padding: 20px;
	line-height: 150%;
	border: 2px solid #D6EF6B;
	border-radius: 5px;
	text-align: left;
	
}
.galeria {
	margin: 20px;
	
}
.fotky-teplicka {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  width: 150px;
transform: rotate(270deg);
width: 10px;

}
.fotky-teplicka:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
.ine-odkazy-stranky {
	border: 2px solid #6B8E23;
	border-radius: 5px;
	padding: 10px;
	
}
.extra-stranky {
	text-indent: 0px;
	font-size: 12px;
	
}
div.gallery {
	
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
	
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: 110px;
}

div.desc {
  padding: 15px;
  text-align: center;
}
#kamienok {
	float: right;
	margin: 20px;
	margin-right: 0px;
	width: 30%;
}
.footer {
	background-color: #6B8E23;
	color: white;
	line-height: 100px;
	text-align: center;
}
