/*
	Website Name: Hialeah Auto Recyclers, Custom Website
	Designed by: Katherine Leonard, Car-Part.com
	Last updated: 10 June 2024
*/

html {
	font-size: 18px;
}
body {
	background-color: #333;
	color: #fff;
	font-family: "Noto Sans", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
}

#pgHeader {
	background-color: #ea5a8f;
	box-shadow: 0 1px 6px #000;
	color: #fff;
	display: block;
		width: 100vw;
	position: fixed;
		z-index: 1000;
}
#highline {
	background-color: #fff;
	border-bottom: 2px solid #000;
	color: #000;
	padding: .5rem;
}
#hlContact {
	text-align: right;
}
#logoBlock {
	display: block;
	margin: auto;
	margin-top: -3px;
	margin-bottom: -4rem;
	padding: 0;
}
#logoBlock a {
	text-decoration: none;
}
.logo {
	background-color: #fff;
	border-top: 3px solid #fff;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	border-bottom-left-radius: 1rem;
	border-bottom-right-radius: 1rem;
	display: block;
		max-width: 250px;
		z-index: 50;
	margin: auto;
	padding: 1rem 2rem 2rem;
	text-align: center;
}
.logo img {
	display: block;
		width: 100%;
		height: auto;
	margin: auto;
}
#logoBlock h1 {
	display: block;
	font-family: Oswald, "Noto Sans", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
}
.nydmv {
	display: none;	/* To display, change "none" to "inherit" */
}
#logoBlock .nydmv {
	font-style: italic;
	margin: 1rem auto;
}

#contactBtn div.btn {
	border: 1px solid #fff;
	border-radius: 2rem;
	display: inline-block;
	font-family: Oswald, "Noto Sans", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
}
#contactBtn div.btn:hover {
	background-color: #fff;
	color: #900;
}

#social {
	color: transparent;
	position: fixed;
		top: calc( 50% - 4rem );	/* The vertical offset should be the number of icons to be shown times 2; e.g. FB, Instagram, and eBay icons showing should be ( 50% - 6rem ); */
		left: 0;
	z-index: 503;
}

#mainMenu {
	font-family: Oswald, "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: right;
	text-shadow: none;
	text-transform: uppercase;
}
#mainMenu a {
	text-decoration: none;
}
#mainMenu ul.nav li.mobile {
	display: none;
}
#mainMenu ul li {
	text-decoration: none;
}
#mainMenu ul li:hover {
	background-color: #666;
	color: #fff;
}
#mainMenu ul li.menu-parent:hover {
}
#mainMenu ul li.menu-parent ul {
	background-color: none;
	display: none;
	margin: 1rem 0 0 -2.75rem;
	text-align: left;
}
#mainMenu ul li.menu-parent ul li {
	display: block;
	text-decoration: none;
}
#mainMenu ul li.menu-parent span.menu-parent::after {
	content: "\25BE ";
}
#mainMenu ul li.menu-parent:hover ul, #mainMenu ul ul.submenu {
	background-color: #fff;
	color: #000;
	display: block;
	position: absolute;
		z-index: 500;
}
#menuBtn:hover, #menuBtn.active, #mainMenu ul li:hover {
	background-color: #666;
	color: #fff;
}
#mainMenu ul li.menu-parent ul li:hover {
	background-color: #666;
	color: #fff;
	text-shadow: none;
}
#menuBtn span.hamburger {
	background-color: #fff;
}


section .container {
	padding: 2rem 0;
}

#hero {
	background-attachment: fixed;
	background-color: rgba( 255,255,255,.7);
	background-position: center center;
	background-size: cover;
	background-blend-mode: none;
	margin-top: 3rem;
}
#hero.home {
	background: rgba( 0,0,0,0.5 );
	background-image: url( "../graphics/bigstock-wrecked-car-junkyard-97104527.jpg" );
	background-position: center center;
	background-blend-mode: luminosity;
	height: 40vw;
}
#hero.search {
	background-image: url( "../graphics/chad-kirchoff-xe-e69j6-Ds-unsplash.jpg" );
	background-position: center center;
	height: 25vw;
}
#hero.contact {
	background-image: url( "../graphics/iStock_000056442344_Full.jpg" );
	background-position: center bottom;
	height: 35vw;
}
#hero .hoverlay {
	background-color: rgba( 0,0,0,0.5 );
		width: 100%;
		height: 100%;
}
#hero .hoverlay.flex-parent-col {
	justify-content: flex-end;
}

