/*
	Website Name: Wasney Automotive, Custom Website
	Designed by: Katherine Leonard, Car-Part.com
	Last updated: 9 Apr 2026
*/

html {
	font-size: 18px;
}
body {
	background-color: #900;
	color: #fff;
	font-family: "Noto Sans", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
}

#pgHeader {
	background-color: #f00;
	background-image: url( "../graphics/Texturelabs_Metal_166M.jpg" );
	background-blend-mode: multiply;
	background-size: cover;
    border: 0 solid rgba( 255,218,0,.5 );
    border-width: 10px 0;
	box-shadow: 0 1px 6px #000;
	color: #fff;
	position: relative;
}
#logoBlock {
	display: block;
	padding: 1rem;
	padding-bottom: 0;
}
#logoBlock a {
	text-decoration: none;
}
.logo {
	display: block;
		max-width: 250px;
	margin: auto;
    margin-bottom: -85px;
	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, #staffBtn, #searchBtn, #searchBtnMobile, #arrivalsBtn, #arrivalsBtnMobile {
	background-color: #fa0;
	border: 1px solid #fa0;
	border-radius: 1.8rem;
	color: #000;
	display: inline-block;
	font-family: Oswald, "Noto Sans", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
}
#contactBtn div.btn:hover, #staffBtn:hover, #searchBtn:hover, #searchBtnMobile:hover, #arrivalsBtn:hover, #arrivalsBtnMobile:hover {
	border-color: #f60;
	background-color: #f60;
}

#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;
}
/* Currently selected base version is colorable background with white foreground */
#social ul li { background-color: #333;	}
#social ul li:hover { background-color: #f60; }

#mainMenu {
	color: #fff;
	font-family: Oswald, "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-weight: 700;
	text-align: center;
	text-shadow: none;
}
#mainMenu a {
	text-decoration: none;
}
#mainMenu ul li {
	font-family: "Goblin One", Oswald, "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}
#mainMenu ul.nav li.mobile {
	display: none;
}
#mainMenu ul li:hover {
}
#menuBtn:hover, #menuBtn.active, #mainMenu ul li:hover {
}
#mainMenu ul li.menu-parent:hover {
}
#mainMenu ul li.menu-parent ul {
	background-color: #900;
	display: none;
	margin: 1em 0 0 -1em;
	text-align: left;
}
#mainMenu ul li.menu-parent ul li {
	display: block;
	color: #fff;
	font-family: Oswald, "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	text-transform: none;
}
#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: #900;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}
#mainMenu ul li.menu-parent ul li:hover {
	background-color: #c00;
	color: #fff;
}
#menuBtn span.hamburger {
	background-color: #000;
}


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-color: #c00;
	background-image: url( "../graphics/Texturelabs_Metal_190M.jpg" );
	background-blend-mode: multiply;
	background-position: center center;
}
#hero.search {
	background-image: url( "../graphics/chad-kirchoff-xe-e69j6-Ds-unsplash.jpg" );
	background-position: center center;
	height: 15vw;
}
#hero.yard {
	background-image: url( "../graphics/racks.jpg" );
	background-position: center center;
	height: 25vw;
}
#hero.about {
	background-image: url( "../graphics/storefront-blurred-1920x750.jpg" );
	background-position: center center;
	height: 25vw;
}
#hero.contact {
	background-image: url( "../graphics/iStock_000056442344_Full.jpg" );
	background-position: center center;
	height: 25vw;
}
#hero .container {
	padding: 4rem 0;
}
#hero h1 {
	color: #fff;
	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);
}
#searchBtnMobile {
    display: none;
}


#hero.home img {
    margin-right: 2rem;
}
#hero.home h1 {
    font-family: Lobster, Oswald, "Noto Sans", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-weight: 400;
    padding-bottom: 2rem;
}


#featuresBar {
    background-color: #f00;
	background-image: url( "../graphics/Texturelabs_Wood_231M.jpg" );
	background-blend-mode: multiply;
	background-position: center center;
    border-top: 10px solid rgba( 255,218,0,.5 );
    border-bottom: 10px solid rgba( 255,218,0,.5 );
    padding: 2rem;
}
#featuresBar .flex-parent-row {
    align-items: flex-start;
}
#featuresBar h1 {
    color: #fff;
	font-family: "Goblin One", Oswald, "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
    font-size: 1.25rem;
	font-weight: 400;
    padding-bottom: 1rem;
	text-transform: uppercase;
	text-align: center;
	text-shadow: .05em .05em 0 rgba( 0,0,0,.7);
}

#staffPhotos figure {
    padding: 1rem;
    text-align: center;
}
#staffPhotos figure img {
    width: 100px;
    height: 150px;
}

#vehicleInventory figure {
    padding: 1rem;
}
#vehicleInventory figure img {
    width: 150px;
    height: 150px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: center center;
}

#newArrivals .mobile {
    display: none;
}

#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: 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.light {
	background-color: #fff;
	color: #000;
}
section.dark {
	background-color: #900;
	color: #fff;
	padding: 1rem;
}
h1.pg-title {
	font-family: "Noto Sans", "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: "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 {
	border: 2px solid #333;
}
section.home aside .sb-border h1 {
	background-color: #000;
	color: #fff;
}

#homePg {
    background-attachment: fixed;
	background-blend-mode: none;
    background-image: url( "../graphics/Texturelabs_Metal_190M-fade.jpg" );
	background-position: center center;
    background-size: cover;
}

#bizHours h1 {
    background-color: #c00;
	text-align: center;
    text-shadow: 1px 1px 0 #000;
}
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;
}

section.home main p, .content main p, section.home 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;
}

.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: #063a5e;
	cursor: pointer;
}
ul.search li.active {
	background-color: #c00;
}

ul.social .fb:hover { background-position: 0 -1em }
ul.social .tw:hover { background-position: -1em -1em }
ul.social .yt:hover { background-position: -2em -1em }
ul.social .li:hover { background-position: -3em -1em }
ul.social .gm:hover { background-position: -4em -1em }
ul.social .eb:hover { background-position: -5em -1em }
ul.social .yl:hover { background-position: -6em -1em }
ul.social .em:hover { background-position: -7em -1em }
ul.social .tx:hover { background-position: -8em -2em }
ul.social .ph:hover { background-position: -9em -1em }
ul.social .sk:hover { background-position: -10em -1em }
ul.social .ig:hover { background-position: -11em -1em }
ul.social .sm:hovers { background-position: -12em -1em }
ul.social .tt:hover { background-position: -13em -1em }
ul.social .sc:hover { background-position: -14em -1em }
ul.social .wa:hover { background-position: -15em -1em }