body{
	background-color:#D0FBCD;
	padding-top: 1em;
}

.container {
  display: grid;
  grid-template-areas: "menu	zahlavi" "menu	text" "poslednizmena poslednizmena";
  grid-template-columns: 1fr 10fr;
  grid-template-rows: auto 1fr auto;
}

@media screen and (max-width: 800px) {
  .container {
    grid-template-areas: "zahlavi" "menu" "text" "poslednizmena";
    grid-template-columns: auto;
    grid-template-rows: auto auto 1fr auto;
  }
}


.About{
	position:relative;
	top:2em;
	text-align:center;
	font-size: 80%;
}

.About a{
	margin: 2em 0 2em 0.2em;
	font-size: 100%;
	text-align:center;
	padding:0.1em 0.5em;
	Border-radius:5em;
	background-color: #EEE;
	box-shadow: 2px 2px 3px 3px #DDD;
}

.Button{
	padding: 4px 18px;
	background-color: #9FF;
	border: 2px outset Blue;
	Border-radius:5em 0 0 1em;
	text-decoration: none;
	transition-property: background;
	transition-duration: 1s;
	transition-timing-function: linear;
}

.Button:hover{
	background-color:Yellow;
	font-weight:bold;
}

.Zahlavi{
	grid-area: zahlavi;
	border: solid 2px #007699;
	border-radius:20px 150px 50px 2px;
	background-image: url("../img/bck_panor.jpg"),url("img/bck_panor.jpg");
	background-repeat: no-repeat;
	background-color: #0a5d05;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  max-width: 794px;

}
@media screen and (max-width: 800px) {
  .Zahlavi {
    width: 90%;
  }
}

.Zahlavi h1{
	/* display:none; */
	font-size:200%;
	margin-top: 1.7em;
	margin-left: 0.1em;
	color:#09e422;
	padding:0.2em 10px 0.2em 0.8em;
	/* width:8em; */
	box-shadow: 1px 2px 3px #05CC00;
	border-radius: 10px;
	text-shadow:3px 3px 3px #000033;
	/* border:1px red solid */
}

.levemenu{
	grid-area: menu;
	width:14em;
	background-color:#D0FBCD;
	border:1px solid Green;
	border-radius: 20px 2px 2px 20px;
	box-shadow: black 4px 6px 10px;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#F99), to(#6C0)); */ /* for webkit browsers */
	/*background: -moz-linear-gradient(Left, #F44, #6C0); */ /* for firefox 3.6+ */
  background-image:linear-gradient(red,white,white,green);
	height:fit-content;
}

@media screen and (max-width: 800px) {
  .levemenu {
    display: none;
    border-radius: 5px 5px 5px 5px;
    width: 90%;
    margin: 1rem 0px 1rem 0.48rem;
    max-width: 100%;
		
  }
}
@media screen and (max-width: 320px) {
  .levemenu {
    margin-right: 10px;
    width: auto;
  }
}

.levemenu ul{
	margin-left:-30px;
}

.levemenu li{
	margin:8px;
	background:#6C0;
	/* background-image:url("../images/znak_maly.png"),url("images/znak_maly.png"); */
	background-position: 5px;
	background-repeat: no-repeat;
	list-style-type:none;
	padding:1.1em;
	border-radius: 15px 5px 5px 15px;
	/*! box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), 0 2px 0 #404853; */
	box-shadow: black -2px 3px 3px;
  /*background-image:linear-gradient(red,white,green);*/
}

@media screen and (max-width: 480px) {
	.levemenu li{
		margin: 4px;
		padding:0.9em 0em;
	}
}

.levemenu a{
	display:block;
	float:left;
	width:10em;
	text-decoration: none;
	text-align:center;
	/*! padding:4px 2px 4px 10px; */
	margin-left:10px;
	margin-top:-10px;
	background:white;
	border-radius: 15px 5px 5px 15px;
	transition-property: background, box-shadow;
	transition-duration: 0.5s;
	transition-timing-function: linear;
}
.levemenu a:link,a:visited{
	text-decoration: none;
	color:Black;
}
.levemenu a:hover{
	background: #FF0900;
	color:white;
	font-weight:bold;
	box-shadow: 1px 1px 1px 1px #21AA1E inset;
}

.levemenu hr{
	margin-left:45%;
	width:10%;
	height:0.5em;
	color:#6C0;
}

.menu ul li{
  margin:20px;
}

.menu a{
	display:block;
	float:left;
	width:10em;
	text-decoration: none;
	text-align:center;
	
	margin-left:10px;
	margin-top:10px;
	background:white;
	border-radius: 5px 15px 5px 15px;
	transition-property: background, box-shadow;
	transition-duration: 0.5s;
	transition-timing-function: linear;
}
.menu a:link,a:visited{
	text-decoration: none;
	color:Black;
}
.menu a:hover{
	background: #FF0900;
	color:white;
	width:12em;
	font-weight:bold;
	box-shadow: 1px 1px 1px 1px #21AA1E inset;
}

.menu hr{
	margin-left:45%;
	width:10%;
	height:0.5em;
	color:#6C0;
}

.text {
  grid-area: text;
  max-width: 1024px;
  margin-right: 5px;
	margin-left: 10px;;
}


.text h2{
	font-size: 120%;
	border-top: solid 2px #C49C66;
	border-top: 4px solid #42F91E;
	border-left: 12px solid #16F908;
	border-radius: 2px 15px 15px 2px;
	width: 14em;
	box-shadow: 0 2px 0 #52AD53, 6px 4px 4px #5A954B;
	background: #A6FBAD;
	margin-top: 2em;
	margin-left: 0px;
	padding: 7px 0.2em 0.1em 1em;
}

