/*
	Website Name: Big Mike's #2 Used Auto Parts
	Designed by: Katherine Leonard, Car-Part.com
	Last updated: 27 Apr 2023
*/

html {
	font-size: 18px;
}
body {
	background-color: #000;
	color: #fff;
	font-family: "Source Sans Pro", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
}
header {
	background-color: #ff3;
	position: relative;
}

#highline {
	background-color: #000;
	color: #fff;
	display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		align-items: center;
	font-size: .8rem;
	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;
}

#logoBlock {
	display: block;
	margin: auto;
}
#logo {
	display: block;
		max-width: 350px;
	margin: auto;
}
#logo img {
	display: block;
		width: 100%;
		height: auto;
}
#logoBlock a {
	text-decoration: none;
}
#logoBlock h1 {
	color: #000;
	padding: 3rem 0;
	text-align: center;
}
#logoBlock h1 .lg {
	display: block;
	font-family: "brush-script-std", sans-serif;
	font-weight: 400;
	font-size: 5rem;
	font-style: normal;
}
#logoBlock h1 .sm {
	font-family: Oswald, "Source Sans Pro", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 2rem;
	font-weight: 700;
	text-transform: uppercase;
}

#social {
	position: fixed;
		top: calc( 50% - 18rem );
		left: 0;
	z-index: 50;
}

#mainMenu {
	background-color: #c00;
	display: block;
	font-family: "Source Sans Pro", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-weight: 700;
	position: relative;
	text-align: center;
	text-shadow: 1px 1px 0 #000;
}
#menuBtn {
	display: inline-block;
		vertical-align: middle;
	display: none;
	padding: .5em;
	text-align: center;
}
#menuBtn::after {
	content: "\f0c9";
	font-family: "Font Awesome 5 Free";
	font-size: 1.25em;
	font-weight: 700;
	margin-left: .5em;
}
#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 {
}
#mainMenu ul li.parent:hover {
}
#mainMenu ul li.parent ul {
	background-color: #000;
	box-shadow: 3px 3px 3px rgba( 0,0,0,.7 );
	display: none;
	margin: 1em 0 0 -1em;
	text-align: left;
}
#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;
}
#menuBtn:hover, #menuBtn.active, #mainMenu ul li:hover {
	background-color: #000;
	color: #fff;
}
#mainMenu ul li.parent ul li:hover {
	background-color: #000;
	color: #fff;
}

section .container {
	padding: 1rem;
}

#hero {
	background-attachment: fixed;
	background-color: rgba( 255,255,255,.7);
	background-position: center center;
	background-size: cover;
	background-blend-mode: overlay;
}
#hero.home {
	background-image: url( "graphics/salvage-yard.jpg" );
}
#hero .container {
	padding: 4rem 0;
}
#hero h1 {
	color: #fff;
	font-family: "Source Sans Pro", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
	text-shadow: .05em .05em 0 rgba( 0,0,0,.7);
}

.content {
	background-color: #fff;
	color: #000;
}
.alt-content {
	background-color: #eee;
	color: #000;
	padding: 1rem;
}
.content h1.pg-title, h1.callout {
	font-family: "Source Sans Pro", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-weight: 700;
	margin-bottom: 1rem;
}
h1.callout {
	font-family: Goldman, "Source Sans Pro", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 2rem;
	padding: .5em 0;
	text-align: center;
}

.content aside {
	display: block;
		max-width: 300px;
	float: right;
	margin: 0 0 1rem 1rem;
}
.content aside .sb-box {
	padding: 1rem;
}
.content aside .sb-box h1 {
	font-family: "Source Sans Pro", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-weight: 700;
	margin: -1rem;
	margin-bottom: 1rem;
	padding: 1rem;
}
.content aside .sb-border {
	border: 2px solid #000;
}
.content aside .sb-border h1 {
	background-color: #c00;
	color: #fff;
	text-shadow: 1px 1px 0 #000;
}
.content aside a {
	text-decoration: none;
}
#sbPhone {
	background-color: #c00;
	color: #fff;
	display: block;
	font-family: Oswald, "Source Sans Pro", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 2rem;
	font-weight: 700;
	margin: 2rem auto;
	padding: 1rem;
	text-align: center;
	text-shadow: 1px 1px 0 #000;
}

ul.hours, ul.hours li.time {
	clear: both;
	display: block;
}
ul.hours:after{
	clear: both;
	content: "";
	display: table;
	
}


.content main p {
	margin-bottom: 1rem;
}
.content main a {
	color: #c00;
}
.content main a:hover {
	color: #666;
}

.content main ul {
	margin-bottom: 1rem;
}


ul.directions {
	list-style-type: none;
}
ul.directions li {
	font-weight: 700;
}
ul.directions ul, ul.features {
	list-style-type: square;
	margin: .25em 1em 1em 3em;
}
ul.directions ul li {
	font-weight: 400;
}
#pgFooter {
	font-size: .9rem;
	padding: 1em;
}

a.btn {
	text-decoration: none;
}
div.btn, ul.btn li {
	padding: 1rem;
}

.container {
	margin: 0 auto;
	max-width: 1200px;
}
ul.pymt .cc {
	box-shadow: 1px 1px 3px #000;
}

/*
@media screen and ( max-width: 1299px ) {
	section {
		padding-left: 2rem;
	}
}
@media screen and ( max-width: 999px ) {
	#menuBtn {
		display: inline-block;
		padding-right: 1rem;
		text-align: right;
	}
	#mainMenu ul {
		background-color: #000;
		display: block;
			width: 100%;
		display: none;
		position: absolute;
			z-index: 100;
	}
	#mainMenu ul li {
		color: #fff;
		display: block;
		padding: .5em;
		padding-left: 2.5em;
		text-align: left;
	}
	#mainMenu ul li:hover {
		background-color: #333;
	}
	.content aside {
		float: none;
		margin: 0 auto;
		padding-bottom: 2rem;
	}
}
@media screen and (max-width: 699px) {
	#highline {
		flex-flow: column nowrap;
		line-height: 1.5em;
		text-align: center;
	}
	#pgFooter .left, #pgFooter .right {
		float: none;
		line-height: 2em;
		margin: auto;
		text-align: center;
	}
	#pgFooter .block {
		display: block;
	}
	#pgFooter .divider {
		display: none;
	}
}
*/