html{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
@font-face{font-family:fahk;src:url("../cssfont/fahk.ttf")}
@font-face{font-family:mukta;src:url("../cssfont/mukta.ttf")}
*{word-spacing:5px;letter-spacing:1px;}
body {
  font-size: 1.1rem;color:#000000;
  line-height:2;
  text-align: center;
  font-family:fahk,arial;
  background-color: #bbbbbb;;
}
/*background-image: linear-gradient(#121212, #888888)*/
.jumbotron{margin-top:0;margin-bottom:0;background-image: linear-gradient(#212121, #888888);border-bottom:2px solid #d1d1d1}
.container{text-align:left;margin-bottom:2rem;margin-top:0;}
.container-fluid{padding-left:2rem;padding-right:2rem;text-align:left;margin-bottom:1rem;}
.card-deck .card {}
.card{border-radius:10px;}
.card-body{border-radius:2px;border:none;background:#dddddd;}											/*background-image: conic-gradient(#777777, #313131);*/
nav{margin-top:2rem;margin-bottom:1rem;}
a:link{text-decoration:none;}
.a{
	display:inline-block;
	color:#f1f1f1;
	font-size:0.7rem;border-radius:15px;background:#880000;margin:3px;
	padding:3px 25px;
	font-family:fahk;border:0px solid #880000;
}
.a:hover{color:white;font-weight:bold}
b:link{text-decoration:none;}
.b{
	display:inline-block;
	color:#f1f1f1;
	font-size:0.8rem;border-radius:15px;
	padding:1px 25px;background:#880000;margin:3px;
	font-family:mukta,arial;
}
.b:hover{color:#313131;font-weight:bold}
.header{
background-image: url("../kep/delamerika/sanagustinheader2.jpg");
background-attachment: fixed;
background-position:center;
background-repeat: no-repeat;
height:100vh;
background-size: cover;
}
.img{border-radius:10px;}
h1,h2,h3,h4{text-align:center;margin-top:1rem;margin-bottom:1rem}
h1{color:#d1d1d1}
h5{font-size:1rem;line-height:2;text-align:center;color:#dddddd;}
.h2{margin-bottom:1rem;margin-top:1rem;color:#dddddd;text-align:center}
h3,p{color:black;}
h6{font-size:0.8rem;padding-top:1rem;text-align:center;font-family:arial;color:black;font-style:italic}
.h6{font-size:0.8rem;text-align:center;padding-top:1rem;font-family:arial;color:#dddddd;}
p{text-align:center;font-size:1rem;line-height:1}
.p{text-align:left;font-size:0.9rem;padding:10px 2rem;}
hr{width:1px}
