.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-family: 'Roboto', sans-serif;
font-size: 12px;
	
color: #FFFFFF;
}

#szovegmezo a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-family: 'Roboto', sans-serif;
font-size: 12px;
	color: #CC3300;
	
text-decoration: none;
	
border: none;

}

#szovegmezo a:hover {
	color: #FFFFFF;
}

a:hover {
color: #CC3300;	
color: #fc4a1a;	
	
}

body, html {
  height: 100%;
  margin: 0%;
  overflow: hidden;
background-color: black;

}

.bg {
  background-image: url("frame/bg3.jpg");
  margin: 2%;
  margin-color: black;
  height: 100%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
}
/*----------------------------------------------------------------------- esőh layer */
div.eso {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0; left: 0;
	  margin: 2%;
  margin-color: black;
	overflow: hidden;	
}
#csepp {
  width: 1px;
  height: 4px;
  background-color: #aaa;
   transform: rotate(20deg);
  position: absolute;
  opacity: 0.7;
}
/* --------------------------------------------------------------------------- */
div.menu {
  position: absolute;
  width: 100%;
  
  bottom: -13px;
  z-index: 2;
  padding-right: 2%;
  backgound-color: black;
  
} 
.bpic {
	
	  width: 100%;
  height:38vh;
}
@media only screen and (orientation: portrait ) {
.bpic {
	
	  width: 100%;
  height:20vh;
}	
}

div.menu2 {
  position: absolute;
  width: 100%;
  bottom: 3%;
  left: 5%;
  color: white;
  font-size: 6vw;
  z-index: 3;
  padding-right: 2%;
  font-family: 'Roboto', sans-serif;
  backgound-color: black;
} 

div.menu3 {
  position: absolute;
  width: 100%;
  bottom: 1%;
  left: 40%;
  color: white;
  font-size: 2.5vw;
  z-index: 3;
  padding-right: 2%;
  font-family: 'Roboto', sans-serif;
  backgound-color: black;
  word-spacing: 6vw;
} 

a {
	text-decoration: none;
	color: #555555;
	font-weight: bold;
}

#szovegmezo {
overflow: auto;
width: 100%;
height: 100%; 
position: absolute;
margin-top: 2%;
margin-bottom: 2%;
z-index: 1;
left: 0;
top: 0;


}


.rbetu {
	animation: betu 15s linear infinite alternate;
}
.pbetu {
	animation: betu 25s linear infinite alternate;
}
.abetu {
	animation: betu 5s linear infinite alternate;
}
.hbetu {
	animation: betu 40s linear infinite alternate;
}
.a2betu {
	animation: betu 30s linear infinite alternate;
}

@keyframes betu {  
	from {color: white;}
	to {color: #555;}
}





/*
.lbetu {
	animation: betuforgat 10s linear infinite alternate;
	position: relative;
}
@keyframes betuforgat { 
  0%   {left:0px; top:0px;}
  50%  {left:3px; top:0px; transform: rotate(180deg);}
  100% {left:-1px; top:0px; transform: rotate(180deg);}
}
.p1betu {
	animation: betuforgat 10s linear infinite alternate;
	position: relative;
}
.p2betu {
	animation: betuforgat 12s linear infinite alternate;
	position: relative;
}
.p3betu {
	animation: betuforgat 14s linear infinite alternate;
	position: relative;
}
.p4betu {
	animation: betuforgat 16s linear infinite alternate;
	position: relative;
}
.p5betu {
	animation: betuforgat 18s linear infinite alternate;
	position: relative;
}
@keyframes betuemel { 
  0%   {left:0px; top:0px;}
  50%  {left:0px; top:4px;}
  100% {left:0px; top:2px;}
}
*/