@media screen and (max-width: 480px) {
  .text h2 {
    width: 50%;
  }
}
@media screen and (max-width: 320px) {
  .text h2 {
    width: auto;
    margin-right: 10px;
  }
}


.text a{
	transition-property: background;
	transition-duration: 0.5s;
	transition-timing-function: linear;
	color: Green;
}

.text a:hover{
	background: #CCFFFF;
	border-radius:5px;
}
.text a:visited{
	color:Navy;
}
.text a img{
	color:white;
	/*box-shadow:-2px -2px 1px black inset;*/
	box-shadow:1px 1px Blue;
}

.hambline {
  width: 24px;
  height: 4px;
  background-color: black;
  margin: 4px 0;
}

.hamburger {
  display: none;
  position: absolute;
  right: 10px;
  top: 3px;
  /* background-color: silver; */
}

.hamburger:hover {
  cursor: pointer;
}

@media screen and (max-width: 800px) {
  .hamburger {
    display: block;
  }
}
.showme {
  display: block;
}

.Mapa{
	float:right;
	Margin-left:1em;
	Margin-right:.2em;
	Opacity:0.5;
	transition-property: Opacity;
	transition-duration: 1s;
	transition-timing-function: linear;
}

.Mapa:hover{
	Opacity:1;
}

.Mapa img{
	border-radius:0 15px 15px 15px;
}

.NaZacatek{
	/*border: 1px solid red;*/
	border-radius: 15px;
	padding: 6px 30px 6px 30px;
	width:5em;
	background-color:#EFEFEF;
	box-shadow: black 0px 2px 4px;
	font-weight:normal;
	text-align:center;
}

.NaZacatek a{
	text-decoration: none;
	color:blue;
	font-weight:normal;
}

.NaZacatek a:hover{
	/*text-decoration: underline;*/
	font-weight:bold;
	Background-Color:#FEE;
}

.Shadowed{
	box-shadow:1px 1px 2px 2px rgb(128,128,128);
}
#Rozcestnik{
	font-weight:bold;
	background-image:none;
	/*! border-radius: 5px 75px 35px 5px; */
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8EE', endColorstr='#CFF');*/ /* for IE */
	background-color:#6C0;
}

#Rozcestnik a{
	background-color:#f000;
}


.FloatLeft{
	float:left;
	Margin:0.5em;
	Margin-right:.8em;
	Margin-left:.1em;
	-ms-transform:rotate(-1deg); 
	-webkit-transform:rotate(-1deg); 
	Transform:rotate(-1deg);
}

.FloatLeft img{
	border-color: black;
	border-bottom-color: gray;
	border-right-color: silver;
	box-shadow: black 4px 6px 10px;
}


.FloatRight{
	float:right;
	Margin-Top:-0.3em;
	Margin-right:3px;
	-ms-transform:rotate(1deg); 
	-webkit-transform:rotate(1deg);
	Transform:rotate(1deg);

}

.FloatRight img{
	border-color: black;
	border-bottom-color: gray;
	border-right-color: silver;
  box-shadow: black 4px 6px 10px;
}


.ClearAll{
	clear:both;
}

.Citat{
	color:#036;
	font-style:italic;
}

.fotky{
background-color:#010;
/*! z-index: 0; */
}

.fotky > div.Zahlavi{
  /*! border:3px red solid; */
  Left: 35px;
}

.fotky > div.Zahlavi a{
  /*! border:3px red solid; */
  Left: 1em;
  position: relative;
  top: -24px;
  color: #0acd0a;
  /*! display: block; */
  text-decoration: none;
  margin-right: 10px;
  background-color: black;
  padding: 0.1em 0.8em;
  Border-radius: 5em;
  border: 1px outset #090;
  box-shadow: 2px 1px 1px 1px #039004;
}

.fotky > div.Zahlavi a:hover{
	background-color:#0F0;
}

.fotopage{
  background-color:#010;
  /*border:1px red solid;*/
  margin-left:1em;
  margin-top: 193px;
  /*! z-index: 0; */
}

.fotopage h1{
  Color:#8EB98E;
}
.fotopage h2{
  Color:#8EB98E;
  Margin-left: 10px;
  border-right: 0.2em #1e1e1e solid;
  border-bottom: 0.2em #222 solid;
  /*! border-top: 0.1em #9b9a9a solid; */
  border-left: 0.5em #108603 solid;
  box-shadow: 3px 2px 1px 1px #039004;
  width: 14em;
  padding: 0.2em 0.8em;
  border-radius: 0px 200px 200px 0px;
  background-color: #024B03;
  color: #05dd05;
}

.foto{
  /*border: 1px Blue solid;*/
  float:left;
  width: 450px;
  background-color:#010;
  /*clear:both;*/
}

.foto img{
	float:left;
  margin:15px 10px;
  border-right:0.2em #1e1e1e solid;
  border-bottom:0.2em #222 solid;
  border-top:0.1em #9b9a9a solid;
  border-left:0.1em #aeabab solid;
  
  
	box-shadow: 1px 1px 5px 5px #000;
}

.foto p{
	float:left;
  margin-left:5px;
  color:#8EB98E;
}

.foot{
 /*border:3px red solid;*/
 margin-left:1em;
}

.foot a{
 color:lime;
}

.toplist{
	position:relative;
	top:1em;
	margin:10px auto;
  background:transparent;
}
