html {
	position: relative;
}

body {
	margin-bottom: 140px;
	margin-top: 50px;
	font-family: Tahoma;
}

.jumbotron {
	height: 422px;
	/*background-image: url('https://images2.alphacoders.com/112/1122238.png');*/
	/*background: linear-gradient(rgba(255,255,255,.5), rgba(128,128,128,.5)), url(https://cdn.wallpapersafari.com/78/22/krjKIH.jpg);*/
	background-image: url('https://cdn.wallpapersafari.com/78/22/krjKIH.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-position: 0 -50px;
	color: #eaeaea;
	overflow: hidden;
	background-repeat: no-repeat;
}

.jumbotron img {
	width: 200px;
	border: 5px solid #eaeaea;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
}

.jumbotron h1, .jumbotron p {
	text-shadow: 1px 1px 10px rgba(0,0,0,0.5);
}

hr{
	width: 250px;
	border-top: 3px solid #999;
}

section {
	min-height: 600px;
}

.pKiri, .pKanan {
	opacity: 0;
	transform: translate(-50px, 0) rotate(15deg);
	transition: 1s;
}

.pKanan {
	transform: translate(50px, 0) rotate(-15deg);
}

.pKiri.pMuncul, .pKanan.pMuncul {
	opacity: 1;
	transform: translate(0,0);
}

.portfolio {
	background-color: #eee
}

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

.portfolio .thumbnail.muncul {
	opacity: 1;
	transform: translate(0,0);
}

.contact {
	min-height: 800px;
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 140px;
	/*background-color: #333;*/
	background-color: #3B77BC;
	padding-top: 40px;
}

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

footer p i {
	color: red;
}

.navbar-inverse {
	background-color: #3B77BC;
    border-color: #ffffff;
    color: black;
}

a {
	text-decoration: none;
	color: #9d9d9d;
}