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

.title-h2 {
	margin-top: 2em;
}

.hero-container {
	width: 100%;
	min-height: 320px;
	display: table;
	margin-bottom: 3em;
	background-position: center;
	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;
}

h3 {
	font-family: sans-serif;
	font-weight: 400 !important;
	font-size: 25px !important;
	line-height: 1.6 !important;
}

table {
	width: 90% !important;
}

tr {
	width: 100% !important;
	border-top: 1px solid gray !important;
	font-size: 16px !important;
	font-weight: normal !important;
}

td {
	border: none !important;
}

.cape-list-container {
	margin-top: 2em;
	width: 100%;
	display: flex;
}

.div-torque {
	width: 33%;
	display: inline-block;
}

.div-pressure {
	width: 33%;
	display: inline-block;
}

.div-calipers {
	width: 33%;
	display: inline-block;
}

.calibration-pictures {
	margin-top: 3em;
	width: 100%;
	display: flex;
}

.cal-picture {
	width: 30%;
	margin: 1em;
	display: inline-block;
}

@media screen and (max-width: 700px) {
	table {
		width: 100%;
	}
	
	.cape-list-container {
		margin-top: 3em;
		width: 100%;
		display: inline-block;
	}
	
	.div-torque {
		width: 100%;
	}

	.div-pressure {
		width: 100%;
	}

	.div-calipers {
		width: 100%;
	}
	
	.calibration-pictures {
		margin-top: 2em;
		width: 100%;
		display: inline-block;
	}
	
	.cal-picture {
		width: 98%;
		margin: 1em;
	}
}

.paper-airplane-container {
	margin-top: 3em;
	margin-bottom: 2em;
}

.paper-airplane {
	text-align: center;
	width: 275px;
	height: 162px;
}

.repair-form-container {
	margin-top: 4em;
	text-align: center;
	height: auto;
	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;
}