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

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

.cape-list-container {
	width: 100%;
	margin-top: 3em;
}

.div-types {
	width: 24%;
	vertical-align: top;
	display: inline-block;
	padding: 1em;
}

table {
	margin-top: 1em;
}

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

td {
	border: none !important;
}

.div-machining {
	margin-top: 3em;
}

.div-aviation {
	margin-top: 3em;
}

.machine-pictures {
	margin-top: 4em;
	width: 100%;
	display: flex;
}

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

.end-message {
	margin-top: 4em;
	text-align: center;
	height: auto;
	width: 100%;
}

@media screen and (max-width: 900px) {
	.cape-list-container {
		margin-top: 3em;
		width: 100%;
		display: inline-block;
	}
	
	.div-types {
		width: 100%;
		padding: 1em;
	}
	
	.machine-pictures {
		margin-top: 2em;
		width: 100%;
		display: inline-block;
	}
	
	.ms-picture {
		width: 98%;
		margin: 1em;
	}
}