@font-face {
  font-family: Albertus_stredni;
  src:url('fonts/albr55w.ttf');
}
@font-face {
  font-family: Albertus_stredni_kurziva;
  src: url('fonts/albr56w.ttf');
}
@font-face {
  font-family: Albertus_tucne;
  src: url('fonts/albr65w.ttf');
}


/* HACK: ..............top scroll bar */
.progress-container{
  top:  0px;
  width: 100%;
  height: 4px;
  background: black;
}
.progress-bar{
  top:  0px;
  width: 0;
  height: 4px;
  background: #1cf2d7;
}
.hlava{
 position: fixed;
 top: 0px;
 z-index: 2;
 width: 100%;
}


/* HACK: ..........historie trener karta......... */
.flip-card {
  float: left;
  font-family: Albertus_stredni;
  background-color: transparent;
  width: 250px;
  height: 250px;
  perspective: 1000px;
  padding: 10px;
  margin-right: 2%;
  margin-left: 2%;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.flip-card-back a{
  font-size: 20px;
  padding: 5px;
  font-family: Albertus_stredni;
  color: white;
  text-shadow: 1px 1px 1px black, 1px 1px 2px  gold, 0px 0px 5px black;
  text-decoration: underline;
  font-style: italic;
}





.imgcard{
  width: 100%;
  height: 100%;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 1s;
  transform-style: preserve-3d;
  box-shadow: 0px 0px 10px 5px blue;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  background-image: linear-gradient(to bottom right, rgba(133, 0, 255, 0.8), rgba(68, 0, 255, 0.8), rgba(190, 0, 0, 0.8));
  transform: rotateY(180deg);
}

.flip-card-back h1{
  color: black;
  text-shadow: 1px 1px 3px black, 0px 0px 12px white, 0px 0px 6px gold;
}

b.black{
  color: black;
}

/* HACK: .................body................... */

html{
  scroll-behavior: smooth;
}

body{
  margin: 0;
  background-image: url('../images/grey_zed.jpg');
  background-repeat: repeat;
  overflow-y: scroll;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

body::-webkit-scrollbar {
    display: none;
}

strong{
  color: orange;
  text-shadow: 2px 2px 15px orange, 0px 0px 10px red;
  font-family: Albertus_tucne;
}

div.content p.centr{
  color: gold;
  text-transform: full-width;
  font-style: italic;
  text-align: center;
  text-shadow: 1px 1px 2px black, 0px 0px 15px orange, 0px 0px 15px gold;
  font-family: Albertus_stredni_kurziva;
}

div.content p{
  font-size: 20px;
  padding: 5px;
  font-family: Albertus_stredni;
  color: white;
  text-shadow: 1px 1px 1px black, 1px 1px 2px  gold, 0px 0px 5px black;
}

div.footer{
  background-image: url('../images/red_navigation_position2.jpg');
  font-family: Albertus_tucne;
  background-repeat: repeat-x;
  background-position: top;
  background-color: #a60000;
  padding: 5px;
  margin-top: 100px;
  box-shadow: 0px 0px 25px 10px black;
}

div.footer_shadow{
  background: rgb(166, 0, 0, 0.3);
  margin-left: 35%;
  margin-right: 35%;
  width: auto;
  border-style: outset;
  border: 2px solid black;
}

.footer p, a{
  font-family: Albertus_stredni;
  font-size: 20px;
  color: black;
  text-align: center;
  text-shadow: 2px 2px 3px black;
  text-decoration: none;
}



div.opacity_uvod{
  background: rgba(0, 0, 0, 0.8);
  width: 25%;
  margin-left: 36%;
  margin-top: 5%;
  padding-top: 0px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
  border: 4px solid blue;
  border-style: outset;
  box-shadow: 0px 0px 20px 3px blue;


}
div.posun{
padding-top: 10px;
}

.mobilegalery{
  display: none;
}

.sipka{
  text-decoration: none;
  text-transform: uppercase;
  font-size: 80px;
color: blue;
-webkit-transition: 1s;
-moz-transition: 1s;
-o-transition: 1s;
transition: 1s;
}
.sipka:hover{
  color: #a60000;
}


div.uvod{
max-height: 550px;
/* margin-bottom: 8%; */
padding-bottom: 20%;
background-image: url('../images/logo.png');
background-color: black;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
}

.uvod h1{
  text-align: center;
  padding-top: 10%;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Albertus_stredni;
  font-size: 50px;
  text-shadow: 3px 3px 3px blue, 0 -1px 4px #FFF, 0 -2px 10px #005eff, 0 -10px 20px #0038ff, 0 -18px 40px #000cb1;
}
.uvod p{
    font-family: Albertus_stredni;
    padding-top: 5%;
    text-align: center;
    font-weight: bold;
    color: white;
    font-size: 25px;
}

.bloky-main{
margin: 1%;
}


.bloky-content{
  display: inline-block;
  text-align: center;
  margin-left: 10%;
  border-style: outset;
  border-width: 4px;
  border-color: blue;
  padding: 8px;
  box-shadow: 0px 0px 10px 3px blue;
  background-color: rgba(0, 0, 0, 0.4);
}

.bloky-content hr{
  border: 1px solid blue;
}

.bloky-main h3{
  font-size: 23px;
  font-family: Albertus_tucne;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding: 2px;
  color: black;
  text-shadow: 1px 1px 2px white, 0px 0px 12px blue, 0px 0px 7px red, 1px 1px 5px orange, 0px 0px 10px yellow;

}

div.content{
margin-left: 10%;
margin-right: 10%;
width: auto;
margin-top: 5%;
padding: 5px;
background: rgba(0, 0, 0, 0.6);
border: 2px solid black;
-webkit-box-shadow: 0px 0px 25px 25px rgba(0,0,0,0.9);
-moz-box-shadow: 0px 0px 25px 25px rgba(0,0,0,0.9);
box-shadow: 0px 0px 25px 25px rgba(0,0,0,0.9);
}

div.content h2{
  font-size: 30px;
  text-align: center;
  font-family: Albertus_tucne;
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px;
  text-shadow: 1px 1px 2px white, 0px 0px 6px silver, 0px 0px 10px blue, 0px 0px 13px purple;
}

.velkynadpis{
padding-top: 2%;
}
.velkynadpis h2{
  font-size: 40px;
  text-align: center;
  font-family: Albertus_tucne;
  color: black;
  text-shadow: 0px 0px 3px white, 0px 0px 5px yellow, 1px 1px 1px black, 1px 1px 10px orange, 0px 0px 20px red;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px;
}

.velkynadpis p{
  color: red;
  font-family: Albertus_tucne;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  text-shadow: 1px 1px 1px black, 0px 0px 10px red, 0px 0px 10px orange, 2px 2px 2px black;;
}

.odkaz{
font-family: Albertus_tucne;
text-transform: uppercase;
text-decoration: none;
text-shadow: 1px 1px 1px white, 0px 0px 10px purple, 0px 0px 8px yellow, 0px 0px 9px blue;
color: black;
border-left: 4px solid purple;
padding: 2px;
}

.odkaz:hover{
  background-color: purple;
  color: gold;
}


.odkaz2 {
font-family: Albertus_tucne;
text-transform: uppercase;
text-decoration: none;
color: white;
background-color: rgba(101, 0, 255, 0.4);
padding: 12px;
border: 3px solid blue;
margin:8px;
}


.odkaz2:hover  {
  background-color: rgba(101, 0, 255, 0.9);
  text-shadow: 1px 1px 2px black;
  box-shadow: 0px 0px 10px 5px grey;
  transition: 0.5s;
}

.covid19{
  font-size: 60px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  color: blue;
  text-shadow: 0px 0px 5px white, 1px 1px 2px black, 0px 0px 8px red, 0px 0px 6px orange;
}

/* images */

.imgshadow{
  border-style: outset;
  border-width: 4px;
  border-color: silver;
  box-shadow: 3px 0px 10px 2px grey;
  margin: 10px;
  max-width: 80%;
}

.imgshadowarchos{
  border-style: outset;
  border-width: 4px;
  border-color: silver;
  box-shadow: 3px 0px 10px 2px grey;
  margin: 10px;
  max-width: 80%;
}

.imgshadowarchos:hover{
  /* border-style: inset; */
  box-shadow: 0px 0px 8px 8px silver;
  transition: 1s;
  border-color: blue;
}

div.content h6{
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  font-family: Albertus_tucne;
  font-size: 18px;
  text-align: center;
  background-color: rgba(36, 52, 255, 0.5);
  padding: 10px;
  text-shadow: 1px 1px 2px black, 0px 0px 8px white, 0px 0px 8px silver;
}

div.content h6:hover{
  transition: 1s;
  background-color: rgba(36, 52, 255, 0.9);
  text-shadow: 0px 0px 15px white, 1px 1px 2px white;

}
.imgshadowgalerie{
  border-style: outset;
  border-color: silver;
  box-shadow: 3px 0px 10px 2px grey;
  border-width: 3px;
  max-width: 140px;
}

.imgshadowgalerie:hover{
  transition: 1s;
  border-color: blue;
  box-shadow: 0px 0px 8px 8px silver;
}
/* .....zkurvené tabulky.......... */


.tabulkasezona{
  border-collapse: collapse;
  width: auto;
  min-width: 60%;
  margin-left: 20%;
  margin-right: 20%;
  padding: 10px;
}

.tabulkasezona th, td, a {
  text-decoration: none;
  text-align: left;
  color: black;
  padding: 8px;
  font-family: Albertus_stredni;
}

.tabulkasezona tr{background-color: grey}

.tabulkasezona tr:nth-child(even){background-color: gold}

.tabulkasezona th {
  background-color: black;
  color: white;
  text-transform: uppercase;
  font-family: Albertus_tucne;
}



.tabulka{
  border-collapse: collapse;
  width: auto;
  min-width: 60%;
  margin-left: 20%;
  margin-right: 20%;
}

.tabulka th, td, a {
  text-decoration: none;
  font-style: normal;
  text-align: left;
  color: black;
  padding: 8px;
  font-size: 17px;
  font-family: Albertus_stredni;
}

.tabulka tr{background-color: grey}

.tabulka tr:nth-child(even){background-color: gold}

.tabulka th {
  background-color: black;
  color: white;
  text-transform: uppercase;
  font-family: Albertus_tucne;
}

/* HACK: .............Navigace ..................*/


.navigation{
  background-repeat: repeat-x;
  background-color: #190000;
  background-image: url('../images/red_navigation_position.jpg');
  margin-left: 15%;
  margin-top: 3px;
  margin-right: 15%;
  border-style: outset;
  border-top-color: #bf0000;
  border-left-color: #a60000;
  border-right-color: #a60000;
  border-bottom-color: #8c0000;
  border-width: 4px;
  box-shadow: 0px 0px 20px 3px rgba(255,0,0,0.77);
  text-align: center;
  list-style-type: none;
}

.navigation li{
  display: inline-block;
  margin-right: 5%;
  text-align: center;
}

.navigation a{
font-family: Albertus_tucne;
text-decoration: none;
text-transform: uppercase;
padding: 1px;
font-size: 21px;
color: black;
text-shadow: 1px 1px 8px black, 1px 1px 5px grey, 1px 1px 2px silver;
cursor: pointer;
}


.navigation a:hover{
  color: black;
  text-shadow: 0px 0px 10px white, 0px 0px 7px white, 0px 0px 5px silver, 0px 0px 2px grey;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}


#navbar{
  top: -200px;
  position: fixed;
  transition: 1s;
  width: 100%;
}



.dropdown {
  cursor: pointer;
  transition: 1s;
  display: inline-block;
  list-style-type: none;
  margin-right: 5%;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;

}

.dropdown .dropbtn {
  cursor: pointer;
  font-family: Albertus_tucne;
  text-decoration: none;
  text-transform: uppercase;
  padding: 6px;
  /* float: left; */
  font-size: 21px;
  color: black;
  text-shadow: 1px 1px 8px black, 1px 1px 5px grey, 1px 1px 2px silver;
}

.dropbtn:hover{
  text-decoration: none;
  color: black;
  text-shadow: 0px 0px 10px white, 0px 0px 7px white, 0px 0px 5px silver, 0px 0px 2px grey;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.dropdown-content {
  margin-top: 5px;
  background: linear-gradient(to top, #b20000 0%, #000000 130%);
  padding: 10px;
  display: none;
  position: absolute;
  background-color: #b50000;
  min-width: 100px;
  box-shadow: 0px 0px 10px 2px rgba(255,0,0,0.77);
  z-index: 2;
  transition: 1s;

}

.dropdown-content a {
  font-family: Albertus_tucne;
  font-size: 17px;
  text-transform: uppercase;
  color: black;
  text-shadow: 1px 1px 8px black, 1px 1px 5px grey, 1px 1px 2px silver;
  padding: 8px;
  text-decoration: none;
  /* display: block; */
  display: grid;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: rgb(0, 0, 0, 0.8);
  color: gold;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  text-shadow: none;
}
.dropdown:hover .dropdown-content{
  display: grid;
}

.navigation-mobile{
  display:none;
}
