.container {
	padding: 20px;
	
}

.navbar {
	background: #FFF;
	border: none;
	height: 130px;
}
.navbar-brand {
	background: url("/assets/images/flip-your-ford-logo-2.png");
	background-size:cover;
	height: 60px;
	width: 480px;
	margin-top: 15px;
}
body {
	background: #FFF;
	padding-top: 0px;
	font-family: 'Montserrat', sans-serif;
}
h1 {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	margin: 50px 30px 30px 30px;
}
h2, h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}

p {
	font-family: 'Poppins', sans-serif;
}
label {
	font-weight: bold;
	padding: 10px;
}
.submit-wrapper {
	text-align: right;
	margin-top: 30px;
}
.main-container {
	background-color:rgba(0, 0, 0, 0.1); 
	border: solid 1px #666;
	margin-top: -700px;
	padding: 20px;
}

input {
	font-weight: bold;
}

select {
	font-weight: bold;
	max-width: 100%;
}

.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;
}

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;
}

.video-container {
	height:800px;
	width:100%; 
	position:relative;
	display:inline-block;
	overflow: hidden;
}
.video-element {
	position: absolute; 
	top: 0; 
	left:0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	overflow: hidden;
	z-index: 1;
} 
.promo-content {
	position:relative;
	top:-100px; left:0;
	text-align: center;
	z-index: 2;
}
.promo-content .promo-img {
	height: auto;
	max-width: 700px;
	width: 100%;
}
.intro-text {
	background: rgba(50, 50, 50, .8);
	color: #fff;
	font-size: 22px;
	margin: 80px;
	padding: 20px;
	text-align: left;
}

.btn-submit {
	font-size: 22px;
}
	
@media only screen and (max-width: 992px) {
	body {
		padding-top: 0px;
	}
	
	.intro-text {
		margin: 10px;
		margin-top: 30px;
	}
	
	.navbar {
		display: none;
	}
	
	.navbar-brand {
		height: 320px;
		width: 100%;
		margin: 0;
		margin-top: -50px;
	}
	
	.promo-content {
		top: -50px;
	}
	
	.submit-wrapper {
		text-align: center;
	}
	.submit-wrapper button {
		width: 100%;
	}
	
	h1, h2 {
		display: none;
	}
}