/*
Theme Name: Parking at Victoria Mills
Theme URI: http://pawsinteractive.co.uk
Author: Robert Pal
*/
body {
	background-image: url(images/bg_blue_black.jpg);
	background-color: #000;
	background-repeat: repeat-x;
}
h1, h2, h3, h4, h5, h6{
	font-weight:bold;
}
.navbar {
	color: #fff;
}
.navbar-header {
	margin-right: 40px;
}
.navbar h2 {
	margin: 0.5em;
	text-transform: uppercase;
	font-weight: bold;
}
.jumbotron {
	padding: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #fff;
}
.jumbotron p {
	font-size:16px;
}
.jumbotron h1, .jumbotron .h1 {
font-size: 43px;
}
.honeypot{
	display:none!important;
}
@media (min-width: 768px) {
.container {
	max-width: 940px;
}
}
