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: 17px;
	color: #dcdcdc;
	font-family: gamefont;
	text-align: justify;   
	line-height: 150%;
}


.perex {
	text-decoration: none;
	font-size: 22px;
	color: white;
	font-family: gamefont;
	text-align: justify;    
	line-height: 150%;
}

.plus {
	text-decoration: none;
	font-size: 17px;
	color: #dcdcdc;
	font-family: gamefont;
	text-align: left;
	margin-left: 80px;
	margin-right: 10px;    
	line-height: 150%;
}

.minus {
	text-decoration: none;
	font-size: 17px;
	color: #dcdcdc;
	font-family: gamefont;
	text-align: left;
	margin-left: 80px;
	margin-right: 10px;    
	line-height: 150%;
}

.atributy {
	text-decoration: none;
	font-size: 20px;
	color: #dcdcdc;
	font-family: gamefont;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;    
	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: 30px;
	color: #dcdcdc;
	font-family: gamefont;
	margin-left: 65px;
	margin-right: 65px;
    margin-top: 2px;
    margin-bottom: 2px;
    font-weight: normal;
}

.h11 {
	text-decoration: none;
	font-size: 22px;
	color: #dcdcdc;
	font-family: arial;
	margin-left: 0px;
	margin-right: 0px;
    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: 17px;
	color: #dcdcdc;
    text-align: left;
	font-family: arial;
	margin-left: 70px;
	margin-right: 120px;
}

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;
}




td {
    text-decoration: none;
    background: #666666;
	font-size: 16px;
    text-decoration: none;
	color: #ececec;
	font-family: gamefont;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;    
	line-height: 160%;
    }

.td_titul {
    text-decoration: none;
    background: #666666;
	font-size: 24px;
    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: 180%;
    }
    
.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: 180%;
    }
    
.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: 180%;
    }
    
.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: 180%;
    }
    
.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: 180%;
    }
    
.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: 180%;
    }
    
.td_plus {
    text-decoration: none;
    background: #3b7c1f;
	font-size: 18px;
    text-decoration: none;
	color: #ececec;
	font-family: gamefont;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;    
	line-height: 180%;
    }

.td_minus {
    text-decoration: none;
    background: #8f301f;
	font-size: 18px;
    text-decoration: none;
	color: #ececec;
	font-family: gamefont;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;    
	line-height: 140%;
    }
    
.td_plusminus {
    text-decoration: none;
    background: #666666;
	font-size: 16px;
    text-decoration: none;
	color: #ececec;
	font-family: gamefont;
	margin-left: 0px;
	margin-right: 0px;    
	line-height: 120%;
    text-align: left;
    padding: 6px;
    }
    
.td_abc {
    text-decoration: none;
	font-size: 20px;
	color: #dcdcdc;
	font-family: gamefont;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;    
	line-height: 160%;
    width: 150px;
    background: #555555;
    }
    
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;}
    
    


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 */
}    

.game_info {
  position: relative;
  font-family: gamefont;
  top: 0px;
  left: 55px;
  opacity: 0.9;
  color: #999999;
  width: 270px;
  height: 320px;
  float: left;
}

.odsazeni {
  position: relative;
  font-family: gamefont;
  top: 0px;
  left: 55px;
  opacity: 0.9;
  color: #999999;
  width: 70px;
  height: 320px;
  float: left;
}

.game_plusminus {
  position: relative;
  font-family: gamefont;
  top: 0px;
  left: 10px;
  opacity: 0.9;
  color: #999999;
  width: 400px;
  height: 300px;
  float: right;
  border-radius: 5px 5px 5px 5px;
  border: 5px solid;
  border-color: silver;
}

.game_img {
  position: relative;
  left: 0px;
  width: 230px;
  height: 320px;
  border-style: groove;
  float: left;
}

.game_text {
  position: relative;
  left: 0px;
  width: auto;
  height: auto;
  float: none;
}

.game_base {
  position: relative;
  left: 10px;
  width: 1070px;
  height: auto;
  float: left;
}

.mezera {
  position: relative;
  left: px;
  width: 1000px;
  height: 20px;
  float: left;
}

.hodnoceni {
  position: relative;
  left: 40px;
  text-align: center;
  width: 200px;
  height: 100px;
  border-color: silver;
  border-radius: 5px 5px 5px 5px;
  border: 5px solid
}

.hodnoceni_cislo {
  font-size: 45px;
}

.obalovac {
  position: relative;
  top: 0px;
  left: 60px;
  width: 960px;
  float: none;
}

.game_plusminus_new {
  position: relative;
  top: 5px;
  width: 235px;
  float: none;
}

.levysloupec {
  position: relative;
  width: 230px;
  float: left;
  margin-right: 20px;
}

.logo_frame_pc {
  position: relative;
  width: 230px;
  height: 320px;
  border-style: groove;
  float: left;
  margin-right: 20px;
}

.logo_frame_ps {
  position: relative;
  width: 230px;
  height: 230px;
  border-style: groove;
  float: left;
  margin-right: 20px;
}

.logo_frame_ps1 {
  position: relative;
  width: 230px;
  height: 230px;
  border-style: groove;
  float: left;
  margin-right: 20px;
}


.logo_pc {
  width: 230px;
  height: 320px;
}

.logo_ps {
  width: 230px;
  height: 230px;
}

.logo_ps1 {
  width: 230px;
  height: 230px;
}


