/*
	Website Name: CUSTOMER_NAME
	Designed by: Katherine Leonard, Car-Part.com
	Version: 2.0
	Modified by: DESIGNER_NAME
	Last updated: 24 Oct 2024
*/

/* Styling for non-responsive pages */
section {
	width: 100vw;
}
#hero {
	background-size: auto;
	background-position: left center;
}
section.home .flex-parent-row {
	flex-wrap: nowrap;
}
section.home main.flex-child-col {
	width: calc( 67% - 6rem );
}
section.home aside.flex-child-col {
	width: calc( 33% - 4rem );
}

@media screen and ( max-width: 999px ) {
	#highline.flex-parent-row, #highline.flex-child-col, #pgFooter .flex-parent-row, #pgFooter .flex-child-col {
		display: block;
		flex: none;
		margin: auto;
		text-align: center;
	}
	#pgFooter .block {
		display: block;
	}
	#pgFooter .divider {
		display: none;
	}
}
section.home {
	overflow-x: auto;
}