.container {
	padding: 20px;
	position: relative;
	color: #FFF;
	z-index: 5;
}


.navbar {
	background: #000; /* red c30403  */
	border: none;
	height: 186px;
	margin: 0;
	top: -80px;
}
.navbar-brand {
	background: url("/assets/images/scratch-and-save-logo-black-min.gif");
	background-size:cover;
	height: 160px;
	width: 160px;
	margin-top: 0px;
}
body {
	/*background: url("/assets/images/white-brick-bg.jpg") #FFF;*/
	background: #000;
	padding-top: 100px;
}
h1 {
	color: #fff;
	font-family: 'Inter', sans-serif;
	font-weight: bold;
	margin: 50px 30px 30px 30px;
	text-transform: uppercase;
}
h2, h3 {
	font-family: 'Inter', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
}

p {
	font-family: 'Inter', sans-serif;
}
label {
	font-family: 'Inter', sans-serif;
	font-weight: bold;
	padding: 10px;
	text-transform: uppercase;
}
.submit-wrapper {
	text-align: right;
	margin-top: 30px;
}
/*
.main-container {
	background-color:rgba(0, 0, 0, 0.1); 
	border: solid 1px #666;
	padding: 20px;
	margin-top: 50px;
	margin-bottom: 40px;
}*/
.main-container {
	background-color:rgba(255, 255, 255, 0.8);
	border: solid 1px #666;
	color: #000;
	padding: 20px;
	position: relative;
	z-index: 10;
}

input {
	font-weight: bold;
}

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

.input-lg {font-size:2rem;padding:3px 7px;}

.form-section-customer {
	background-color: #1a1818;
	border: solid 1px #666;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 40px;
}

.form-section-vehicle {
	background-color: #1a1818;
	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: #000;
}

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

#intro-text {
	font-weight: bold;
}
.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;
} 
.scratch-container {
	border: 5px solid #c30403;
	color: #fff;
	background: #c30403;
	position: relative;
	width: 510px;
	height: 510px;
	margin: 0 auto;
	margin-bottom: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none; 
	-o-user-select: none;
	user-select: none;
}

.scratch-container h4 {
	font-weight: bold;
	font-size: 30px;
	margin-top: 30px;
}

.scratch-container h5 {
	font-weight: bold;
}

.scratch-canvas {
	position: absolute;
	top: 0;
	left: 0;
	height: 500px;
	width: 500px;
}

.scratch-block h3 {
	font-size: 70px;
	font-weight: bold;
}

.scratch-block h4 {
	font-size: 50px;
}

.scratch-block h5 {
	font-size: 24px;
}


.scratch-block {
	margin: 50px;
}
.scratch-info {
	margin: 7px;
	margin-top: 60px;
	font-size: 0.8em;
}

.btn-submit {
	background: #fff;
	color: #000;
	font-weight: bold;
}

#trade-form input, select {
	color: #000;
}

@media only screen and (max-width: 1200px) {
	.main-container {
		 margin-top: -30px;
	}
}
	
@media only screen and (max-width: 767px) {
	body {
		padding-top: 0px;
	}
	
	.navbar {
		background: #000; /* red c30403  */
		height: 300px;
		top: 0;
	}
	
	.navbar-brand {
		background: url("/assets/images/scratch-and-save-logo-black-min.gif") #000;
		background-size:cover;
		height: 420px;
		width: 100%;
		margin: 0;
	}
	
	.main-container {
		background-color:rgba(255, 255, 255, 0);
		color: #fff;
		margin-top: 0px;
		border: none;
	}
	.submit-wrapper {
		text-align: center;
	}
	.submit-wrapper button {
		width: 100%;
	}
	
	h1, h2 {
		display: none;
	}
	
	.scratch-container {
		position: relative;
		width: 350px;
		height: 350px;
		margin: 0 auto;
		margin-bottom: 40px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none; 
		-o-user-select: none;
		user-select: none;
	}
	.scratch-container h4 {
		margin-top: 15px;
	}
	.scratch-block {
		margin: 10px;
	}
	.scratch-block h4 {
		font-size: 32px;
	}

	.scratch-block h5 {
		font-size: 14px;
	}
	.scratch-canvas {
		height: 340px;
		width: 340px;
	}
	.scratch-info {
		font-size: 11px;
		margin-top: 0;
	}
}