@font-face {
  font-family: "Courier New";
  /*url(/web/20220524093435im_/https://symposion.gjk.cz/static/Courier New Regular.ttf) format('truetype');*/
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  margin: 0;
  font-family: "Courier New";
  background: rgb(17, 50, 73);
}

.wrapper {
  display: flex;
  justify-content: center;
  text-align: justify;
  hyphens: auto;
  align-items: center;
  height: 100vh;
  width: 100vw;
  color: #fe8627;
}

.container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  display: flex;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  scroll-behavior: smooth;
}

.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: calc(331vh + 130rem);
}

.harmonogram_rooms th {
  height: 2rem;
}
.harmonogram_day {
  width: 70%;
  margin-left: 20%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 4rem;
  text-align: center;
  border-bottom: 4px solid #00a6fc;
}

#overlay {
  z-index: 5000;
  height: 100vh;
  position: fixed;
  width: 100vw;
  display: none;
}
.overlay-shadow {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.overlay-body {
  width: 90vw;
  height: 90vh;
  z-index: 1000;
  position: relative;
  overflow-y: scroll;
  margin-top: 5vh;
  margin-left: 5vw;
  overscroll-behavior: contain;
  background: rgb(17, 50, 73);
}

.overlay-body > div {
  max-width: 80%;
}

.overlay-author {
  padding-top: 2.5vh;
  padding-left: 1vw;
  font-size: 2.2rem;
  color: #00a6fc;
  text-align: center;
  width: 83%;
}
.overlay-prednaska {
  padding-top: 3vh;
  padding-left: 3vw;
  font-size: 1.5rem;
  min-height: 1.5rem;
  color: #00a6fc;
  text-align: left;
  width: 80%;
}
.overlay-anotace, .overlay-medailonek {
  padding-top: 3vh;
  padding-left: 3vw;
  font-size: 1rem;
  color: #fe8627;
  text-align: left;
  width: 94%;
}
.overlay-exit {
  width: 15%;
  position: absolute;
  left: 85%;
  top: 0;
}

.background, canvas {
  background: rgb(17, 50, 73);
}

.background #bugs {
  width: 100%;
}

.background #stream {
  margin-left: 80%;
  width: 25%;
  height: 315vh;
  position: absolute;
  top: 100vh;
  cursor:pointer;
  z-index: 100;
}

.background.online {
  height: 100%; 
  top: 0; 
  left: 0; 
  position: sticky;
}

.foreground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.foreground h1 {
  font-size: 36px;
  text-align: center;
}

.foreground .text-container {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 60%;
  font-size: 22px;

  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);

  padding: 10px 20px 10px 20px;
}

.text-container iframe {
  height: 150px;
}

.foreground .separator {
  margin-top: 48px;
  margin-bottom: 48px;
  width: 60%;
  color: #fe8627;
}

.foreground .separator2 {
  width: 80%;
  color: #00a6fc;
  margin-left: 0;
}

a {
  color: #fe8627;
  text-decoration: underline;
}

h1 {
  text-decoration: none;
}
h1.section {
  font-size:16rem;
}

.page {
  width:100%;
  min-height: 100vh;
  position: relative;
}
#intro div#title {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}

nav {
  width: 75%;
  font-size: 4rem;
  text-align: center;
  margin-left: 1.25%;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

nav ul li {
  display: inline-block;
  margin-left: 2%;
  text-decoration: underline;
}

a#zpet-btn {
  top: 7.5%;
  right: 2.5%;
  display: block;
  position: absolute;
  width: 15%;
}

@media screen and (min-aspect-ratio: 5/4) { /*normal device */
  #intro div#title {
    width: 40%;
    padding-top: 2%;
    font-size: 2vw;
  }
  #intro .text-container {
    width: 50%;
    font-size: 1rem;
    text-align: left;
  }
  a#harmonogram-btn {
    cursor:pointer;
    width: 15%;
    display: block;
    position: absolute;
    top: 7%;
    left: 3%;
  }

  a#gjk-btn {
    cursor:pointer;
    width: 15%;
    display: block;
    position: absolute;
    left: 80%;
    top: 7%;
  }

  a#obsah-btn {
    cursor:pointer;
    width: 15%;
    display: block;
    position: absolute;
    top: 47%;
    left: 3%;
  }

  a#kontakt-btn {
    cursor:pointer;
    width: 15%;
    display: block;
    position: absolute;
    top: 47%;
    left: 80%;
  }
}

@media screen and (max-aspect-ratio: 5/4) { /*portrait device */
  #intro div#title {
    width: 50%;
    padding-top: 2%;
    font-size: 2.5vh;
  }
  #intro .text-container {
    width: 60%;
    font-size: 2.1vh;
    text-align: left;
  }
  a#harmonogram-btn {
    cursor:pointer;
    width: 27%;
    display: block;
    position: absolute;
    top: 3%;
    left: 2%;
  }

  a#gjk-btn {
    cursor:pointer;
    width: 25%;
    display: block;
    position: absolute;
    left: 76%;
    top: 3%;
  }

  a#obsah-btn {
    cursor:pointer;
    width: 30%;
    display: block;
    position: absolute;
    top: 78%;
    left: 2%;
  }

  a#kontakt-btn {
    cursor:pointer;
    width: 30%;
    display: block;
    position: absolute;
    top: 80%;
    left: 70%;
  }
}
#harmonogram .text-container {
  width: 75%;
  font-size: 0.9rem;
  text-align: center;
  margin-left: 1.25%;
  height: 75%;
}

