html {
	position: relative;
}

body {
	margin-bottom: 120px;
	margin-top: 30px;
}

.jumbotron {
	position: relative;
	overflow: hidden;
	background-color:black;
}
.jumbotron video, .jumbotron img {
	position: absolute;
	z-index: 1;
	top: 0;
	width:100%;
	height:100%;
	/*  object-fit is not supported on IE  */
	object-fit: cover;
	opacity:0.5;
}
.jumbotron .container {
	z-index: 2;
	position: relative;
}

/*.kiri, .kanan {
	opacity: 0;
	transform: translate(-50px, 0);
	transition: 1.2s;
}

.kanan {
	transform: translate(50px, 0);
}

.kiri-go, .kanan-go {
	opacity: 1;
	transform: translate(0, 0);
}

.img-thumbnail {
	opacity: 0;
	transform: translate(0,-40px);
	transition: .3s;
}

.foto .img-thumbnail.muncul {
	opacity: 1;
	transform: translate(0,0);
}*/

footer {
	bottom: 0;
	width: 100%;
	height: 120px;
	background-color: #333;
	padding-top: 30px;
}

footer p {
	color: #aaa;
	font-size: 0.9em;
}

footer p i {
	color: salmon;
}











