html {
    font-family: "Courier New", monospace, Verdana, Arial, sans-serif;
    font-size: 14px;
}

body {
    width: 85%;
    margin: 0 auto;
    padding: 0px;
}

header {
  position: sticky;
  top: 0;
  /*background: #ffffff;*/
  z-index: 1000;
  
    padding: 5px 5px 5px 5px;
    /*color: #333333;*/
}

#h1 {
    /*font-family: 'Paytone One', 'Science Gothic', 'Titan One', 'Lilita One', 'BBH Hegarty', 'Changa One', 'Archivo Black', "Courier New";  /* https://fonts.google.com/ */
    font-family: 'Paytone One';
    font-size: 32px;
    font-weight: bold;
    text-align: left;
    padding: 10px;
    padding-left: 15px;
    color: #999999;
    text-shadow: 3px 3px 3px #cccccc;
}
h2 {
    margin: 0px;
    padding: 0px;
    padding-top: 0px;
    font-size: 20px;
    font-weight: bold;
}

/* scroll obrázků */
.image-strip {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 10px;
  scroll-snap-type: x proximity;    /* alternativa mandatory */
}
.image-strip img {
  max-height: 400px;
  object-fit: cover;
  flex-shrink: 0;
  scroll-snap-align: start;
  padding: 0px;
  margin: 0px;
  text-shadow: 3px 3px 3px #cccccc;
}

/* skrytí scrollbaru (volitelné) */
/*.image-strip::-webkit-scrollbar {
  display: none;
}*/



/* galerie */
.gallery {
    float: left;
    width: 100%;
}
.image-gallery {
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
    padding: 5px;
}
.image-gallery img {
    max-width: 100%;
    height: auto;
    max-height: 1000px;
    padding: 10px;
}    


p {
    margin: 0px;
    font-size: 12px;
}

hr {
    border-top: 1px solid #2980b9;
}

a {
    color:  #777777;
    font-weight: bold;
    text-decoration: none;
}

a:visit {
    color:  #777777;
}

a:hover {
    color: #515999;
}

footer {
    clear: both;
    text-align: center;
    padding: 5px;
    margin: 20px;
    font-size: 14px;
}


/* nepoužité */
.box {
    border-radius: 5px;
    border: 1px solid #aaaaaa;
    float: left;
    margin: 5px;
    padding: 10px;
    max-width: 400px;
}

.fll {
    float: left;
    padding-right: 5px;
}
.flr {
    float: right;
    padding-left: 5px;
}
.flc {
    clear: both;
}
.done a {
    color: #aaaaaa;
    font-weight: normal;
}

.msg {
    font-weight: bold;
    font-size: 14px;
}
