.container {
	padding: 20px;
	
}

.navbar {
	background: #184272;
	border: none;
	display: none;
	height: 50px;
}
.navbar-brand {
	background: url("/assets/images/truck-month-logo.png");
	background-size:fit;
	height: 38px;
	width: 325px;
	margin-top: 15px;
	margin-bottom: 15px;
}
body {
	padding-top: 0px;
	font-family: 'Montserrat', sans-serif;
}
h1 {
	color: #fbfafa;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	margin: 35px 30px 30px 30px;
	text-transform: uppercase;
}
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;
}

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 #fbfafa;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 40px;
}

.form-section-vehicle {
	background-color:rgba(0, 0, 0, 0.1); 
	border: solid 1px #fbfafa;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

footer {
	color: #777;
	position: relative;
	top: 450px;
}

.container {
	color: #777;
}

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;
} 
.digits-label-wrapper {
	margin-left: 62px;
}
.digits-label {
	color: #000;
    font-size: 25px;
    padding: 40px;
}
.promo-content {
	position:relative;
	top:1350px; left:0;
	text-align: center;
	z-index: 2;
}
.promo-content .promo-img {
	height: auto;
	max-width: 1500px;
	width: 100%;
}
.intro-text {
	background: rgba(0, 0, 0, .8);
	color: #fff;
	font-size: 22px;
	margin: 80px;
	padding: 20px;
	text-align: left;
}

.btn-submit {
	font-size: 22px;
}

#holder {
	margin-bottom: 0px !important;
}
	
@media only screen and (max-width: 1000px) {
	body {
		padding-top: 0px;
	}
	
	.intro-text {
		margin: 10px;
		margin-top: 30px;
	}
	
	#holder {
		margin-bottom: 50px !important;
	}
	
	.navbar {
		display: none;
	}
	
	.navbar-brand {
		display: none;
		height: 320px;
		width: 100%;
		margin: 0;
		margin-top: -50px;
	}
	
	.promo-content {
		top: 450px;
	}
	
	.promo-content .promo-img {
		max-width: 800px;
		padding: 15px;
	}
	
	.submit-wrapper {
		text-align: center;
	}
	.submit-wrapper button {
		width: 100%;
	}
	
	h1, h2 {
		display: none;
	}
	
	.digits-label {
		color: #000;
	}
}