/*
	Website Name: CUST_NAME, Custom Website
	Designed by: Katherine Leonard, Car-Part.com
	Last updated: 21 May 2024
*/

/* Styling for responsive pages */
.container {
	max-width: 95%;
}

@media screen and ( max-width: 1199px ) {
	#mainMenu ul.nav {
		background-color: #fff;
		box-shadow: -3px 3px 3px rgba( 0,0,0,0.7 );
		color: #000;
		min-width: 20ch;
	}
	#mainMenu ul.nav li.desktop {
		display: none;
	}
	#mainMenu ul.nav li.mobile {
		display: block;
	}
	section.content, section.home {
		padding: 0 1rem 0 2rem;
	}
}
@media screen and ( max-width: 1099px ) {
}
@media screen and ( max-width: 999px ) {
	.container {	
		width: auto;
	}
	#pgHeader .container.flex-parent-row {
		flex-flow: wrap;
	}
	#mainMenu ul.nav {
		background-color: #52b827;
		color: #fff;
		box-shadow: none;
		text-shadow: none;
	}
	
	#highline.flex-parent-row, section .container.flex-parent-row, #pgFooter .container.flex-parent-row {
		flex-wrap: wrap;
		flex-direction: column;
	}
	#hero.home {
		background-attachment: scroll;
		background-position: center center;
	}
	#hero.home h1 {
		font-size: 2rem;
	}
	section.home aside.flex-child-col {
		order: 0;
		width: auto;
		max-width: 340px;
		margin: auto;
	}
	section.home main.flex-child-col {
		order: 1;
		width: auto;
		max-width: 100%;
	}
	#hlAddr, #hlContact, #ftrBiz, #ftrDMV, #ftrContact {
		margin: .5rem auto;
		text-align: center;
	}
	#imgNav .flex-box {
		width: calc( 100vw - 2rem );
		margin: 0;
	}
	#social {
		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;
	}
}
@media screen and (max-width: 699px) {
	#pgFooter .block {
		display: block;
	}
	#pgFooter .divider {
		display: none;
	}
}