/*.prevent-select {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}/*másolás védelem*/

*{box-sizing:border-box}
*{word-spacing:8px;letter-spacing:4px;}
@font-face{font-family:fahk;src:url("../css/fahk.ttf")}
@font-face{font-family:mont;src:url("../css/mont.ttf")}
body{font-family:fahk;background:#010101;}
/*background-image: linear-gradient(#141414, #191919);*/
.parallax{
	background-image: url("../kep/simon_lohmann_foto.jpg");
	background-attachment: fixed;
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;}
a:link{text-decoration:none;}
.a{
	display:block;
	color:gray;opacity:1;
	font-size:1.2rem;
	margin:5px auto;
	font-family:fahk;background:none;}
.a:hover{color:#f1f1f1;}
b:link{text-decoration:none;}
.b{
	display:block;
	color:gray;opacity:1;
	font-size:0.8rem;
	margin:5px auto;
	font-family:fahk;background:none;}
.b:hover{color:lightgray;}
.container-fluid{}
.col-sm-12, .col-sm-4{text-align:center;}
.card{background:#232323;border:none;margin:10px 10px;border-radius:10px}

	/*article{text-align:center;padding:1rem;margin:2rem auto;background:#323232;width:90%;border-radius:0.7rem}
	.article1{text-align:center;padding:10px;margin:2rem auto;border-radius:12px;background:#403E42;width:5%;opacity:0.1;}*/
img{width:50%;margin-bottom:0;}
#video{width:100%}
hr{border:1px solid #323232;width:1px}
h1{text-align:center;font-size:4rem;color:gray;opacity:0.9;margin-bottom:4rem;margin-top:3rem}
h3{color:gray;font-size:1.3rem;margin:2rem auto}
h4{text-align:center;color:gray;padding:0}
h5{margin-bottom:1rem;color:gray;font-size:0.8rem;text-align:center;word-spacing:4px;letter-spacing:2px;font-style:italic}
h6{font-size:0.9rem;color:gray;margin-top:10px;margin-bottom:1rem;opacity:1;}
p{font-size:0.7em;color:#D0AB73;opacity:0.9}
@media screen and (max-width: 667px)  
	  {.card{margin:2px 2px}}