@charset "utf-8";
/* CSS Document */

body {
	background: -webkit-linear-gradient(#eee, #000 1050px);
	background: linear-gradient(#eee, #000 1050px);
	}
	
.logo {
	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: none;
	}
#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;
	font-family: open sans;
	}
	
#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;
}



#pic {
	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;
	padding-bottom: 3%;
	}
	
#map-select {
	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;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	}
	
.button {
	border: 15px solid transparent;
	background-color: #666;
	margin: 8px;
	color: #fff;
	font-family: open sans;
	font-weight: bold;
	border-radius: 15px;
	padding: 5px;
	}
.button:hover {
	background-color: #8f3335;
	}
.button.active {
	background-color: #8f3335;
	box-shadow: 2px 2px 2px #000;
}

.map {
	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;
	margin-top: 30px;
	max-height: 450px;
	min-height: 330px;
	min-width: 100%;
	}
	
.info {
	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;
	color: #eee;
	font-family: open sans;
	}
	
.title {
	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;
	color: #eee;
	font-family: open sans;
	}
	
.directions {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	}
#body-directions {
	display: none;
	}
	#body-directions.active {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	}
.directions h1 {
	font-size: 1.3rem;
	}
	
#lawrenceville li{
	font-size: 14px;
	}
#lawrenceville {
	color: #fff;
	font-family: open sans;
	}
#commerce li{
	font-size: 14px;
	}
#commerce {
	color: #fff;
	font-family: open sans;
	}
#athens li{
	font-size: 14px;
	}
#athens {
	color: #fff;
	font-family: open sans;
	}
#madison li{
	font-size: 14px;
	}
#madison {
	color: #fff;
	font-family: open sans;
	}
#athensbody li{
	font-size: 14px;
	}
#athensbody {
	color: #fff;
	font-family: open sans;
	}
		/*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;
			margin-top: 20px;
	}
	
.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: 899px) {
	.directions {
		display: block;
		}
	#menuBtn {
	display: block;
	}
	
	#nav {
		display: none;
		position: absolute;
		z-index: 99;
		width: 95%;
		}
	#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;
		border: 2px solid #000;
		box-shadow: 4px 4px 5px #000;
		}
		
	#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: 1.5rem;
		color: #fff;
		text-align: center;
		padding-left: 4%;
		border: 5px solid transparent;
		}
		
	#nav li a:hover {
		background-color: #fff;
		color: #8f3335;
		}
		
	.button {
		font-size: .78rem;
		}
		
	#map-select {
		margin-top: 15px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		text-align: center;
		width: 50%;
		margin: 0 auto;
		}
		
	#body-directions.active {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	}
	
	#salvage-directions {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	}
	
		
	/*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;
	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;
			width: 100%;
	}
	
.bottominfo a {
	text-decoration: none;
	color: #eee;
	}
.bottominfo a:hover {
	color: #8f3335;
	}
	
.blocked {
	display: block;
	padding: .5%;
	text-align: center;
	}
	
#phone {
	font-size: .95rem;
	max-width: 100%;
	display: block;
	}

.dividers {
	display: none;
	}
	
#small {
	font-size: .8rem;
	width: 100%;
	}
	
	}