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: 3em;
	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;
}

.link-container {
	text-align: center;
	margin-top: 3em;
	margin-bottom: 4em;
}

hr {
	margin-bottom: 4em !important;
}

.repair-form-container {
	text-align: center;
	height: 100%;
	width: 100%;
}

.download-button {
	border-radius: 8px;
	margin-top: 1em;
}

.download-button:hover {
	color: white !important;
	background-color: #1d559f !important;
}

.download-button a {
	font-family: sans-serif;
	font-weight: 700;
	color: white !important;
}

.link-word {
	font-weight: 500;
	color: #0000EE;
}