.prevent-select {
  -webkit-user-select: none; 
  -ms-user-select: none;
  user-select: none;
}
body{font-family:fahk;background:#ffffff;}
body
{
background-image: url("../kep/kozepamerika/mexikoiobol.jpg");
background-attachment: fixed;
background-position:center;
background-repeat: no-repeat;
background-size: cover;
}
*{box-sizing:border-box}
*{letter-spacing:1px;word-spacing:4px;line-height:2em;}
@font-face{font-family:fahk;src:url("../cssfont/fahk.ttf")}
@font-face{font-family:mukta;src:url("../cssfont/mukta.ttf")}
.jumbotron{text-align:center;background:#121212;margin-top:2rem;margin-bottom:1rem;padding:1rem}
h1,h3{margin-top:3rem;margin-bottom:2rem;color:white;font-weight:bold}
h2,h4,h5{text-align:center}
h6{text-align:center;font-size:0.7em;margin-top:1em}
.h6{font-size:0.8em;font-style:italic;text-align:left;background:lightgray;}
p{font-size:0.9em;text-align:center;background:#e9e9e9;padding:1.5em;border-radius:5px;}
.p{font-size:0.8em;line-height:2em;text-align:left}
nav{}
.container{margin-top:2em;margin-bottom:1em;background:#f1f1f1;padding:1rem;border-radius:10px}
.col-sm-12{line-height:2em;padding:1rem}
.col-sm-4{text-align:center}
.card{border:none;}
.card-body{}
hr{width:1px;margin-top:10px;margin-bottom:10px}
.hr{width:40%;border:10px solid #f1f1f1;border-radius:30px}
a:link{text-decoration:none;}
.a{
	display:inline-block;text-align:center;margin-top:0rem;
	color:white;background:#658C91;
	font-size:0.8em;border-radius:25px;border:2px solid #f1f1f1;
	padding:8px 25px;
	font-family:fahk,arial;
}
.a:hover{color:gold;background:none;}
b:link{text-decoration:none;}
.b{
	display:inline-block;
	color:white;border-radius:15px;
	font-size:.9em;background:#658C91;
	padding:0 25px;margin-bottom:0;margin-top:1em ;
	font-family:fahk;
}
.b:hover{color:gold;background:black;}