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;
}

.hero-container {
	width: 100%;
	min-height: 320px;
	display: table;
	margin-bottom: 4em;
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 8px;
}

.hero-inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background-color: rgb(0,0,0,0.5);
	border-radius: 8px;
}

.hero-words {
	padding: 1em;
	margin: 0;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	border-radius: 8px;
	
}

.hero-words h1 {
	vertical-align: middle;
	color: white;
	
}

.hero-words h3 {
	vertical-align: middle;
	color: white;
}

.important-role {
	text-align: center;
}

.beginning-container {
	margin-bottom: 2em;
}

.beginning-inner {
	width: 100%;
}

.beginning-inner h2 {
	width: 100%;
	text-align: center; 
	font-weight: 600 !important; 
	margin-bottom: 1em;
}

.beginning-inner h3 {
	width: 100%;
	text-align: center; 
	font-weight: 200 !important; 
	margin-bottom: 1em;
}

.values-container {
	margin-top: 2em;
	display: flex;
	width: 100%;
	justify-content: center; 
	align-items: center;
}

.values-title {
	margin-top: 1em;
	width: 100%;
	justify-content: center; 
	align-items: center;
	text-align: center;
}

.values-container-inner {
	
}