html,
body {
  margin: 0;
  padding: 0;
  text-align: center;
  scrollbar-width: 0px;
  }

  
.root::-webkit-scrollbar {
  display: none;
  height: 0px;
  width: 0px;}
  
.root {
    -ms-overflow-style: none;}

.root { 
  position: relative;
  width: 1080px;
  height: 100%; 
  z-index: 10;
  margin: auto;
  overflow-y: scroll;
  scrollbar-width: none } 

header {
  background-image: url("../graphic/header.png");
  position: relative;
  width: 1080px; 
  height: 320px;
  z-index: 12;
  margin: auto;} 

nav {
  margin: auto;
  position: relative;
  top: 238px;
  opacity: 0.9;
  color: white;
  width: 1080px;
  height: 30px;
  z-index: 12;
}

.papir {
  background-image: url("../graphic/papir.png");
  position: relative;
  opacity: 0.9;
  width: 750px; 
  height: 1080px;
  z-index: 13;
  margin: auto;
  } 

.page {

  background-image: url("../graphic/page.png"); 
  width: 1080px;
  z-index: 11;
  margin: auto;
  overflow: hidden;} 
  
.platform_pc {

  background-color: #3c3c3c; 
  position: relative;
  top: 0px;
  left: 40px;
  width: 200px;
  height: 100px;
  z-index: 13;
  float: left;
  overflow: hidden;} 
  
.pocet_pc {

  background-color: blue; 
  position: relative;
  top: 0px;
  left: 40px;
  width: 100px;
  height: 100px;
  z-index: 13;
  float: left;
  overflow: hidden;} 
  
.platform_ps1 {

  background-color: red; 
  position: relative;
  top: 0px;
  left: 40px;
  width: 200px;
  height: 100px;
  z-index: 13;
  float: left;
  overflow: hidden;} 
  
.pocet_ps1 {

  background-color: blue; 
  position: relative;
  top: 0px;
  left: 40px;
  width: 100px;
  height: 100px;
  z-index: 13;
  float: left;
  overflow: hidden;} 
  
  
.cenik {

  position: relative;
  top: 0;
  left: 120px;

 }


footer {
  background-image: url("../graphic/footer.png"); 
  position: relative;
  width: 1080px; 
  height:166px;
  z-index: 11;
  margin: auto;}  


    .fog {
  position: relative;
  height: 100vh;
  width: 100%;
  background: #fff;
}

.fog-container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.fog-img {
  position: absolute;
  height: 100vh;
  width: 300vw;
  z-index: 2;
}

.fog-img-first {
  background: url("../img/fog-1.png");
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center;
  animation: marquee 60s linear infinite;
}

.fog-img-second {
  background: url("../img/fog-2.png");
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center;
  animation: marquee 80s linear infinite;
}


@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-200vw, 0, 0);
  }
}


p {
	text-decoration: none;
	font-size: 16px;
	color: #dcdcdc;
	font-family: gamefont;
	text-align: justify;
	margin-left: 70px;
	margin-right: 70px;    
	line-height: 150%;
}

p {
	text-decoration: none;
	font-size: 19px;
	color: #dcdcdc;
	font-family: gamefont;
	text-align: justify;
	margin-left: 70px;
	margin-right: 70px;    
	line-height: 150%;
}

.trida {
	text-decoration: none;
	font-size: 18px;
	color: #dcdcdc;
	font-family: gamefont;
	text-align: center;
	margin-left: 70px;
	margin-right: 70px;    
	line-height: 170%;
}

.perex {
	text-decoration: none;
	font-size: 19px;
	color: #dcdcdc;
	font-family: gamefont;
	text-align: justify;
	margin-left: 70px;
	margin-right: 70px;    
	line-height: 150%;
}

.abc {
	text-decoration: none;
	font-size: 60px;
	color: #888888;
	font-family: gamefont;
    text-align: left;
	margin-left: 100px;
	margin-right: 120px;
    margin-bottom: 5px; 
    line-height: 100%;
}


h1 {
	text-decoration: none;
    text-align: left;
	font-size: 25px;
	color: #dcdcdc;
	font-family: gamefont;
	margin-left: 100px;
	margin-right: 100px;
}

.h11 {
	text-decoration: none;
	font-size: 22px;
	color: #dcdcdc;
	font-family: arial;
	margin-left: 70px;
	margin-right: 100px;
    text-align: center;
}    
    

h2 {
	text-decoration: none;
	font-size: 35px;
	color: #888888;
	font-family: gamefont;
    text-align: left;
	margin-left: 100px;
	margin-right: 120px;
}

h3 {
	text-decoration: none;
	font-size: 25px;
	color: #dcdcdc;
    text-align: left;
	font-family: arial;
	margin-left: 70px;
	margin-right: 120px;
}

.a_abc {
	text-decoration: none;
    text-align: left;
    margin-left: 100px;
	font-family: gamefont;
	font-size: 22px;
	font-weight: bold;
    cursor: pointer; cursor: hand;
}

a {
	text-decoration: none;
    text-align: left;
    margin-left: 0px;
	font-family: gamefont;
	font-size: 20px;
	font-weight: none;
    cursor: pointer; cursor: hand;
}

