@charset "utf-8";
/* CSS Document */

.wrapper {
	max-width: 1400px;
	padding: 5px;
	margin: 0 auto;
	}

body {
	font-family: Open Sans;
	/* background-image: url("images/background.jpg"); */
	background: -webkit-linear-gradient(#eee, #000 1050px);
	background: linear-gradient(#eee, #000 1050px);
	}

/*header*/

/*mobile elements only displayed when under 899px*/

.mobilelogo{
	display: none;
	}
#mobiletitle {
	display: none;
	}
#mobilephone {
	display: none;
	}
#menuBtn {
	display: none;
	}
/* end mobile */

/* NAVIGATION */

#nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0;
	margin-top: 0;
	}
	
#nav li {
	list-style-type: none;
	font-style: italic;
	text-transform: uppercase;
	
	}
	
#nav li a {
	text-decoration: none;
	color:  #8f3335;
	border: 16px solid transparent;
	}
	
#nav li a:hover {
	background-color: #8f3335;
	color: #fff;
	box-shadow: 0px 2px #000;
}

/* end navigation */

/* HEADER AREA */

.top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	}
	
.logo {
	display: block;
	height: auto;
	margin-top: 2%;
	margin-left: 12%;
	}
.logo img {

	}
	
/* LOCATION AND CONTACT IN HEADER */

.info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
			margin-left: 100px;
			
	}
	
.info li {
	list-style-type: none;
	font-weight: bold;
	}

.info li strong {
	color: #8f3335;
	
	}
	
.info li a {
	color: #000;
	text-decoration: none;
	}

#local {
	margin-top: -20px;
	}
	
#local a {
	margin-left: 3%;
	color: #8f3335;
}
	
#contactleft {
	text-align: center;
	font-size: 1.2rem;
	width: 200px;
	margin-left: -130px;
	margin-top: -10px;
	}
#contactleft strong {
	margin-left: 10px;
	}
#phones {
	font-weight: bold;
	width: 250px;
	margin-top: 30px;
	margin-left: -30px;
	}
#phones a{
	text-decoration: none;
	}
	
/*#contactright {
	padding-right: 5%;
	}*/
	
#local {
	font-size: 1.2rem;
	}
#tollfree {
	margin-top: -12px;
	font-size: 1rem;
	}
#fax {
	font-size: 1rem;
	}
	
/* LARGE PHOTO AT TOP */	
	
.largephoto {
	height: 285px;
	width: 700px;
	margin-top: -190px;
	margin-right: 30px;
	}
	
.largephoto img {
	height: auto;
	width: 100%;
	box-shadow: 4px 4px 5px #000;
	}
	
	
/* BODY */

/* main content info+boxes */
	
.center {
	padding: 5px;
	max-width: 1125px;
	margin: auto;
	font-weight: bold;
	line-height: 200%;
	font-size: 1.1rem;
	margin-top: 40px;
	}
	
.center strong {
	color: #fff;
	font-style: italic;
	text-shadow: 1px 1px 2px #8f3335;
	font-size: 1.2rem;
	}

	
.middle {
	margin-top: 3%;
	max-width: 1230px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin: auto;
	}
	
.boxes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-justify-content: space-around;
	    -ms-flex-pack: distribute;
	        justify-content: space-around;
	padding: 2%;
	list-style-type: none;
}
.boxes li {
	height: 325px;
	width: 325px;
	border: 5px solid #000;
	background-color: #e2e2e2;
	}

#title {
	height: 10%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background-color: #000;
	}
#title a {
	text-decoration: none;
	}
	
#title h2 {
	margin: auto;
	margin-top: -5px;
	color: #eee;
	font-family: open sans, sans-serif;
	font-size: 1.6rem;
	font-style: italic;
	}
	
	.pic {
	width: 100%;
	height: 150px;
	background-image:url("graphics/truck.jpg");
	background-size: cover;
	background-position: center;
	}

	.pic#two {
		background-image: url("graphics/parts.jpg");
	}
	


	
.boxes h3 {
	text-align: center;
	font-style: italic;
	color:  #8f3335;
	font-size: 1.4rem;
	margin-top: 3%;
	padding-bottom: 4%;
	text-shadow: 1px 1px 2px #fff;
	}
	
#first {
	margin-top: 3%
	}
#last {
	
	}
	
#information {
	margin-left: 3%;
	margin-right: 3%;
	font-size: .8rem;
	}
	
#information p {
	font-family: open sans, sans-serif;
	font-weight: bold;
	margin-top: -11%;
	color: #000;
	}
	
#information a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	}
	
#information a:hover {
	color: #8f3335;
	}
	
	/*footer*/
	
.hours {
	font-family: open sans;
	font-weight: bold;
	color: #eee;
	font-size: 1.3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	}
	
.hours img {
	margin-left: 5%;
	}
	
.footer {
	max-width: 1230px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding-top: 1%;
	}
	
.pay {
	-webkit-align-self: center;
	    -ms-flex-item-align: center;
	        align-self: center;
	text-align: center;
	color: #eee;
	font-family: open sans;
	font-size: 1rem;
	
	}
	
.pay img {
	margin-top: 2%;
	}
	
.bottominfo {
	-webkit-align-self: center;
	    -ms-flex-item-align: center;
	        align-self: center;
	color: #eee;
	font-family: open sans;
	padding: 1%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	}
	
