/* YOUR CUSTOM STYLES */
.mainlogo{
	max-height:60px;
}
#main-intro{
	background:url('../img/bg4.jpg') no-repeat center;
	background-size:cover;
	width:100% !important;
	min-height:500px;
}
#company-profile,#products{
	margin-top:50px;
	margin-bottom:20px;
}
#company-profile h3{
	padding-bottom:20px;
	border-bottom:2px solid #CC0000;
}
#company-profile .main-page-quote{
	text-align:center;
	padding-top:100px;
	font-size:34px;
	font-weight:300;
}
#company-profile p{
	padding:10px;
	letter-spacing:1px;
	font-weight:300;
}
#company-profile .main-page-quote .fa{
	display:inline-block;
	font-size:40px;
	opacity:0.4;
}
#products h3{
	padding-bottom:20px;
	border-bottom:2px solid #CC0000;
	margin-bottom:40px;
}
#products .product-card .card-title{
	font-size:18px;
}
#products .product-card .img-fluid{
	height:170px !important;
	width:100%;
}
#messageRow *{
	color:white;
	padding:20px;
	font-weight:300;
	text-transform:uppercase;
}
#messageRow{
	min-height:500px;
	background:url('../img/bg5.jpg') no-repeat center;
	background-size:cover;
	margin:0px;
}
#footer{
	padding-top:30px;
	padding-bottom:30px;
}
#footer .footer-slogan{
	font-weight:200;
	letter-spacing:1px;
}
.cert{
	max-height:150px;
	margin:5px;
}
#footer .row{
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:1px solid rgba(255,255,255,0.2);
}