/*
	Website Name: All Auto Salvage
	Designed by: Katherine Leonard, Car-Part.com
	Version: 2.0
	Modified by: Katherine Leonard
	Last updated: 10 Aug 2026
*/

html {
	font-size: 18px;
}
body {
	background-color: #003e5a;
	color: #fff;
	font-family: "Noto Sans", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
}

#pgHeader {
    background-color: #43ff00;
    color: #000;
	position: relative;
}
#highline {
	background-color: #003e5a;
	color: #fff;
	padding: .5rem;
}
#hlContact {
	text-align: right;
}
#logoBlock {
	display: block;
	margin: auto;
	padding: 2rem 0 1rem 0;
}
#logoBlock a {
	text-decoration: none;
}
.logo {
	display: block;
		max-width: 700px;
	margin: auto;
	text-align: center;
}
.logo img {
	display: block;
		width: 100%;
		height: auto;
	margin: auto;
}
#logoBlock h1 {
    color: #c00;
	display: none;
	font-family: Graduate, "Noto Sans", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 4rem;
	text-align: center;
    text-shadow: 3px 3px 0 #fff, -3px 3px 0 #fff, -3px -3px 0 #fff, 3px -3px 0 #fff;
}
.nydmv, #ftrDMV {
	display: none;	/* To display, change "none" to "inherit" */
}
#logoBlock .nydmv {
	font-style: italic;
	margin: 1rem auto;
}

#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-weight: 700;
	text-align: center;
}
#mainMenu a {
	text-decoration: none;
}
#mainMenu .mobile {
	display: none;
}
#mainMenu ul li:hover {
	background-color: #666;
	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;
	display: block;
}
#hero.home {
	background-image: url( "../graphics/salvage-yard.jpg" );
}
#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;
	padding: 8rem 0;
	text-align: center;
	text-shadow: .05em .05em 0 rgba( 0,0,0,.7);
}

#imgNav {
	background-color: #43ff00;
	text-align: center;
}
#imgNav a {
	text-decoration: none;
}
#imgNav .flex-box {
	background-position: center center;
	background-size: contain;
    background-repeat: no-repeat;
	width: calc( 25% - 4rem );
	height: 20vw;
	margin: 1rem;
	padding: 1rem;
}
#imgNav h1 {
	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;
    text-shadow: .05em .05em 0 #000, -.05em .05em 0 #000, -.05em -.05em 0 #000, .05em -.05em 0 #000;
}
#engineBox {
	background-image: url( "../graphics/engine.png" );
}
#transBox {
	background-image: url( "../graphics/transmission.png" );
}
#diffBox {
	background-image: url( "../graphics/suspension.png");
}
#compBox {
	background-image: url( "../graphics/computer-car.png" );
}

section.light {
	background-color: #43ff00;
	color: #000;
}
section.dark {
	background-color: #003e5a;
	color: #fff;
	padding: 1rem;
}
section.bluewave, #pgFooter {
    background: #003e5a;
    background-image: url( "../graphics/blue-wave.svg" ), linear-gradient( 180deg, #43ff00 0, #43ff00 49.9%, #003e5a 50%, #003e5a 100% );
    background-repeat: no-repeat;
    background-size: 100% auto;
	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.content .flex-parent-row {
    align-items: flex-start;
}
section.content aside.flex-child-col {
	width: 300px;
	margin: 0 0 1rem 1rem;
}
section.content aside .sb-box {
	padding: 1rem;
}
section.content 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.content aside .sb-border {
	border: 2px solid #003e5a;
}
section.content aside .sb-border h1 {
	background-color: #003e5a;
	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.content main.flex-child-col {
	width: calc( 100% - 340px - 6rem );
	margin: 0 0 1rem 1rem;
}

.content main p {
	margin-bottom: 1rem;
    line-height: 1.25em;
}
.content main ul {
	margin-bottom: 1rem;
}


h1.callout {
    color: #f4ff02;
	font-family: Oswald, "Noto Sans", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 2rem;
    font-style: italic;
	font-weight: 700;
	padding: 1rem 0;
    margin-bottom: 1rem;
	text-align: center;
    text-shadow: .05em .05em 0 #000, -.05em .05em 0 #000, -.05em -.05em 0 #000, .05em -.05em 0 #000;
}


ul.features, ul.special {
	list-style-type: square;
	margin: .25em 1em 1em 3em;
}
ul.special {
    font-size: 1.5em;
    line-height: 1.25em;
}

#map iframe {
	width: 100%;
	height: 33vw;
}

#pgFooter {
	font-size: .9rem;
	padding: 3rem 1rem 1rem 1rem;
}
#pgFooter .container {
    padding: 1rem 0;
}

#ftrBiz {
	text-align: left;
}
#ftrCenter {
	text-align: center;
}
#ftrContact {
	text-align: right;
}

a.btn {
	text-decoration: none;
}
div.btn, ul.btn li {
	padding: 1rem;
}

.container {
	margin: 0 auto;
	width: 1200px;
}
ul.pymt .cc {
	box-shadow: 1px 1px 3px #000;
}