*{
    margin: 0;
    padding: 0;
}
html{
	overflow-y: hidden;
}
[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#butt{
	text-align:center;
	top: -30px;
	position: relative;
}
#infotab{
	background-color:rgba(23, 61, 82, 0.65);
	opacity: 0;
	position: absolute;
	max-width:30%;
	margin-left: 5%;
	bottom: 20%;
	box-shadow: 0px 5px 15px -2px rgb(255 255 255 / 25%);
	border-radius: 5px;
	text-align: center;
	padding: 8px;
}
p.inf{
	width: 40px;
	font-size: 40px;
	text-shadow: 1.5px 1.5px #265972 ;
	padding-left: 2%;
	bottom: 10%;
	position: absolute;
	font-family:'Times New Roman', Times, serif;
}

#mode{
	background-color:#508a898c;
	right:1%;
	bottom:10%;
	position:absolute;
}
div.start{
	background-image: url(image/water.jpg);
	background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
	max-width: 100%;
    height: 100vh;
}
#celyweb{
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
}
h1,h2,h3,p{
	color:white;
	text-align:center;
	font-family: 'Dosis', sans-serif;
	font-weight:100;
}
h1{
	text-transform:uppercase;
	text-shadow:2.5px 2.5px rgb(19 55 92);
}
h3{
	font-size:1.3rem;
}
#odpoved{
	z-index: 99;
	text-shadow:2.5px 2.5px rgb(19 55 92);
}
#formUvod{
    text-align: center;
	color:white;
	font-size: 20px;
	padding-bottom: 2%;
}
button{
   color: white;
   border: 1px solid white;
   border-radius: 25px;
   padding: 10px;
   background-color: #051a1f59;
   box-shadow: 0px 5px 15px -2px  rgb(255 255 255 / 20%);
}
button:hover {
	transform: scale(0.95);
}
button:active {
	transform: scale(0.93);
}
img.f0,.f1,.f2{
max-width:19%;
}

img.f0{
	margin-left:15%;
	animation: fish_0 ease 18s infinite;
}
	@keyframes fish_0{ 

		49%{transform: rotateY(0deg);}
		50%{margin-left: 75%;transform: rotateY(180deg);}
		99%{transform: rotateY(180deg);}
		100%{margin-left: 15%;transform: rotateY(0deg);}
	}
img.f1{
	margin-left: 75%;
	animation: fish_1 ease 12s infinite;
	transform: rotateY(180deg);
}
	@keyframes fish_1 {

		49%{transform: rotateY(180deg);}
		50%{margin-left: 10%;transform: rotateY(0deg);}
		99%{transform: rotateY(0deg);}
		100%{margin-left: 75%;}
	}
img.f2{
	margin-left:40%;
	animation: fish_2 ease 15s infinite;
}
	@keyframes fish_2 {

		24%{transform: rotateY(0deg);}
		25%{margin-left: 70%;transform: rotateY(180deg);}
		74%{transform: rotateY(180deg);}
		75%{margin-left: 10%;transform: rotateY(0deg);}
		100%{margin-left: 40%;}
	}      
td{
	background:rgba(255, 255, 255,0.3);
	color:black;
	width:150px;
	height:15px;
	text-align:center;
	border:15px gray;
	font-family: 'Dosis', sans-serif;
	}
td:first-child
	{
	width:15px;
	height:15px;
	}
th div {
	width:467.5px; 
	margin-top: -30px;
	position: absolute;	
	background:rgba(255, 255, 255,0.55);
	}   
th div h2{
	text-shadow: 1.5px 1.5px grey;
	text-align:center;
}
div.tabulka{
	width:470px ;
	margin: 0 auto;
}
	
table{
	border-spacing: 1.5px;
	margin-top:15vh;
	overflow:visible;
	height:60vh;
	display: inline-block;
	border-collapse: separate;
	}
.bubbles img{
	width: 50px;
	animation: bubbles 6s linear infinite;
}
.bubbles{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	position: absolute;
	bottom: -75px;   
	}
@keyframes bubbles{
	100%{transform: translateY(-80vh);opacity: 0;}
}
.bubbles img:nth-child(1){
	animation-delay:1.5s;
	width: 40px;
}
.bubbles img:nth-child(2){
	animation-delay:3.5s;
	width: 30px;
}
.bubbles img:nth-child(3){
	animation-delay:0s;
	width: 35px;
}
.bubbles img:nth-child(4){
	animation-delay:3s;
	width: 75px;
}
.bubbles img:nth-child(5){
	animation-delay:5s;
	width: 30px;
}
.bubbles img:nth-child(6){
	animation-delay:1s;
	width: 30px;
}
.bubbles img:nth-child(7){
	animation-delay:1.5s;
	width: 28px;
}
input{
    color: white;
    border-radius: 15px;
    border: 1px solid white ;
    background-color: rgba(255, 255, 255, 0.267);
	text-align:center;
	font-family: 'Dosis', sans-serif;
	font-size: 16px;
    margin: 4px;
    padding: 4px;
	box-shadow: 0px 5px 15px -2px rgb(0 0 0 / 20%);
}
input:hover {
	transform: scale(0.95);
}

input:active {
	transform: scale(0.93);
}
footer{
  position: absolute;
  bottom: 0%;
  width:100%;
  height: 25px; 
  text-align:center;
  font-weight:90;
  font-family: 'Dosis', sans-serif;
  color:white;
  background-image: linear-gradient(to right, transparent, #265972, transparent);
}
#landscape_background {
  z-index:9999;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
}

#pop-up {
  width: 500px;
  height: 350px;
  color: white;
  text-align: center;
  font-family: 'Dosis', sans-serif;
  padding: 10px;
  font-size: 40px;
}

#wrap {
  width: 200px;
  height: 200px;
  position: relative;
  margin: 50px auto;
}

#mobile_turn {
  height: 100%;
  position: absolute;
  left:0;
  top: 50%;
  transform-origin: top;
  transform: translateY(-50%);
  animation: smartphone 2s ease-in-out infinite;
}

@keyframes smartphone {
  0% {
    transform: rotate(0deg) translateY(-50%);
    opacity: 0;
  }
  25% {
    transform: rotate(0deg) translateY(-50%);
    opacity: 1;
  }
  50% {
    transform: rotate(60deg) translateY(-50%);
  }
  75% {
    opacity: 1;
  }
  100% {
    transform: rotate(60deg) translateY(-50%);
    opacity: 0;
  }
}
@media screen and (max-height: 420px) {
	h1#count{
		position:absolute;
		right:2rem;
		top:2rem;
		margin:0.1rem;
	}
	h2.h2{
		text-align:left;
		font-size:1.4rem;
		padding-left:1rem;
	}
	h3{
		position:absolute;
		right:2rem;
		top:0.5rem;
		padding-right:2px;
	}
	button{
		background-color:transparent;
	}
	footer{
	opacity: 0;
	}
	.respon{
	top:0;
	text-align:right;
	}
	#butt{
	top:10px;
	position:fixed;
	right:2%;
	}
	table{
	overflow:auto;
	}
	table::-webkit-scrollbar {
            width: 8px;  
    } 
    table::-webkit-scrollbar-track {
            box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }
    table::-webkit-scrollbar-thumb {          
            border-radius: 4px;
            background-color:rgb(49 71 96 / 78%);  
        }

    }
