/*
	Website Name: Clark's Auto Salvage
	Designed by: Katherine Leonard, Car-Part.com
	Last updated: 21 June 2022
*/

html {
	font-size: 18px;
	line-height: 1.25rem;
}
body {
	background-color: #000;
	color: #fff;
	font-family: "Source Sans Pro", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
}
header {
	background-color: #fff;
	/* box-shadow: 0px 1px 4px #000; */
	color: #333;
	position: relative;
}

#highline {
	background-color: #c00;
	color: #fff;
	display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		align-items: center;
	font-size: .9rem;
	font-weight: 700;
	overflow: auto;
}
#highline i, #highline address, #highline ul, #highline ul li, #highline .block {
	display: inline-block;
}
#highline i {
	margin-right: 1em;
}
#highline .col {
	flex: 1 0 auto;
	padding: 1em;
	text-align: center;
}
#highline ul.phones li {
	margin-left: 1em;
}
#highline ul.phones li:first-of-type {
	margin-left: 0;
}

#pgHeader .wrapper {
	display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		align-items: center;
}

#logoBlock, #mainMenu, #social {
	flex: 1 0 auto;
	margin: auto;
	position: relative;
	text-align: center;
}
#logo {
	display: block;
		max-width: 400px;
	margin: auto;
	padding: 1rem 0;
}
#logo img {
	display: block;
		width: 100%;
		height: auto;
}

#pgHeader .wrapper.sticky-menu {
	background-color: #fff;
	box-shadow: 0 .01rem .5rem rgba( 0,0,0,0.7 );
	position: fixed;
		top: 0;
		z-index: 100;
	text-align: right;
	width: 100%;
}
#pgHeader .wrapper.sticky-menu #logo {
	float: left;
	max-width: 200px;
	margin: 0;
	padding: 1rem;
}
#pgHeader .wrapper.sticky-menu #mainMenu {
	font-size: 1rem;
	padding-top: 1.1rem;
}

#mainMenu {
	display: block;
	font-family: Oswald, "Source Sans Pro", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: .1ch;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
#menuBtn {
	display: inline-block;
		vertical-align: middle;
	display: none;
	padding: .5rem;
	text-align: center;
}
#menuBtn::after {
	content: "\f0c9";
	font-family: "Font Awesome 5 Free";
	font-size: 1.25rem;
	font-weight: 700;
	margin-left: .5rem;
}
#mainMenu a {
	text-decoration: none;
}
#mainMenu ul {
	display: inline-block;
}
#mainMenu ul li {
	display: inline-block;
	padding: 1rem;
}
#mainMenu .mobile {
	display: none;
}
#menuBtn:hover, #menuBtn.active, #mainMenu ul li:hover {
	background-color: #c00;
	color: #fff;
}
#mainMenu ul li.parent:hover {
}
#mainMenu ul li.parent ul {
	background-color: #c00;
	display: none;
	margin: 1em 0 0 -1rem;
	text-align: left;
	z-index: 500;
}
#mainMenu ul li.parent ul li {
	display: block;
	color: #fff;
}
#mainMenu ul li.parent span.parent::after {
	content: "\25BE ";
}
#mainMenu ul li.parent:hover ul, #mainMenu ul ul.submenu {
	display: block;
	position: absolute;
}
#mainMenu ul li.parent ul li:hover {
	background-color: #333;
	color: #fff;
	text-shadow: none;
}

#social, ul.social {
	font-size: .9rem;
	line-height: 1.3em;
	text-align: center;
}
#social a, #social a:hover, #social a:active {
	color: inherit;
	text-decoration: none;
}
#social ul.social li {
	display: inline-block;
	font-size: 2.5rem;
	width: 1em;
	margin: auto;
	text-align: center;
}

section .container {
	padding: 1rem;
}

