/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.is-expanded-menu .full-header #logo {
	padding-right: 30px;
	border-right: 0px;
}

.is-expanded-menu .full-header .primary-menu .menu-container {
	padding-right: 0.5rem;
	margin-right: 0.5rem;
	border-right: 0px;
}

.service-img {
	height: 200px; /* fixed height */
	width: auto; /* width adjusts automatically */
	object-fit: contain; /* keep whole image visible */
	display: block;
	margin-left: auto;
	margin-right: auto; /* center inside column */
}

