/*
	Website Name: D &amp; D Engines, Custom Website
	Designed by: Katherine Leonard, Car-Part.com
	Last updated: 20 Mar 2025
*/

html {
	font-size: 18px;
}
body {
	background-color: #2f324a;
	color: #fff;
	font-family: "Roboto Condensed", "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
}

#pgHeader {
	position: relative;
}
#highline {
	padding: 1rem;
}
#hlAddr {
	font-weight: 700;
	text-align: center;
}
#hlContact {
	text-align: right;
}
#hlContact a {
	font-weight: 700;
}
#logoBlock {
	display: block;
	padding: 2rem;
}
#logoBlock a {
	text-decoration: none;
}
.logo {
	display: block;
		max-width: 300px;
	text-align: left;
}
.logo img {
	display: block;
		width: 100%;
		height: auto;
	margin: auto;
}
#logoBlock h1 {
	display: block;
	font-family: "Roboto Condensed", "Roboto", "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;
}


#social {
	color: transparent;
	position: fixed;
		top: 1rem;	
		right: 2rem;
	z-index: 503;
}
#social ul.social li {
	margin: .25em;
}

#mainMenu {
	border-top: 1px solid #fff;
	font-family: "Roboto Condensed", "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	text-align: right;
	text-shadow: none;
}
#mainMenu a {
	text-decoration: none;
}
#mainMenu ul.nav li.mobile {
	display: none;
}
#mainMenu ul li:hover {
	background-color: #e35e41;
	color: #fff;
}
#menuBtn:hover, #menuBtn.active, #mainMenu ul li:hover {
}
#mainMenu ul li.menu-parent:hover {
}
#mainMenu ul li.menu-parent ul {
	background-color: #d2583e;
	display: none;
	margin: 1em 0 0 -1em;
	text-align: left;
}
#mainMenu ul li.menu-parent ul li {
	display: block;
	color: #fff;
}
#mainMenu ul li.menu-parent span.menu-parent::after {
	content: "\25BE ";
}
#mainMenu ul li.menu-parent:hover ul, #mainMenu ul ul.submenu {
	display: block;
	position: absolute;
}
#menuBtn:hover, #menuBtn.active, #mainMenu ul li:hover {
	background-color: #d2583e;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}
#mainMenu ul li.menu-parent ul li:hover {
	background-color: #e35e41;
	color: #fff;
}
#menuBtn span.hamburger {
	background-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: none;
}
#hero.home {
	background-image: url( "../graphics/GettyImages-172629650-1920w.jpg" );
	background-position: top center;
	height: 35vw;
}
#hero.search {
	background-image: url( "../graphics/chad-kirchoff-xe-e69j6-Ds-unsplash.jpg" );
	background-position: center center;
	height: 15vw;
}
#hero.contact {
	background-image: url( "../graphics/iStock_000056442344_Full.jpg" );
	background-position: center center;
	height: 25vw;
}
#hero.home .flex-container {
	text-align: center;
}
#hero h1 {
	color: #fff;
	font-family: "Roboto Condensed", "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 2rem;
	font-weight: 700;
	padding-bottom: 1rem;
	text-align: center;
	text-shadow: .05em .05em 0 rgba( 0,0,0,.7);
}

#map {
	display: block;
		width: 100%;
		height: 25vw;
}
#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: "Roboto Condensed", "Roboto", "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.white {
	background-color: #fff;
	color: #000;
	padding: 1rem;
}
section.light {
	background-color: #ccc;
	color: #000;
	padding: 1rem;
}
section.dark-peek {
	background: rgba( 47,50,74,.85 ) url( "../graphics/GettyImages-956090222-d855fa94-1920w.webp" );
	background-blend-mode: overlay;
	background-attachment: fixed;
	color: #fff;
	padding: 1rem;
}
section.dark {
	background-color: #2f324a;
	color: #fff;
	padding: 1rem;
}
h1.pg-title {
	font-family: "Roboto Condensed", "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-weight: 700;
	margin-bottom: 1rem;
}


