/*
	Website Name: Porchtown Recycling, Custom Website
	Designed by: Katherine Leonard, Car-Part.com
	Last updated: 6 Dec 2024
*/

html {
	font-size: 18px;
}
body {
	background-color: #000;
	color: #fff;
	font-family: "Noto Sans", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
}

#pgHeader {
	background: rgba( 0,0,0,0.7 ) url( "../graphics/craneshot.jpg" );
		background-blend-mode: darken;
		background-position: center center;	
		background-size: cover;
	box-shadow: 0 1px 6px #000;
	color: #fff;
	position: relative;
}
#pgHeader.home { background-image: url( "../graphics/craneshot.jpg" ); }
#pgHeader.search { background-image: url( "../graphics/sales-counter-2.jpg" ); }
#pgHeader.map { background-image: url( "../graphics/aerial.jpg" ); }
#pgHeader.sales { background-image: url( "../graphics/scrap-scales.jpg" ); }
#pgHeader.vehicle { background-image: url( "../graphics/tow-trucks.jpg" ); }
#pgHeader.contact { background-image: url( "../graphics/sales-counter-1.jpg" ); }
#highline {
	background-color: #499c3b;
	color: #fff;
	padding: .5rem;
}
#hlContact {
	text-align: right;
}
#logoBlock {
	display: block;
	padding: 2rem;
}
#logoBlock a {
	text-decoration: none;
}
.logo {
	display: block;
		max-width: 350px;
	text-align: left;
}
.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: left;
}
.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;
	display: block;
	text-align: center;
}
#social ul.social li {
	display: inline-block;
}
#social p {
	color: #fff;
	font-family: Oswald, "Noto Sans", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	margin-top: .5em;
	text-align: center;
}
#social li.fb { background-position: 0 0; }
#social li.fb:hover { background-position: 0 -2em; }
#social li.ig { background-position: -10.95em 0; }
#social li.ig:hover { background-position: -11em -2em; }
#social li.eb { background-position: -4.95em 0; }
#social li.eb:hover { background-position: -5em -2em; }

#mainMenu {
	background-color: #ffda00;
	color: #000;
	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.nav li.mobile {
	display: none;
}
#mainMenu ul li:hover {
	background-color: #600;
	color: #fff;
}
#menuBtn:hover, #menuBtn.active, #mainMenu ul li:hover {
}
#mainMenu ul li.menu-parent:hover {
}
#mainMenu ul li.menu-parent ul {
	background-color: #499c3b;
	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;
		z-index: 1000;
}
#menuBtn:hover, #menuBtn.active, #mainMenu ul li:hover {
	background-color: #499c3b;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}
#mainMenu ul li.menu-parent ul li:hover {
	background-color: #0c0;
	color: #fff;
}
#menuBtn span.hamburger {
	background-color: #000;
}

.content-area {
	background-color: #fff;
	width: 100%;
}

#slides {
	display: block;
		width: calc( 1200px - 2rem );
	padding-top: 1rem;
	position: relative;
}
#slides figure {
	position: relative;
}
#slides figure img {
	display: block;
		width: 100%;
		height: auto;
}
#slides figcaption {
	background-color: rgba( 0,0,0,0.4);
	padding: 1rem;
	position: absolute;
		top: 2rem;
		left: 2rem;
}
#slides figcaption h1 {
	color: #fff;
	font-family: Oswald, "Noto Sans", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 2rem;
	font-weight: 700;
	text-shadow: 0 0 2px #000;
}
#slides figcaption h2 {
	color: #fff;
	margin: .5em 0;
	padding: .25em;
}
#slides figcaption div.btn {
	display: inline-block;
}

#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/fourfour-1-lKVmwjdbI-unsplash.jpg" );
	background-position: center 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 .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);
}


section .container {
	padding: 1rem;
}



#map {
	display: block;
		width: 100%;
		height: 25vw;
		min-height: 300px;
}
#map iframe {
	width: 100%;
	height: 100%;
}


#blockNav {
	text-align: center;
}
#blockNav a {
	width: 100%;
	height: 100%;
	text-decoration: none;
}
#blockNav .flex-box {
	background-color: #499c3b;
	color: #fff;
	width: calc( 33% - 4rem );
	margin: 1rem;
}
#blockNav .flex-box:hover {
	background-color: #060;
}
#blockNav h1 {
	font-family: Oswald, "Noto Sans", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	padding: 1rem;
	padding-bottom: .25em;
	margin-bottom: .25em;
}
#blockNav p {
	line-height: 1.25em;
	padding: 0 1rem 1rem 1rem;
}

section.light, .content-area.light {
	background-color: #fff;
	color: #000;
}
section.dark {
	background-color: #499c3b;
	color: #fff;
	padding: 1rem;
}
h1.pg-title, h1.callout {
	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;
}

#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;
}

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;
}
h1.callout.green {
    color: #060;
    font-size: 3rem;
}
a.noU:hover h1.callout {
    text-decoration: underline;
}

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 {
	background-color: #499c3b;
	color: #fff;
	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, div.btn:hover {
	background-color: #060;
	cursor: pointer;
}
ul.search li.active {
	background-color: #0c0;
}

/* Sales Forms Page */
ul.sheets li, ul.forms li {
	border: 1px solid #000;
	display: inline-block;
		width: calc( 40% - 2rem );
	font-family: Oswald, "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-weight: 700;
	margin-bottom: .25em;
	padding: 1rem;
	text-align: center;
}
ul.sheets li a {
	text-decoration: none;
}
ul.sheets li:hover, ul.forms li:hover {
	background-color: #ffda00;
}

ul.forms {
	padding-top: 1rem;
	padding-bottom: 2rem;
	font-size: 1.5rem;
}