/*
	Website Name: Ken's Auto Recyclers, 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 ) {
	#logoBlock {
		order: 0;
		padding-right: 0;
	}
	#sfLogoBlock {
		order: 1;
	}
	#mainMenu {
		order: 99;
	}
	#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: 999px ) {
	#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%;
	}
	#highline .flex-child-col, #ftrBiz, #ftrDMV, #ftrContact {
		margin: .5rem auto;
		text-align: center;
	}
	#imgNav .flex-box {
		width: calc( 100vw - 5rem );
		margin: .5rem 2rem;
	}
	#imgNav .flex-box:first-of-type {
		margin-top: 1rem;
	}
}
@media screen and (max-width: 699px) {
	.logo {
		max-width: 150px;
	}
	#pgFooter .block {
		display: block;
	}
	#pgFooter .divider {
		display: none;
	}
}