body {
  font-family: 'Open Sans', sans-serif;
  background: transparent !important;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.okvir {
  background: url(../img/marc.jpg) no-repeat center top fixed;
  background-size: 100% 60%;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: 'Audiowide',
    cursive;
  background-color: orange;
}

#main {
  background-size: 100vw;
  z-index: 1;
}

.sub1 {
  background: linear-gradient(to top, rgb(255, 0, 0, 0.9), rgb(255, 255, 255, 0.9), rgb(255, 165, 0, 0.9));
  width: 47vw;
  height: 54vh;
  padding: 0.5vw;
  text-align: center;

}

h1 {
  font-size: 4vh;
  font-style: italic;
  align-content: center;
  align-items: center;
  text-align: center;
  color: black;
  text-shadow: 0.3vw 0.3vw 0.3vw red;
  padding-bottom: 1.2vh;
}

h2 {
  font-size: 2.5vh;
  font-style: italic;
  color: black;
  text-shadow: 0.3vw 0.3vw 0.3vw red;
  padding-bottom: 1.2vh;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -moz-text-decoration-style: solid;
  -moz-text-decoration-line: underline;
}

.tabela {
  width: 100%;
  padding-top: 10vh;
  font-size: 2.5vh;
  color: royalblue;
  text-shadow: 0.2vw 0.2vw 0.2vw black;
  text-align: left;
  font-weight: bold;
  padding-bottom: 1.8vh;
  letter-spacing: 0.2vw;
  white-space: nowrap;

}

.sub2 {
  height: 100%;
  padding: 0.5vw;
  background: linear-gradient(to top, orange, white, red);
}

.prvak {
  position: relative;
  padding-top: 1vh;
  font-size: 2.7vh;
  color: red;
  text-shadow: 0.2vw 0.2vw 0.2vw black,
    0.2vw 0.2vw 0.2vw orange;
  text-align: left;
  font-weight: bolder;
  letter-spacing: 0.1vw;
  z-index: 1;
}

.sredina {
  position: relative;
  padding-top: 2vh;
  padding-bottom: 2vh;
  font-size: 6vh;
  align-content: center;
  align-items: center;
  text-align: right;
  padding-right: 2vw;
}

hr {
  border-top: 0.2vh solid royalblue;
  margin-top: 2vh;
  margin-bottom: 2vh;
}

.level {
  position: absolute;
  height: 30vh;
  z-index: 0;
}

.marc {
  position: relative;
  padding-top: 5vh;
  padding-bottom: 5vh;
  width: 19vw;
  left: 50%;
  transform: translatex(-50%);
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -o-transform: translatex(-50%);
}

.tab {
  position: relative;
  text-indent: 3vw;
  padding-left: 1vw;
  padding-right: 1vw;
  padding-top: 1vh;
  padding-bottom: 1vh;
  letter-spacing: 0.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: justify;
  text-justify: inter-word;
}

.parent {
  position: relative;
  top: -1vh;
  left: 0;
}

.prvak {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
}

.podpis {
  position: absolute;
  bottom: 8vh;
  right: 3vw;
  height: 20vh;
  z-index: 1;
}