* {
  margin: 0;
  padding: 0;
}

/* @font-face{
    font-family: epsace;
    src: url("desyrel.eot"); /* pro Internet Explorer */
}
@font-face{
    font-family: psace;
    src: url("desyrel.ttf"); /* pro ostatní prohlížeče */
} */

body {
  background-color: #073b6d; /*#ffcc66;*/
}

#container {
  width: 1078px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  min-height:100vh;
  position: relative;
  background-color:#073b6d;
  padding-bottom:60px; /*footer*/
  
  /*box-shadow:         black 0px 0px 40px;*/
  /*-webkit-box-shadow: black 0px 0px 40px;
  -moz-box-shadow:    black 0px 0px 40px;   */
}


header {
  background-color:#073b6d;
  text-align:center;
  height: auto;
  padding: 50px;
}

nav {
  height: 110px;
}

aside {
  height:1100px;
  width:250px;
  float: left;
  background-color: purple;
}

article {
  background-color: #073b6d;
  height: auto;
  padding: 2px;
  overflow: auto;
}

footer {
	position:absolute;
	bottom:0;
	width:100%;

	background-color: purple;
	color:white;
	padding:5px;
	text-align:center;
}



#galerie {
  padding: 2px;
  background-color: #073b6d;
  overflow: auto;
}

#galerie div {
  position: relative;
  padding: 3px;
  float: left;
  cursor: zoom-in;
}

#galerie div img {
  display: block;
}
#galerie div div{
  position: absolute;
  bottom: 7px;
  right: 7px;
  font-size: 24px;
  font-weight: bold;
  color: #eee;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 0%;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 10;
}
/*#focusedborder {
  position: fixed;
  /z-index: 11;
  width: 90vw;
  height: 90vh;
  border: 1px dashed blue;
}
#focusedborder img {
  max-width: 100%;
  max-height: 100%;
  /position: fixed;
}*/
#focused {
  /*height: 50vh;
  max-width: 95vw;*/
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  /*box-shadow:         black 0px 0px 140px;
  -webkit-box-shadow: black 0px 0px 140px;
  -moz-box-shadow:    black 0px 0px 140px;*/
  cursor: zoom-out;
  /*border: 1px dashed blue;*/
}
#focused img {
  display: block;
}
#focusednote {
  position: relative;
  background-color: #ffc80e;
  text-align: center;
  z-index: 11;
  font-size: 23px;
  line-height: 150%;
  /* font-family: epsace, psace; */
  overflow: auto; 
  cursor: default; 
}

#focusenote div {
  position: relative;
  float: left;
}

.psat {
  background-color: #073b6d;
  text-align: center;
  font-size: 45px;
  /* font-family: epsace, psace; */
  line-height: 150%;
  color: #ddd;
}



/*#galerie img:hover {
  top: 1px;
}
#galerie img:active {
  top: 2px;
}
#galerie a:hover {
  background-color: transparent;
}     */