#info .text-container {
  width: 75%;
  font-size: 1.4vw;
  text-align: center;
  margin-left: 1.25%;
  height: 75%;
}
div#info-text {
  width: 60%;
  height: 30%;
  margin-top: 5%;
  margin-left: 7%;
  margin-bottom: 5%;
  color: #00a6fc;
  font-size: 1.75vh;
}

#online .text-container {
  width: 75%;
  font-size: 1.4vw;
  margin-left: 1.25%;
}

#online .text-container p {
  text-align: justify;
  hyphens: auto;
  display: block;
  white-space: normal; 
}

img#title {
  width: 100%;
}


img.btn {
  width: 100%;
  height: 100%;
}

iframe#gmaps {
  border-width: 3px;
  border-radius: 3px;
  border-color: #00a6fc;
  width: 100%;
  height: 90%;
}

.page h2 a {
  color: #00a6fc;
}
li {
  text-align: initial;
}

.page h2 {
  color: #00a6fc;
  font-size: 3vh;
  display: block;
  padding-left: 3%;
  padding-bottom: 1%;
  border-bottom: 2px solid #00a6fc;
  width: 80%;
  margin-bottom: 2%;
}

h1 a, h2 a, h3 a {
  text-decoration: none;
}

@media screen and (min-aspect-ratio: 5/4) {
    /*normal device */

  div#kontakt-text {
    width: 30%;
    height: 30%;
    position: absolute;
    top: 20%;
    left: 7%;
    color: #00a6fc;
    font-size: 2.2vh;
  }
  div#gmaps {
    width: 40%;
    height: 45%;
    position: absolute;
    top: 45%;
    left: 2%;
    font-weight: bold;
    font-size: 1.2vw;
    color: #00a6fc;
  }
  a#ig-btn {
    cursor: pointer;
    width: 15%;
    display: block;
    position: absolute;
    top: 15%;
    left: 65%;
  }

  a#fb-btn {
    cursor: pointer;
    width: 15%;
    display: block;
    position: absolute;
    top: 45%;
    left: 60%;
  }

  a#mail-btn {
    cursor: pointer;
    width: 15%;
    display: block;
    position: absolute;
    top: 21%;
    left: 47%;
  }
}

@media screen and (max-aspect-ratio: 5/4) {
  #stream {
    display: none;
  }  

  /*portrait device */
  div#info-text {
    width: 85%;
    font-size: 2.2vh;
  }
  div#kontakt-text {
    width: 60%;
    height: 30%;
    position: absolute;
    top: 10%;
    left: 2%;
    color: #00a6fc;
    font-size: 2.2vh;
  }
  div#gmaps {
    width: 60%;
    height: 45%;
    position: absolute;
    top: 52%;
    left: 2%;
    font-weight: bold;
    font-size: 1.8vh;
    color: #00a6fc;
  }
  a#ig-btn {
    cursor: pointer;
    width: 22%;
    display: block;
    position: absolute;
    top: 15%;
    left: 73%;
  }

  a#fb-btn {
    cursor: pointer;
    width: 22%;
    display: block;
    position: absolute;
    top: 40%;
    left: 73%;
  }

  a#mail-btn {
    cursor: pointer;
    width: 22%;
    display: block;
    position: absolute;
    top: 62%;
    left: 73%;
  }
}

@media screen and (max-aspect-ratio: 5/4) {
  #harmonogram {
    display: block;
    width: 100%;
  }

  #harmonogram .text-container {
    width: 100%;
  }

  .harmonogram_rooms {
    display: none;
  }

  .harmonogram_day {
    margin: 1.5rem auto;
  }
  .harmonogram_table_body th {
    font-size: 1.5vh;
  }
  body table#harmonogram_table td {
    height: 11vh;
    max-height: 11vh;
  }
  body .spanila_princezna {
    line-height: 1.5vh;
    font-size: 1.5vh;
  }

  #harmonogram_table {
    margin: 0 auto;
    width: 100%;
  }

  tr {
    width: 100%;
  }

  tr td, tr th {
    display: block;
    width: 94% !important;
  }
.overlay-anotace, .overlay-medailonek {
  font-size: 1.8vh;
}
}


.btn {
  animation-name: orangebtn;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  transition: width 0.75s;
  
  translate: rotateZ(360deg);
  backface-visibility: hidden;
  perspective: 1000;
  z-index: 100;
}


#zpet-btn img {
  animation: none;
}


.btn:hover {
  width: 115%;
}


@keyframes orangebtn {
  0% {transform: rotate(0deg);}
  25% {transform: rotate(6deg);}
  50% {transform: rotate(-6deg);}
  75% {transform: rotate(3deg);}
  100% {transform: rotate(0deg);}
}


.sidebug {
  position: absolute;
  right: 0;
  max-width: 80%;
}
/*
     FILE ARCHIVED ON 09:34:35 May 24, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:03:29 Jun 18, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.481
  exclusion.robots: 0.017
  exclusion.robots.policy: 0.008
  esindex: 0.01
  cdx.remote: 25.855
  LoadShardBlock: 184.918 (3)
  PetaboxLoader3.datanode: 133.382 (4)
  load_resource: 67.585
  PetaboxLoader3.resolve: 52.306
*/