body {
	padding-top: 150px;
}

.container {
	padding: 20px;
	
}

.main-container {
	margin-top: 30px;
	
}

.navbar {
	height: 150px;
	background: #fff;
	border-bottom: solid 3px #000;
}

.navbar-brand {
	background: url("/assets/images/dealer-trade-centre-logo.png");
	background-size:cover;
	height: 75px;
	width: 160px;
	margin-top: 10px;
}

h1 {
	float: right;
	display: inline-block;
	margin: 30px;
}

h2 {
	margin-bottom: 40px;
	line-height: 1.5;
}

@media only screen and (max-width: 1000px) {
	h1 {
		font-size: 28px;
	}
}

@media only screen and (max-width: 767px) {
	body {
		padding-top: 75px;
	}
	
	.navbar {
		height: 80px;
		border-bottom: solid 1px #000;
	}
	
	.navbar-brand {
		width: 80px;
		height: 40px;
		margin: 0 0 0 10px;
	}
	
	h1 {
		font-size: 14px;
		margin: 10px 0 0 0;
	}
	
	h2 {
		margin: 10px 20px 30px 20px;
	}

}


label {
	font-weight: normal;
	padding: 10px;
}

input {
	font-weight: bold;
}

select {
	font-weight: bold;
}

.input-lg {font-size:2rem;padding:3px 7px;}

.form-section-customer {
	background-color:rgba(0, 0, 0, 0.1); 
	border: solid 1px #666;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 40px;
}

.form-section-vehicle {
	background-color:rgba(0, 0, 0, 0.1); 
	border: solid 1px #666;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.btn-submit {
	background: #10239d;
	box-shadow: 0 4px 4px 0 rgba(0,0,0,0.2), 0 3px 10px 0 rgba(0,0,0,0.19);
	color: #fff;
	font-weight: bold;
}

footer {
	padding-top:32px;
}

footer .container {
	text-align: center;
}

footer .footer-copyright {
	margin-bottom: 35px;
	text-align: center;
	color: #777;
}

footer ul {
	list-style-type: none;
	padding: 0;
	margin-bottom: 18px;
}

footer a {
	color: #282b2d;
	font-size: 18px;
}

footer li {
	display: inline-block;
	margin: 0px 15px;
	line-height: 2;
}