/*
	Website Name: Callahan Auto Parts
	Designed by: Katherine Leonard, Car-Part.com
	Version: 2.0
	Modified by: Katherine Leonard
	Last updated: 23 Feb 2024
*/

/* Styling for responsive pages */
.container {
	max-width: 95%;
}

@media screen and ( max-width: 1199px ) {
	#mainMenu ul.nav {
		background-color: #000;
        top: 2.75rem;
	}
    #mainMenu ul.nav li:hover {
        background-color: #1e9c53;
    }
	section.content, section.home {
		padding: 0 1rem 0 2rem;
	}
}
@media screen and ( max-width: 999px ) {
    #highline {
        font-size: .8em;
    }
	section .container.flex-parent-row, #pgFooter .container.flex-parent-row {
		flex-wrap: wrap;
		flex-direction: column;
	}
    #hero.home {
        background-attachment: scroll;
        height: 40vh;
    }
	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%;
	}
	#ftrBiz, #ftrDMV, #ftrContact {
		margin: .5rem auto;
		text-align: center;
	}
}
@media screen and (max-width: 699px) {
	#pgFooter .block {
		display: block;
	}
	#pgFooter .divider {
		display: none;
	}
}