#hero {
	background-attachment: fixed;
	background-color: rgba( 255,255,255,1);
	background-position: center center;
	background-size: cover;
	/* background-blend-mode: overlay; */
	min-height: 25vw;
}
#hero.home {
	background-color: #c00;
	background-image: url( "graphics/entrance.jpg" );
	background-blend-mode: none;
	height: 30vw;
}
#hero .container, section#hero .container {
	display: block;
		width: 100%;
		height: 100%;
	padding: 0;
	position: relative;
}

#hero h1, #hero ul.taglines {
	color: #c00;
	display: block;
		width: 100vw;
	font-family: Goldman, Oswald, "Source Sans Pro", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 3rem;
	font-weight: 400;
	position: absolute;
		bottom: 2em;
	text-align: center;
	text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, .02em .02em 0 #fff, .04em .04em 1em #000;
}
#hero ul.taglines li:nth-of-type( odd ) {
	position: absolute;
		top: 1em;
		left: 1em;
}
#hero ul.taglines li:nth-of-type( even ) {
	position: absolute;
		top: calc( 25vw - 2em );
		right: 1em;
}
#hero .info-block {
	background-color: rgba( 255,255,255,0.9 );
	display: block;
		max-width: 300px;
	margin: 2rem auto;
	padding: 2rem;	
	text-align: center;
}
#hero .info-block p {
	color: #000;
	margin-bottom: 1rem;
}
#hero div.btn {
	display: inline-block;
	color: #fff;
	font-family: Oswald, Lato, "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}
#halfHero {
	background-color: rgba( 0,0,0,0.7 );
	background-size: cover;
	background-blend-mode: overlay;
	display: block;
	padding: 6rem 0;
	position: relative;
}
#halfHero.searchPg {
	background-image: url( "graphics/engine.jpg" );
	background-position: center center;
}
#halfHero.sellPg, #halfHero.wntyPg {
	background-image: url( "graphics/contract.jpg" );
	background-position: center center;
}
#halfHero.contactPg {
	background-image: url( "graphics/austin-distel-gUIJ0YszPig-unsplash.jpg" );
	background-position: center center;
}
#halfHero h1 {
	font-family: Oswald, "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
}
#halfHero h2 {
	font-family: Oswald, "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
}

.content, .affiliations {
	background-color: #fff;
	color: #000;
}
.content h1.pg-title {
	font-family: Oswald, "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-weight: 700;
	margin-bottom: 1rem;
}

.content aside {
	display: block;
		max-width: 320px;
	float: right;
	margin: 0 0 1rem 1rem;
}
.content aside .sb-box {
	padding: 1rem;
}
.content aside .sb-box h1 {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-weight: 700;
	margin: -1rem;
	margin-bottom: 1rem;
	padding: 1rem;
	text-align: center;
}
.content aside .sb-border {
	border: 2px solid #333;
}
.content aside .sb-border h1 {
	background-color: #c00;
	color: #fff;
}
.content a:hover {
	color: #c00;
}

ul.hours, ul.hours li.time {
	clear: both;
	display: block;
	text-align: center;
}
ul.hours:after{
	clear: both;
	content: "";
	display: table;
}

figure figcaption {
	font-family: Oswald, "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: .9rem;
	font-weight: 400;
	padding: .5rem 0 1rem 0;
	text-align: center;
}


#homePg, #contactPg, #scrapBuy, #mapPg, #searchPg {
	padding: 2rem 0 0 0;
}
.content main p, #contactPg aside p {
	line-height: 1.25em;
	margin-bottom: 1rem;
}
.content main ul {
	margin-bottom: 1rem;
}

#contactPg .cForm, #sellPg .cForm {
	width: calc( 1200px - 320px - 2rem )
}