a:link {
	text-decoration: none;
	color: #ececec;
	
}
a:visited {
	text-decoration: none;
	color: #ececec;
	
}

a:active {
	text-decoration: none;
	color: #ececec;
	
}
a:hover {
	text-decoration: none;
	color: black;
	font-size:20px;
	
}

hr {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 30px;
  margin-right: 30px;
  border-width: 1px;
}


.imgpr {
  display: block;
  margin-top: 0px;
  margin-bottom: -13px;
  margin-left: 120px;
  margin-right: 120px;
  
}



td {
    text-decoration: none;
    background: #666666;
	font-size: 18px;
    text-decoration: none;
	color: #ececec;
	font-family: gamefont;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;    
	line-height: 140%;
    }

.td_titul {
    text-decoration: none;
    background: #666666;
	font-size: 18px;
    text-decoration: none;
	color: #ececec;
	font-family: gamefont;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;    
	line-height: 140%;
    }
	
    
.green {
    text-decoration: none;
    background: #58a935;
	font-size: 18px;
    text-decoration: none;
	color: #ececec;
	font-family: gamefont;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;    
	line-height: 140%;
    }
    
.orange {
    text-decoration: none;
    background: #FF6B0A;
	font-size: 18px;
    text-decoration: none;
	color: #ececec;
	font-family: gamefont;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;    
	line-height: 140%;
    }
    
.red {
    text-decoration: none;
    background: #FF0000;
	font-size: 18px;
    text-decoration: none;
	color: #ececec;
	font-family: gamefont;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;    
	line-height: 140%;
    }
    
.blue {
    text-decoration: none;
    background: #25525A;
	font-size: 18px;
    text-decoration: none;
	color: #ececec;
	font-family: gamefont;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;    
	line-height: 140%;
    }
    
.black {
    text-decoration: none;
    background: #000000;
	font-size: 18px;
    text-decoration: none;
	color: #ececec;
	font-family: gamefont;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;    
	line-height: 140%;
    }
    
.gold {
    text-decoration: none;
    background: #BF9B30;
	font-size: 18px;
    text-decoration: none;
	color: #ececec;
	font-family: gamefont;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;    
	line-height: 140%;
    }
    
.td_abc {
    text-decoration: none;
	font-size: 20px;
	color: #222222;
	font-family: gamefont;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;    
	line-height: 160%;
    width: 150px;
    background: #868c3c;
    }
    
.td_abc_ps {
    text-decoration: none;
	font-size: 20px;
	color: #222222;
	font-family: gamefont;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;    
	line-height: 160%;
    width: 150px;
    background: #c7bd42;
    }
    
td a { 
    width: 100%; 
    height: 100%; 
    text-align: center; 
    display: block; 
    }
    
.td01 {
    text-decoration: none;
    padding: 0px 0px 0px 10px;
	font-size: 20px;
	color: #dcdcdc;
	font-family: gamefont;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;    
	line-height: 160%;
    width: 150px;
    }

.td_abc:hover {

    background-color: #888888;
    color: black;}
    
.td_abc_ps:hover {

    background-color: #888888;
    color: black;}
    
.td_titul:hover {
    background-color: #888888;
    color: black;}
    


.dulezite {
	text-decoration: none;
	font-size: 15px;
	color: firebrick;
	font-family: verdana;
	text-align: justify;
	margin-left: 120px;
	margin-right: 120px;
	line-height: 130%;
}



.dulezite_big {
	text-decoration: none;
	font-size: 17px;
	color: firebrick;
	font-family: verdana;
	text-align: justify;
	margin-left: 120px;
	margin-right: 120px;
	line-height: 130%;
}

.dulezite_mega {
	text-decoration: none;
	font-size: 20px;
	color: firebrick;
	font-family: verdana;
	text-align: center;
	margin-left: 120px;
	margin-right: 120px;
	line-height: 130%;
}


li {
	text-decoration: none;
	font-size: 15px;
	color: firebrick;
	font-family: verdana;
	text-align: justify;
	margin-left: 120px;
	margin-right: 120px;
	line-height: 130%;
}

@font-face {
    font-family: gamefont; /* deklarace fontu */
    src: url("gamefont.ttf"); /* propojení na umístění souboru */
}    

.pozicovac_textu {
  position: relative;
  font-family: gamefont;
  top: 58px;
  left: 251px;
  opacity: 0.9;
  float: left;
}

.pozicovac_textu_ps {
  position: relative;
  font-family: gamefont;
  top: 25px;
  left: 249px;
  opacity: 0.9;
  float: left;
}

.pozicovac_textu_ps1 {
  position: relative;
  font-family: gamefont;
  font-size: 30px;
  top: 154px;
  left: -83px;
  opacity: 0.9;
  float: left;
}

.pozicovac_textu_ps2 {
  position: relative;
  font-family: gamefont;
  font-size: 30px;
  top: 154px;
  left: -35px;
  opacity: 0.9;
  float: left;
}

.pozicovac_textu_ps3 {
  position: relative;
  font-family: gamefont;
  font-size: 30px;
  top: 154px;
  left: 5px;
  opacity: 0.9;
  float: left;
}

