html {
	position: relative;
}

body {
	margin-bottom: 100px;
	margin-top: 40px;
}

.jumbotron {
	height: 540px;
	background-image: url(../img/foto4.jpg);
	background-attachment: fixed;
	background-size: contain;
	background-position: 0 -639px;
	color: #eaeaea;
	overflow: hidden; 
}

.jumbotron img {
	width: 200px;
	border: 5px solid #eaeaea;
}

hr {
	width: 250px;
	border-top: 2px solid #999;
}

section {
	min-height: 700px;
}

.pkiri .pkanan {
	opacity: 0;
	transform: translate(-50px, 0);
	transition: 1s;

}




.contact {
	min-height: 800px;
}

footer {
	bottom: 0;
	position: absolute;
	width: 100%;
	height: 100px;
	background-color: #333;
	padding-top: 38px;
	
}

footer p {
	color: #aaa;
	font-size: 25px;
}