#imgNav {
	background-color: #fff;
	display: flex;
		flex-flow: row nowrap;
}
#imgNav .flex-box {
	background-size: cover;
	background-color: rgba( 0,0,0,0.7 );
	background-position: center center;
	background-blend-mode: overlay;
	color: #fff;
	flex: 0 1 auto;
	margin: 2rem auto;
	padding: 5rem 1rem;
	text-align: center;
	text-shadow: 0 0 .05em #000;
	width: calc( 33% - 4rem );
}
#imgNav .flex-box h1 {
	border-bottom: 1px solid #fff;
	font-family: Oswald, "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: .75rem;
	padding-bottom: .75rem;
}
#imgNav .flex-box:hover {
	background-color: rgba( 255,255,255,0.8 );
	background-blend-mode: lighten;
	color: #111;
}
#imgNav .flex-box:hover h1 {
	border-bottom-color: #111;
}
#imgNav a.box {
	text-decoration: none;
}

#partsBox {
	background-image: url( "graphics/engine.jpg" );
}
#mapBox {
	background-image: url( "graphics/location.jpg" );
}
#shopBox {
	background-image: url( "graphics/mealpro-efgpRGeu9tg-unsplash.jpg" );
}
#contactBox {
	background-image: url( "graphics/austin-distel-gUIJ0YszPig-unsplash.jpg" );
}

#bizHrs {
	display: inline-block;
}
#bizHrs h1, #imgNav .flex-box #bizHrs h1 {
	border-bottom: none;
	padding-bottom: 0;
	font-size: 1rem;
}
#bizHrs .left {
	padding-right: 1rem;
}

.highlight {
	color: #333;
	font-family: Oswald, "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	text-align: center;
}

ul.box-features, div.box-features {
	display: flex;
		flex-flow: row nowrap;
		align-items: stretch;
}
ul.box-features li {
	color: #c00;
	flex: 0 1 auto;
	font-family: Oswald, "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.1em;
	margin: 2rem auto;
	padding: 1rem;
	text-align: center;
	width: calc( 33% - 4rem );
}


div.box-features .box {
	flex: 0 1 auto;
	margin: auto;
	margin-bottom: 4rem;
	padding: 1rem;
	text-align: center;
	width: calc( 33% - 1rem );
}
div.box-features .icon i {
	background-color: #c00;
	border-radius: 50%;
	color: #fff;
	font-size: 1.5rem;
	padding: .5em;
}
div.box-features h2 {
	font-family: Oswald, "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 1rem 0;
	text-transform: uppercase;
}
div.box-features p {
	font-family: "Source Sans Pro", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: .9rem;
}


#sellPg h1.callout {
	color: #333;
	font-size: 1.5rem;
	padding: 1.5rem 0;
	text-shadow: none;
}

#sellPg main, #sellPg aside, #contactPg main, #contactPg aside {
	float: none;
	display: inline-block;
	vertical-align: top;
}
#sellPg aside, #contactPg aside {
	max-width: 450px;
	padding-right: 3rem;
}
#sellPg aside img, #contactPg aside img {
	display: block;
		max-width: 100%;
		height: auto;
}
#sellPg aside h1, #contactPg aside h1 {
	border-bottom: 1px solid #000;
	font-family: Oswald, "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 1.3rem;
	padding-bottom: .5rem;
	margin-bottom: .5rem;
}
#scrapBuy {
	background-color: rgba( 255,255,255,0.7 );
	background-image: url( "graphics/crusher.jpg" );
		background-blend-mode: lighten;
	background-position: center center;
	background-size: cover;
	min-height: 25vw;
}
#scrapBuy h1.section-title {
	font-family: Oswald, "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 1rem;
	text-align: center;
}
#scrapBuy ul li {
	font-size: 1.5rem;
	line-height: 1.25em;
}
#scrapBuy p {
	font-size: 1.5rem;
	line-height: 1.25em;
	text-align: center;
}

ul.directions {
	list-style-type: none;
}
ul.directions li {
	font-weight: 700;
	margin-bottom: .25em;
}
ul.directions ul, ul.features {
	list-style-type: square;
	margin: .25em 1em 1em 3em;
}
ul.directions ul li, ul.features li {
	font-weight: 400;
	margin-bottom: .25em;
}
#map {
	display: block;
		width: 100%;
		height: 25vw;
	padding-left: 0;
}
#map iframe {
	display: block;
		width: 100%;
		height: 100%;
}
#mapLink {
	display: none;
}