#hero h1 {
	color: #fff;
	display: inherit;
	font-family: Oswald, "Noto Sans", "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);
	text-transform: uppercase;
}
#hero h1.flex-child-row {
	align-self: center;
	padding: 2rem;
}

#map {
	display: block;
		width: 100%;
		height: 80vh;
}
#map iframe {
	width: 100%;
	height: 100%;
}


#imgNav {
	background-color: #fff;
	text-align: center;
}
#imgNav a {
	text-decoration: none;
}
#imgNav .flex-box {
	background-color: rgba( 0,0,0,.5);
	background-position: center center;
	background-blend-mode: overlay;
	background-size: cover;
	width: calc( 33% - 4rem );
	height: 20vw;
	margin: 1rem;
	padding: 1rem;
	
}
#imgNav h1 {
	border-bottom: 2px solid #fff;
	font-family: Oswald, "Noto Sans", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	padding-bottom: .25em;
	margin-bottom: .25em;
}
#partsBox {
	background-image: url( "../graphics/iStock-1150507732.jpg" );
}
#shipBox {
	background-image: url( "../graphics/aaron-doucett-E1_tHPWpsqI-unsplash.jpg" );
}
#cutSheetsBox {
	background-image: url( "../graphics/cut-sheets.jpg" );
}

section#feature {
	padding: 1rem 4rem;
}

#imgWrp {
	display: block;
		width: 40vw;
		height: calc( 40vw * 3 / 4 ) ;
}
#imgWrp img {
	width: 100%;
	height: auto;
}

section.light {
	background-color: #fff;
	color: #000;
}
section.light-gray {
	background-color: #eee;
	color: #000;
}
section.pink {
	background-color: #ea5a8f;
	color: #fff;
}
section.dark {
	background-color: #666;
	color: #fff;
}

h1.pg-title {
	font-family: Oswald, "Noto Sans", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

section.home .flex-parent-row, section.map .flex-parent-row {
	align-items: flex-start;
}


section.home aside.flex-child-col, section.map aside.flex-child-col {
	width: 300px;
	margin: 0 0 1rem 1rem;
}
section.home aside .sb-box, section.map aside .sb-box {
	padding: 1rem;
}
section.home aside .sb-box h1, section.map aside .sb-box h1 {
	font-family: "Noto Sans", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-weight: 700;
	margin: -1rem;
	margin-bottom: 1rem;
	padding: 1rem;
}
section.home aside .sb-border, section.map aside .sb-border {
	border: 2px solid #333;
}
section.home aside .sb-border h1, section.map aside .sb-border h1 {
	background-color: #333;
	color: #fff;
}

#bizHours h1 {
	text-align: center;
}
ul.hours, ul.hours li, ul.phones, ul.phones li {
	clear: both;
	display: block;
}
ul.hours:after, ul.phones:after {
	clear: both;
	content: "";
	display: table;
}
#bizPhones, #bizAddr {
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
}


section.home main.flex-child-col, section.map main.flex-child-col {
	width: calc( 100% - 340px - 6rem );
	margin: 0 0 1rem 1rem;
}

section.home main p, .content main p, section.home main ul, section.map main p, section.map main ul, .content main ul {
	line-height: 1.25em;
	margin-bottom: 1rem;
}

h1.callout {
	font-family: Oswald, "Noto Sans", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 2rem;
	font-weight: 700;
	padding: 1rem 0 2rem 0;
	text-align: center;
}


ul.directions li {
	font-weight: 700;
}
ul.features, ul.directions li ul li {
	font-weight: 400;
	list-style-type: square;
	margin: .25em 1em 1em 3em;
}

#pgFooter {
	font-size: .9rem;
	padding: 1em;
}
#ftrBiz {
	text-align: left;
}
#ftrDMV {
	text-align: center;
}
#ftrContact {
	text-align: right;
}

a.btn {
	text-decoration: none;
}
div.btn, ul.btn li, ul.search li {
	font-family: Oswald, "Noto Sans", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-weight: 700;
	padding: 1rem;
	text-transform: uppercase;
}

.container {
	margin: 0 auto;
	width: 1200px;
}
ul.pymt .cc {
	box-shadow: 1px 1px 3px #000;
}

ul.search li {
	background-color: #000;
	color: #fff;
	display: inline-block;
	padding: 10px;
}
ul.search li:hover {
	background-color: #666;
	cursor: pointer;
}
ul.search li.active {
	background-color: #ea5a8f;
}