/*
	Website Name: Mayfair Auto Wreckers, 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, #ftrMenu ul.nav li.desktop, #imgNav {
		display: none;
	}
	#mainMenu ul.nav li.mobile {
		display: block;
	}
	#ftrMenu ul.nav li.mobile {
		display: inline-block;
	}
	#hero.home figure figcaption {
		left: 5rem;
		bottom: 1rem;
		max-width: none;
		width: calc( 100% - 10rem );
	}
}
@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;
	}
	section.home aside.flex-child-col {
		order: 0;
		width: auto;
		max-width: 340px;
		margin: auto;
		padding-bottom: 2rem;
	}
	section.home main.flex-child-col {
		order: 1;
		width: auto;
		max-width: 100%;
	}
	section.content {
		padding: 0 1rem;
	}
	#hlAddr, #hlContact, #ftrBiz, #ftrDMV, #ftrContact {
		margin: .5rem auto;
		text-align: center;
	}
	div.feature {
		width: calc( 100% - 4rem );
	}
	#ftrMenu ul.nav {
		display: none;
	}
	#ftrPymt {
		padding-top: 1rem;
	}
}
@media screen and (max-width: 699px) {
	#pgFooter .block {
		display: block;
	}
	#pgFooter .divider {
		display: none;
	}
}