#svcs {
	text-align: center;
}
#ccAuth {
	margin-top: 1rem;
}
#pgFooter {
	font-size: .9rem;
	padding: 1em;
}

a.btn {
	text-decoration: none;
}
div.btn {
	display: inline-block;
}
div.btn, ul.btn li {
	background-color: #c00;
	color: #fff;
	font-family: Oswald, "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-weight: 700;
	padding: 1rem;
	text-shadow: 1px 1px 0 #000;
}
div.btn:hover, ul.btn li:hover {
	background-color: #5dc7f4;
	color: #000;
	text-shadow: none;	
}
div.btn.active, ul.btn li.active {
	background-color: #000;
	color: #fff;
	text-shadow: 1px 1px 0 #000;
}

ul.search.btn li {
	background-color: #000;
	color: #fff;
}
ul.search.btn li:hover {
	background-color: #5dc7f4;
	color: #000;
	text-shadow: none;
}
ul.search.btn li.active {
	background-color: #c00;
	color: #fff;
	text-shadow: 1px 1px 0 #000;
}

#assoc {
	margin: 2rem auto;
	text-align: center;
}
#assoc img {
	display: inline-block;
		max-height: 90px;
		width: auto;
}

.cc {
	box-shadow: 2px 2px 4px #000;
}
.container {
	margin: 0 auto;
	max-width: 1200px;
}

@media screen and ( max-width: 1299px ) {
}
@media screen and ( max-width: 1199px ) {
	#social {
		order: 2;
	}
	#mainMenu {
		order: 3;
	}
	#menuBtn {
		display: block;
		text-align: right;
	}
	#mainMenu ul {
		background-color: #3f3f99;
		display: block;
			width: 100vw;
		display: none;
		position: absolute;
			right: 0;
			z-index: 600;
	}
	#mainMenu ul li {
		color: #fff;
		display: block;
		padding: .75em;
		padding-left: 2.5em;
		text-align: right;
	}
	#mainMenu ul li:hover {
	}
	#mainMenu .desktop {
		display: none;
	}
	#mainMenu .mobile {
		display: block;
	}
	.content aside {
		float: none;
		margin: 0 auto;
		padding-bottom: 2rem;
	}
	#imgNav {
		display: block;
		margin: 0;
		padding: 1rem;
	}
	#imgNav .flex-box {
		display: block;
			width: 50%;
		flex: none;
	}
	#contactPg .cForm, #sellPg .cForm {
		width: calc( 100vw - 2rem )
	}
	.container {
		max-width: 100vw;
	}
}
@media screen and ( max-width: 999px ) {
	#hero {
		background-attachment: scroll;
		background-size: cover;
		/* background-blend-mode: overlay; */
		min-height: 33vw;
	}
	#hero h1, #hero ul.taglines {
		font-size: 1.5em;
	}
	#hero ul.taglines li:nth-of-type( odd ), #hero ul.taglines li:nth-of-type( even ) {
		position: relative;
			top: auto;
			left: auto;
			right: auto;
	}
	#map {
		height: 33vw;
	}
	#scrapBuy ul li {
		font-size: 1.1rem;
		line-height: 1.1em;
	}
}
@media screen and (max-width: 699px) {
	#highline {
		flex-flow: column nowrap;
		line-height: 1.5em;
		text-align: center;
	}
	#highline .col {
		padding: .75em;
	}
	#highline .col:last-of-type {
		padding-top: 0;
	}
	#logo {
		max-width: 60vw;
	}
	#imgNav .flex-box {
			width: 80%;
	}
	#pgFooter .left, #pgFooter .right {
		float: none;
		line-height: 2em;
		margin: auto;
		text-align: center;
	}
	#pgFooter .block {
		display: block;
	}
	#pgFooter .divider {
		display: none;
	}
}