#warehouse{
	background-color:#1a4167;
	color: white;
	border-top: 4px solid #DFC253;
	border-bottom: 4px solid #DFC253;
}

#warehouse a{
	color: white;
}	

#image {
	text-align: center;
}

@media (max-width: 460px) {
	.jumbotron h3 {
		font-size: 1.5em;
	}
	.jumbotron .lead {
		font-size: 1em;
	}
	
	.table {
		font-size: .6em;
	}
}