/*
	Website Name: CYPRESS AUTO SALVAGE INC
	Designed by: Katherine Leonard, Car-Part.com
	Version: 2.0
	Modified by: Gail Rider; Katherine Leonard
	Last updated: 16 Aug 2024
*/

html {
	font-size: 18px;
}
body {
	background-color: #0f3249;
	color: #fff;
	font-family: "Noto Sans", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
}
#hlContact { 
   text-align: right;
}
#hlContact ul li {
	display: inline-block;
	padding-right: .5rem;
}
#hlContact ul li::after {
	content: "|";
	padding-left: .5rem;
}
#hlContact ul li:last-of-type {
	padding-right: 0;
}
#hlContact ul li:last-of-type::after {
	content: "";
	padding: 0;
}
#pgHeader {
	background-color: #fff;
	color: #0f3249;
	position: relative;
}
#highline {
	background-color: #0f3249;
	color: #fff;
	font-size: .8rem;
	font-weight: 700;
	padding: 1rem;
}
#logoBlock {
	margin: auto;
	padding: .5rem;
}
#logoBlock a {
	text-decoration: none;
}
.logo {
	max-width: 300px;
	padding: 1rem;
}
.logo img {
	display: block;
		width: 100%;
		height: auto;
	margin: auto;
}
#logoBlock h1 {
	display: block;
	font-family: "Times New Roman", Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "serif";
	font-size: 3rem;
	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: calc( 50% - 2rem );	/* 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: right;
}
#mainMenu a {
	text-decoration: none;
}
#mainMenu li.parent ul {
	background-color: #0f3249;
	box-shadow: 3px 3px 3px rgba( 0,0,0,.7 );
	color: #fff;
	display: none;
	margin: 1rem 0 0 -1rem;
	text-align: left;
}
#mainMenu li.parent ul li {
	display: block;
	color: #fff;
}
#mainMenu li.parent span.parent::after {
	content: "\25BE ";
}
#mainMenu li.parent:hover ul, #mainMen ul.submenu {
	display: block;
	position: absolute;
	z-index: 150;
}
#mainMenu ul li:hover {
	background-color: #00124b;
	color: #fff;
}

section .container {
	padding: 1rem;
}

#hero {
	background-attachment: fixed;
	background-color: rgba( 0,0,44,.3);
	background-position: center center;
	background-size: cover;
	background-blend-mode: overlay;
}
#hero.home {
	background-image: url( "../graphics/salvage-yard.jpg" );
	min-height: 35vw;
}
#hero.searchPg {
	background-image: url( "../graphics/iStock-1150507732.jpg" );
	min-height: 25vw;
}
#hero.contactPg {
	background-image: url( "../graphics/yura-fresh-xezXEh_fIeU-unsplash.jpg" );
	min-height: 25vw;
}
#hero.arrivalsPg {
	background-image: url( "../graphics/iStock-492812182.jpg" );
	min-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: 1px 1px 0 #8cc939, -1px 1px 0 #8cc939, -1px -1px 0 #8cc939, 1px -1px 0 #8cc939, .05em .05em 0 rgba( 0,0,0,.7);
}

#iconNav {
	background-color: #8cc939;
	position: relative;
	height: 7rem;
	width: 100%;
	text-align: center;
}
ul.icon-nav.flex-parent-row {
	width: 90ch;
	margin: auto;
	justify-content: space-between;
}
ul.icon-nav li {
	background-color: #fff;
	border: .5rem solid #8cc939;
	color: #00142b;
	max-width: 8rem;
	height: 8rem;
	border-radius: 50%;
	margin-top: -2rem;
}
ul.icon-nav li a {
	text-decoration: none;
}
ul.icon-nav li i {
	font-size: 1.5rem;
	margin: auto;
	padding: 1rem 0;
	height: 1.25rem;
}
ul.icon-nav li .label .lg {
	display: block;
	font-size: 1.25rem;
	font-weight: 700;
}
ul.icon-nav li:hover {
	background-color: #00142b;
	color: #fff;
	cursor: pointer;
}

section.light {
	background-color: #fff;
	color: #000;
}
section.dark {
	background-color: #0f3249;
	color: #fff;
	padding: 1rem;
}
section.blue-slant-thirty, div.blue-slant-thirty {
	background: #00142b;
	background: linear-gradient( 135deg, #00142b 0, #00142b 30%, #0f3249 30.1%, #0f3249 100% );
	color: #fff;
}
section.blue-slant-fifty, div.blue-slant-fifty {
	background: #00142b;
	background: linear-gradient( 135deg, #00142b 0, #00142b 50%, #0f3249 50.1%, #0f3249 100% );
	color: #fff;
}
section.green-slant-thirty, div.green-slant-thirty {
	background: #8cc939;
	background: linear-gradient( 135deg, #88a559 0, #88a559 30%, #8cc939 30.1%, #8cc939 100% );
	color: #000;
}
section.green-slant-fifty, div.green-slant-fifty {
	background: #8cc939;
	background: linear-gradient( 135deg, #88a559 0, #88a559 50%, #8cc939 50.1%, #8cc939 100% );
	color: #000;
}
h1.pg-title {
	font-family: "Noto Sans", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-weight: 700;
	margin-bottom: 1rem;
}


section.home {
	background: #fff;
	background: linear-gradient( 90deg, #fff 0, #fff 60%, #0f3249 60.1%, #0f3249 100% );
	color: #000;
	padding: 0;
	margin: 0;
}
section.home main.flex-child-col {
	padding: 1rem;
	width: 60%;
}
section.home main .inner-content {
	max-width: 90ch;
	margin: auto;
	padding: 1rem;
}
section.home aside.flex-child-col {
	background-color: #0f3249;
	color: #fff;
	width: 40%;
}
section.home aside .inner-content {
	max-width: 35ch;
	margin: auto;
	padding: 1rem;
}
section.home aside .sb-box {
}
section.home aside .sb-box h1 {
	font-family: Oswald, "Noto Sans", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	padding: 1rem;
}
section.home aside .sb-border {
}
section.home aside .sb-border h1 {
}

#bizHours h1 {
	text-align: center;
}

#arrivalsPg {
	margin-top: 0;
	padding: 1rem 0;
}
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;
}
#bizHours, #bizPhones {
	margin-bottom: 2.5rem;
}
#bizPhones, #bizAddr {
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
}
.content main p {
	margin-bottom: 1.5rem;
}
.content main ul {
	margin-bottom: 1.5rem;
}


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.features {
	list-style-type: square;
	margin: .25em 1em 1em 3em;
}

#gallery, #svcs {
	padding: 1rem;
}

#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 {
	background-color: #00142b;
	color: #fff;
	font-family: Oswald, "Noto Sans", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	padding: 1rem;
}
div.btn:hover, ul.btn li:hover {
	background-color: #0f3249;
	color: #fff;
}
div.btn.active, ul.btn li.active {
	background-color: #8cc939;
	color: #0f3249;
}


.container {
	margin: 0 auto;
	width: 1200px;
}
ul.pymt .cc {
	box-shadow: 1px 1px 3px #000;
}