@charset "UTF-8";

/* Form field styling */

body {
	font-family: sans-serif;
}

#trimerror {
	margin: auto;
	width: 500px;
	display: block;
	color: #CC0A0D;
}

#imgsub {
	max-width: 400px;
	margin: auto;
	display:block;
	border: none;
}
#2col {
	float: left;
	display: inline;
}
select {
	width: 100%;
	max-width: 100%;
	min-width: 75px;
/*	text-align: center; */
	font-size: 1.2em;
	line-height: 1.5em;
	color: #333333;
	letter-spacing: .05em;
	font-style: normal;
	font-weight: 300;
	font-family: sans-serif;
	align-content: center;
	margin-top: 20px;
}

input {
	border: 2px solid #eeeeee;
	margin: 10px 0 0 0;
	padding: 1%;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #333333;
	letter-spacing: .01em;
	font-style: normal;
	font-weight: 300;
	font-family: sans-serif;
}

#name {
	width: 45%;
}

#email {
	width: 65%;
	margin: 10px auto;
	display: block;
}

#zip {
	width: 45%;
}

#phone {
	width: 45%;
}

#checkbox {
	position: absolute;
	top: 0;
  	left: 0;
	margin: 0;
	padding: 0;
	width: 20px;
	height: 20px;
}


#submit:hover {
	background: #DADADA;
	border: 1px #DADADA;
	color: #0D1EDE;
}

/* Top-level Styling */


body {
	background-color:#e6e6e6;
	margin: 0 auto;
}

#wrapper {
	max-width: 800px;
	height: 100%;
	background: #fff;
	margin: 0px auto 0;
	padding: 10px;
}

/* Div Layout Styling */

#subscribeBox {
	position: relative;
	margin: 0 auto;
	padding:10px 0;
	height: auto;
	width: 90%;
	min-width: 300px;
}

*:focus {
	outline: none;
}

.subscribeForm {
	display: block;
	margin: 10px 0 0 0;
	width: 100%;
}

/* Text Styling for h2, p, a */

p {
	display: block;
	width: 90%;
	margin: 20px 0 0 0;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #333333;
	letter-spacing: .01em;
	font-style: normal;
	font-weight: 300;
	font-family: sans-serif;
}

#opener {
	text-align: center;
}

#header {
	background-color:#157bcd;
	margin: auto;
	text-align: center;
	color: white;
	padding: 7px 0px 7px 0px;
	font-family: Arial, sans-serif, Cambria, Times New Roman;
	line-height: 2;
	
/*	opacity: 0.90; */
}

#header1 {
	font-size: 2.5em;
}

#header2 {
	font-size: 1em;
}

[placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.5s 1s ease; 
  opacity: .1;
}

#vehicle {
	text-align: center;
	font-size: 2em;
	font-weight:500;
	margin: 20px auto 20px auto;
}

#vehicleimg {
	margin: 10px auto;
	border: none;
	display: block;
}