
a {
	text-decoration: none;
	font-family: gamefont;
	font-size: 25px;
	font-weight: bold;
    line-height: 15px;
    margin-left: 22px;
	border: 0px;
}
a:link {
	text-decoration: none;
	color: #878787;
}
a:visited {
	text-decoration: none;
	color: #878787;
}
a:active {
	text-decoration: none;
	color: #878787;
}
a:hover {
	text-decoration: none;
	color: #e2e2e2;
	font-size: 25px;
}
 @font-face {
    font-family: gamefont; /* deklarace fontu */
    src: url("gamefont.ttf"); /* propojení na umístění souboru */
 }   
.menu_fb{
  position: absolute;
  top: 0;
  left: 880px;
  width: 28px;
  border: 0;
  outline: none;
   display: inline-block;
  border-width: 0px;
  border-style: none;
	}
	
.menu_yt{
  position: absolute;
  top: 0;
  left: 915px;
  width: 28px;
  border: 0px;
  border-width: 0px;
  border-style: none;
	}
	
	.menu_ig{
  position: absolute;
  top: 0;
  left: 950px;
  width: 28px;
  border: 0px;
  border-width: 0px;
  border-style: none;
	}
	
	
.menu_fb_dole {
  position: relative;
  top: 0;
  left: 0;
  width: 100px;
  border: 0;
  outline: none;
   display: inline-block;
  border-width: 0px;
  border-style: none;
	}
	
.menu_yt_dole{
  position: relative;
  top: 0;
  left: 0;
  width: 100px;
  border: 0px;
  border-width: 0px;
  border-style: none;
	}
	
	.menu_ig_dole{
  position: relative;
  top: 0;
  left: 0;
  width: 100px;
  border: 0px;
  border-width: 0px;
  border-style: none;
	}
	
	.copy {
	text-decoration: none;
	font-family: gamefont;
	font-size: 16px;
	font-weight: bold;
	border: 0px;
	color: black;
  border-width: 0px;
  border-style: none;
}