body.body-main {
	font-family: sans-serif !important;
	font-size: 18px;
	font-weight: 400 !important;
	letter-spacing: normal !important;
	-webkit-text-size-adjust: 100%;
}

.main-content {
	display: block;
}

.cust-nav-container {
	margin-top: 1em !important;
}

nav.woocommerce-breadcrumb {
	display: none;
}

.welcome-message-container h2 {
	width: 100%;
	text-align: center;
	margin-bottom: 2em;
	margin-top: 1em;
}

.welcome-message-container p {
	margin-bottom: 2em;
}

.welcome-message-container h3 {
	width: 100%;
	text-align: center;
	margin-bottom: 4em;
}

.quad-section-container {
	width: 100%;
	margin-bottom: 3em;
}

.section-container h4 {
	margin-left: 1em;
}

.quad-section-container img {
	padding: 1em;
	width: 24%;
	display: inline-block;
}

@media screen and (max-width: 900px) {
	.quad-section-container img {
		padding: 1em;
		width: 100%;
		display: block;
	}
}