.bottominfo a {
	text-decoration: none;
	color: #eee;
	}
.bottominfo a:hover {
	color: #8f3335;
	}

	
@media all and (max-width: 1156px) {
	#nav li a {
		font-size: .9rem;
		border: 5px solid transparent;
		}
		
	.top {
		margin-left: 4%;
	}
	
.logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	height: auto;
	margin: 0;
	}

.info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	}
	
.info li {
	list-style-type: none;
	}

.info li strong {
	color: #8f3335;
	}

	
#contactleft {
	text-align: center;
	font-size: 1.2rem;
	width: 200px;
	margin-left: -110px;
	margin-top: -10px;
	}
#contactleft strong {
	margin-left: 10px;
	}
#phones {
	margin-left: -70px;
	text-align: center;
	}
	
#contactright {
	padding-right: 5%;
	font-size: .8rem;
	}

.largephoto {
	display: none;
		}
		
.center {
	font-size: 1.1rem;
	margin-top: -20px;
	}
	
}
	
@media all and (max-width: 899px) {
	
	.wrapper {
		padding: 5px;
		}

	header {
		position: relative;
	}
		
	.mobilelogo {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		}
		
	#menuBtn {
	display: flex;
	align-items: center;
	background: #fff;
	padding: 5px 0;
	margin: 5px 0 15px 0;
	}

	#menuBtn img {
		max-width: 40px;
	}
	
	#mobiletitle {
	display: block;
	text-align: center;
	font-size: 1.3rem;
	margin-top: -30px;
	text-shadow: 1px 1px 5px #000;
	}
	
	#nav {
		display: none;
		position: absolute;
		z-index: 99;
		width: 100%;
		top: 100%;
		left: 0;
		}
	#nav.active {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		background-color: #8f3335;
		margin-top: -15px;
		}
		
	#nav li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-align-self: center;
		    -ms-flex-item-align: center;
		        align-self: center;
		width: 100%;
		}
		
	#nav li a {
		font-size: 21px;
		color: #fff;
		text-align: center;
		padding: 5px;
		}
		
	#nav li a:hover {
		background-color: #fff;
		color: #8f3335;
		}
		
	.logo {
		display: none;
		}
	
		
	.top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 auto;
	}
		
	.info {
	display: block;
	text-align: center;
	margin-top: -40px;
	}
	
.info li {
	padding: .25%;
	}
.info p {
	font-size: 1.4rem;
	}
	
#local {
	display: none;
	}
#mobilephone {
	display: block;
	margin-top: -20px;
	}
#mobilephone a {
	color: #8f3335;
	}
	


#contactleft, #contactright {
	margin: 0 auto;
	padding: 1%;
	}
	
	#contactleft {
	display: block;
	}
#break {
	display: none;
	}	


.info li {
	list-style-type: none;
	margin-left: -110px;
	font-size: 1.1rem;
	color: #fff;
	}

.info li strong {
	color: #8f3335;
	text-shadow: 0px 0px 5px #fff;
	}
	
.info li a {
	color: #fff;
	}
	
.info li a:hover {
	color: #fff;
	}
	
#fax {
	display: none;
	}
	
#tollfree {
	display: none;
	}
	
.largephoto {
	display: none;
	}
	
.center {
	padding: 5px;
	max-width: 77vw;
	font-weight: bold;
	font-size: 1.3rem;
	color: #eee;
	line-height: 140%;
	border-top: 10px double #000;
	border-bottom: 10px double #000;
	}
	
.center strong {
	color: #fff;
	font-style: italic;
	text-shadow: 1px 1px 2px #8f3335;
	font-size: 1.2rem;
	}
	
	
/*.middle {
	margin-top: 5%;
	max-width: 90vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin: auto;
	padding-bottom: 2%;
	}*/

.boxes {
	webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	        margin: 0 auto;
}

.boxes li {
	height: auto;
	margin: 20px;
	text-align: center;
}

.pic {
	max-width: 100%;
	margin: 0 auto;
	min-height: 250px;
	}

	
	
	/*footer*/
	
.hours {
	font-family: open sans;
	font-weight: bold;
	color: #eee;
	font-size: 1.3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin: auto;
	text-align: center;
	}
	

	
.hours img {
	margin-top: 2%;
	}
	
.footer {
	max-width: 1230px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding-top: 1%;
	}
	

	
.pay {
	-webkit-align-self: center;
	    -ms-flex-item-align: center;
	        align-self: center;
	text-align: center;
	color: #eee;
	font-family: open sans;
	font-size: 1rem;
	
	}
	
.pay img {
	margin-top: 2%;
	}
	
.bottominfo {
	margin-top: -4%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
			font-size: .8rem;
	}
	
.bottominfo a {
	text-decoration: none;
	color: #eee;
	}
.bottominfo a:hover {
	color: #8f3335;
	}
	
.blocked {
	display: block;
	padding: 2%;
	text-align: center;
	}
	
#phone {
	font-size: .95rem;
	max-width: 100%;
	display: block;
	}

.dividers {
	display: none;
	}
	
#small {
	font-size: .85rem;
	width: 200px;
	}
#email a{
	font-size: 1rem;
	}
	
	}