section.home aside.flex-child-col {
	width: 300px;
	margin: 0 0 1rem 1rem;
}
section.home aside .sb-box {
	padding: 1rem;
}
section.home aside .sb-box h1 {
	font-family: "Roboto Condensed", "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-weight: 700;
	margin: -1rem;
	margin-bottom: 1rem;
	padding: 1rem;
}
section.home aside .sb-border {
	border: 2px solid #333;
}
section.home aside .sb-border h1 {
	background-color: #000;
	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 {
	width: calc( 100% - 340px - 6rem );
	margin: 0 0 1rem 1rem;
}
.two-col-text-image .left-col, .two-col-text-image .right-col {
	max-width: 50%;
	padding: 1rem;
}

.two-col-text-image .left-col h1 {
	font-family: "Roboto Condensed", "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 2rem;
	font-weight: 700;
	padding-bottom: 1rem;
	text-transform: uppercase;
}
.one-col-text h1 {
	font-family: "Roboto Condensed", "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	padding-bottom: 1rem;
}

.two-col-text-image .left-col h2, .one-col-text h2 {
	font-family: "Roboto Condensed", "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	padding-bottom: 1rem;
}

section.home main p, .content main p, section.home main ul, .content main ul, .two-col-text-image .left-col p, .one-col-text p {
	font-family: "Roboto Condensed", "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5em;
	margin-bottom: 1rem;
	text-align: justify;
}

.two-col-text-image .left-col img, .two-col-text-image .right-col img {
	display: block;
		width: 100%;
		height: auto;
}
.two-col-text-image .left-col iframe, .two-col-text-image .right-col iframe {
	display: block;
		width: 30vw;
		height: 20vw;
}
ul.horizontal-feature {
	display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-items: center;
}
ul.horizontal-feature li {
	background-color: #fff;
	border-radius: 1rem;
	color: #2f324a;
	font-family: "Roboto Condensed", "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-weight: 700;
	margin: 1rem;
	padding: 1.5rem;
	text-transform: uppercase;
}
ul.two-col-feature, ul.three-col-feature {
	display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-items: center;
}
ul.two-col-feature li {
	flex-basis: 50%;
	max-width: calc( 50% - 2rem );
	padding-right: 2rem;
}
ul.three-col-feature li {
	flex-basis: 33%;
	max-width: calc( 33% - 2rem );
	padding-right: 2rem;
}


h1.callout {
	font-family: "Roboto Condensed", "Roboto", "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;
	line-height: 1.5em;
	margin: .25em 1em 1em 3em;
}

#pgFooter {
	font-size: .9rem;
	line-height: 1.25em;
	padding: 2rem 1rem;
}
#pgFooter .flex-parent-row {
	align-content: center;
	align-items: flex-start;
}
#pgFooter .flex-child-col {
	align-self: flex-start;
}
#pgFooter h1 {
	font-family: "Roboto Condensed", "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 1.2rem;
	font-weight: 500;
	padding-bottom: 1rem;
}
#pgFooter p {
	margin-bottom: 1em;
}
#ftrMenu a {
	text-decoration: none;	
}

#ftrSocial {
	color: transparent;
	font-size: 2rem;
	text-align: center;
}
ul#ftrSocial.social li {
	display: inline-block;
}

#ftrHours {
	max-width: 30ch;
}

.copyFtr {
	margin: 1rem auto;
	text-align: center;
}

a.btn {
	text-decoration: none;
}
div.btn, div.rnd-btn, ul.btn li, ul.search li {
	background-color: #d2583e;
	color: #fff;
	font-family: "Roboto Condensed", "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-weight: 700;
	padding: 1rem;
}

.container {
	margin: 0 auto;
	width: 1200px;
}
ul.pymt .cc {
	box-shadow: 1px 1px 3px #000;
}


div.rnd-btn {
	border-radius: 2rem;
	display: inline-block;
	font-weight: 400;
}
div.btn:hover, div.rnd-btn:hover, ul.search li:hover {
	background-color: #e35e41;
	cursor: pointer;
}
ul.search li.active {
	background-color: #333;
}