body {
	  min-height: 1000px;
	  padding-top: 60px;
} 

h2 { color: #B1A100 }

.jumbotron {
	padding-top: 10px; /* Move heading up compared to std. boostrap style. */
}

.caption { color: #928500 !important }	

.foto {
	float: right;
	-moz-box-shadow: 1px 2px 4px #98925B ;
	-webkit-box-shadow: 1px 2px 4px #98925B ;
	box-shadow: 1px 2px 4px #98925B ;
	border-radius: 2px;
	margin: 0 0 5px 5px;
	overflow: hidden;
	padding: 0px;
	background: #98925B;
	position: relative;
	top: -5px;
}

/* Collapsing navbar with move to anchor caused displacement of view. */
.anchor:before { 
	display: block; 
	content: " "; 
	margin-top: -60px; 
	height: 60px; 
	visibility: hidden; 
}