.pozicovac_textu_ps4 {
  position: relative;
  font-family: gamefont;
  font-size: 30px;
  top: 154px;
  left: 49px;
  opacity: 0.9;
  float: left;
}

.pozicovac_textu_ps5 {
  position: relative;
  font-family: gamefont;
  font-size: 30px;
  top: 154px;
  left: 102px;
  opacity: 0.9;
  float: left;
}

.pc_number {
  position: relative;
  font-size: 70px;
  font-family: gamefont;
  top: 0px;
  left: 80px;
  opacity: 0.9;
  color: #222222;
  background: url("../graphic/newpc_a.png");
  width: 440px;
  height: 200px;
  float: left;
}

.ps_number {
  position: relative;
  font-size: 70px;
  font-family: gamefont;
  top: 0px;
  left: 120px;
  opacity: 0.9;
  color: #222222;
  background: url("../graphic/newps_a.png");
  width: 440px;
  height: 200px;
  float: left;
}

.ps_number_m {
  position: relative;
  font-size: 70px;
  font-family: gamefont;
  top: 0px;
  left: 120px;
  opacity: 0.9;
  color: #222222;
  background: url("../graphic/newps_b.png");
  width: 440px;
  height: 200px;
  float: left;
}


.pc_number_m {
  position: relative;
  font-size: 70px;
  font-family: gamefont;
  top: 0px;
  left: 80px;
  opacity: 0.9;
  color: #222222;
  background: url("../graphic/newpc_b.png");
  width: 440px;
  height: 200px;
  float: left;
}
.pc_number:hover {
  
  background: url("../graphic/newpc_b.png");
  color: #222222;
}

.ps_number:hover {
  
  background: url("../graphic/newps_b.png");
  color: #222222;
}


.zpet {
  position: fixed;
  bottom: 20px; 
  right: 30px; 
  font-size: 18px;
  font-family: gamefont;
  opacity: 0.9;
  color: #999999;

}

.zpet:hover {
  position: fixed;
  font-size: 18px;
  font-family: gamefont;
  opacity: 0.9;
  color: white;

}

.game_info {
  position: relative;
  font-family: gamefont;
  top: 0px;
  left: 40px;
  color: #999999;
  background-color: #888888;
  width: 300px;
  height: 320px;
  float: left;
}

.game_img {
  position: relative;
  left: 30px;
  width: 230px;
  height: 320px;
  float: left;
  border-style: groove;
}

.novy_clanek {
  position: relative;
  font-size: 20px;
  font-family: gamefont;
  top: 0px;
  left: 70px;
  opacity: 0.9;
  color: #222222;
  background-color: #b7b7b7;
  width: 940px;
  height: 170px;
  float: none;
  border-radius: 10px;
  text-overflow: ellipsis;
}

.novy_clanek_m {
  position: relative;
  font-size: 20px;
  font-family: gamefont;
  top: 0px;
  left: 70px;
  opacity: 0.9;
  color: #222222;
  background-color: #cccccc;
  width: 940px;
  height: 170px;
  float: left;
}

.novy_clanek:hover {
  font-size: 20px;
  background-color: #cccccc;
}


.clanek_img {
  position: relative;
  left: 0px;
  top: 0px;
  width: 233px;
  height: 164px;
  float: left;
  border-style: groove;
  text-align: left;
}

.clanek_nadpis {
  position: relative;
  font-family: gamefont;
  color: black;
  top: 10px;
  left: 10px;
  opacity: 0.9;
  float: left;
  width: 650px;
  height: 40px;
}

.clanek_text {
	text-decoration: none;
    font-weight: normal;
	font-size: 17px;
	color: #333333;
	font-family: gamefont;
	text-align: justify;
	margin-left: 250px;
	margin-right: 40px;  
    margin-top: 10px;  
	line-height: 140%;
    text-overflow: ellipsis;
}

.prosty_text {
	text-decoration: none;
	font-size: 17px;
	color: #999999;
	font-family: gamefont;
	text-align: justify;
	margin-left: 70px;
	margin-right: 70px;    
	line-height: 140%;
    text-overflow: ellipsis;
}

.profilovka_img {
  position: relative;
  left: 0px;
  top: 0px;
  width: 370px;
  height: 302px;
  float: left;
  text-align: left;
}


.pageup_img {
  width: 80px;
  height: 110px;
}

.menu_fb_ome {
  position: relative;
  top: 0;
  left: 0;
  width: 100px;
  border: 0;
  outline: none;
   display: inline-block;
  border-width: 0px;
  border-style: none;
	}
	
.menu_yt_ome{
  position: relative;
  top: 0;
  left: 0;
  width: 100px;
  border: 0px;
  border-width: 0px;
  border-style: none;
	}
	
	.menu_ig_ome{
  position: relative;
  top: 0;
  left: 0;
  width: 100px;
  border: 0px;
  border-width: 0px;
  border-style: none;
	}
	
	.profilovka2_img {
  position: relative;
  left: 0px;
  top: 0px;
  width: 900px;
  height: 600px;
  float: center;
  text-align: left;
}