.prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
*{box-sizing: border-box;}
*{word-spacing:3px;letter-spacing:1px;line-height: 1.6}
@font-face{font-family:fahk;src:url('../cssfont/fahk.ttf')}
@font-face{font-family:mont;src:url('../cssfont/mont.ttf')}
body{font-family:fahk;font-size:1.8rem;}
h1,h2,h5{margin-top:3rem;}
h2{text-align:center}
h1{text-align:center;margin-bottom:3rem}
h3{margin-top:2rem;}
h4{text-align:center;margin-top:2rem;}
h5{text-align:center}
h6{text-align:center;}
.jumbotron{text-align:center;margin:10px;background:white}
.well{font-size:.9em;padding-left:1rem;padding-right:1rem;text-align:center;background-color:rgba(241, 241, 241, 0.5);}
.well0{margin-top:2rem;padding:1.5rem;text-align:left;background:#f7f7f7;font-size:.9em;border-radius:10px}
hr{width:1px;margin:10px}
.hr{width:100%;margin:2px;border:1px solid black;}
.img{width:100%;margin-top:2rem;border-radius:10px}
.parallax{
	background-image: url("../kep/mega/vitcos0.jpg"); 
	min-height: 350px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
a:link{text-decoration:none;}
.a{
	display:inline-block;
	text-align:center;
	color:white;border-radius:18px;
	font-size:12px;
	padding:10px 20px;margin:2px;
	background:gold;
	font-family:mont,verdana;
}
.a:hover{background-color:white;color:#000000;font-weight:bold;}
b:link{text-decoration:none;}
.b{
	display:inline-block;
	justify-content:center;
	align-items:center;
	text-align:center;background:gold;
	color:black;border-radius:18px;
	font-size:12px;
	padding:10px 20px;margin:2px;
	font-family:fahk,verdana;
}
.b:hover{background:white;color:green;}
