.prevent-select {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}/*másolás védelem*/
*{box-sizing:border-box}
*{letter-spacing:1px;word-spacing:4px}
*{font-family:fahk}
body{background:white;text-align:center;}
body{	
	background-image: url("../kep/#");
	background-attachment: fixed;height:100%;
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
}
@font-face{font-family:fahk;src:url("../cssfont/fahk.ttf")}
.container{margin-top:0;padding-top:0}
.ul{border-radius:6px;}
.ul2{background:lightcoral}
.jumbotron{margin-bottom:0;background:LightCoral;padding:10px;border-radius:30px}
img{width:90%;border-radius:4px}
img1{width:80%;border-radius:4px}
.card{background:#ffffff;border:none;}
nav{text-align:center;width:60%;margin:1rem auto;border-radius:5px}
.nav1{text-align:center;margin:1rem auto;background:#121212;width:30%;border-radius:5px}
.nav2{text-align:center;margin:5px auto;background:transparent;}
h1,h2{text-align:center;margin:1.5rem auto;color:black;}
h2,h3{text-align:center}
p{font-size:11px;font-family:arial;padding-top:10px}
hr{width:1px}
.hr{width:50%;border:1px solid gray}
a{text-decoration:none;}
.a{
display:inline-block;
color:white;border-radius:5px;
font-size:.8rem;
padding:3px 15px;margin:10px 3px;
font-family:fahk,arial;background:#FF6347;
}
.a:hover{color:black;background:gold;border:none;text-decoration:none;}
.b:link{text-decoration:none;}
.b{
display:inline-block;
color:black;border-radius:5px;
font-size:.8rem;
padding:3px 15px;margin:10px 6px;
font-family:fahk,arial;border:1px solid black;
}
.b:hover{color:red;border:1px solid red;}
c:link{text-decoration:none;}
.c{
display:inline-block;
color:black;
font-size:.9rem;background:none;
padding:3px 25px;border-radius:0px;margin:10px 3px;border-bottom:2px solid gray;
font-family:fahk,arial;
}
.c:hover{color:black;background:none;}
@media only screen and (max-width: 800px) 
{
}
@media only screen and (min-width: 800px) 
{
h1{width:90%}
}