@font-face{
	src: url("../fonts/nunito/nunito-v9-latin-800.ttf");
	font-family: "nunito";
}
@font-face{
	src: url("../fonts/nunito/nunito-v9-latin-800.ttf");
	font-family: "nunito";
}
*{
	box-sizing: border-box;
}
h2,
h4{
	text-align: center;
	color: #ffff01;
	font-weight: bold;
}
body{
	font-family: nunito;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #ffff01;
}
.transparant{
	background: rgba(0, 0, 0, 0.81);
	left: 0px;
	top: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	z-index: -999999;
	position: fixed;
}
.bungkus{
	border-radius: 8px;
	width: 100%;
	padding: 10px;
	border: 2px solid #ffff01;
	box-shadow: #006316 0 0 6px 1px;
	-webkit-transition: ease-in 0.2s;
	-moz-transition: ease-in 0.2s;
	-o-transition: ease-in 0.2s;
	transition: ease-in 0.2s;
	animation-name: animation;
	animation-iteration-count: 1;
	animation-duration: 1s;
}
.bungkus:hover{
	border: 2px solid #006316;
	box-shadow: #ffff01 0 0 6px 1px;
	background: rgba(255,255,255,0.6);
}
@keyframes animation{
	0%	 {margin-left: 80px;}
}
.gambar{
	object-position: center;;
	object-fit: cover;
	max-width: 500px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.gambar:hover{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.cover{
	width: 200px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.cover:hover{
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}
footer{
	text-align: center;
	letter-spacing: .08rem;
	font-family: nunito;
	border-top: 8px solid #ffff01;
	border-radius: 10px 10px 0px 0px;
	padding: 10px 0px 1px 0px;
	background: #00000080;
}
.slideshow > .image {
		position: absolute;
		left: 0;
		background-size: cover;	
	}
