@import url('https://fonts.googleapis.com/css2?family=Merienda&family=Lato:ital,wght@0,300;0,700;1,400&display=swap');

body {
	font-family: 'Lato', sans-serif;
	background:#333; font-weight:400;
}
a {
	color:#e73727;
}
a:hover {
	color:red;
}
img {
	max-width:100%;
}
.glowing {
    -webkit-box-shadow: inset 0 0 20px #e73727;
    -moz-box-shadow: inset 0 0 20px #e73727;
    box-shadow: inset 0 0 20px #e73727;
}
.border-danger {
	border-color:#e73727 !important;
}
.headtitle {
	font-family: 'Merienda', cursive; font-weight:700;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}
#menu {
	list-style:none; margin:5px 0 10px;
	display: flex;
	justify-content: center;
	-webkit-box-shadow: 0 0 6px 3px #e73727;
	-moz-box-shadow: 0 0 6px 3px #e73727;
	box-shadow: 0 0 6px 3px #e73727;
}
#menu li {
	padding:0; border-right:1px solid #e73727;
}
#menu li:first-child {
	border-left:1px solid #e73727;
}
#menu li a {
	display:block; padding:10px 15px; text-decoration:none; color:#FFF; font-weight:bold;
}
#menu li a:hover {
	background:#e73727;
}
@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #f84f32, 0 0 40px #f84f32, 0 0 50px #f84f32, 0 0 60px #f84f32, 0 0 70px #f84f32;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #e73727, 0 0 40px #e73727, 0 0 50px #e73727, 0 0 60px #e73727, 0 0 70px #e73727, 0 0 80px #e73727;
  }
}
.datapaito {
	width:100%; margin-bottom:30px;
}
.datapaito td, .datapaito th {
	border:2px solid #000; padding:3px 0;  font-weight:bold; text-align:center;
}
.datapaito .tahun th {
	background:#700f00; padding:6px 0; font-size:120%;
}
.datapaito .hari th {
	background: #820000;
	background: -moz-linear-gradient(top,  #820000 0%, #8c3310 50%, #752201 51%, #bc3200 100%);
	background: -webkit-linear-gradient(top,  #820000 0%,#8c3310 50%,#752201 51%,#bc3200 100%);
	background: linear-gradient(to bottom,  #820000 0%,#8c3310 50%,#752201 51%,#bc3200 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#820000', endColorstr='#bc3200',GradientType=0 );
	color:#FFF;
}
.datapaito tr:not(.hari):not(.tahun):nth-child(even) td {
	background:#ffe6e6; color:#000;
}
.datapaito tr:not(.hari):not(.tahun):nth-child(odd) td {
	background:#FFF; color:#000;
}
.copyright {
	color:#a19797; margin-bottom:30px; font-size:12px;
}

@media (min-width: 992px){
	.container {
		max-width: 960px !important;
	}
}
@media (max-width:767px){
	.datapaito .tahun th {
		font-size:16px;
	}
	.datapaito td, .datapaito th {
		font-size:12px;
	}
	body > .container {
		width:auto; margin-left:10px; margin-right:10px;
	}
}