.bannerDiv {
	background-image: url("../Images/banner.webp"); 
}
.indexDesc {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 150px 0;
}
.indexDescTitle {
    margin: 0 0 50px 0;
    text-align: center;
}
.indexDescUnderline {
	width: 10%;
	height: 1px;
	background-color: #ef0d33;
    margin-bottom: 50px;
}
.indexDescText p {
	width: 100%;
	color: grey;
	text-align: center;
}
.indexSolutions {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 150px 0;
}
.indexSolutionsImage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../Images/solution.jpg");
	background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}
.indexSolutionsHeader {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 0 150px 0;
}
.indexSolutionsCaption h5 {
	color: grey;
}
.indexSolutionsTitle h2 {
    color: white;
    margin: 0 0 50px 0;
}
.indexSolutionsText p {
	text-align: center;
	color: lightgrey;
}
.indexSolutionsSolutions {
	width: 80%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
}
.indexSolutionsSolution {
	width: 32.1%;
	max-width: 430px;
	height: 380px;
	margin: 0 0 10px 10px;
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.indexSolutionsSolutionImage img {
	height: 50px;
	width: 50px;
}
.indexSolutionsSolutionTitle h3 {
    margin: 10px;
}
.indexSolutionsSolutionText {
	width: 80%;
	margin: 10px 0 20px 0;
}
.indexSolutionsSolutionText p {
	height: 130px;
	text-align: center;
}
.indexSolutionsSolutionBtn {
	margin: 20px 0 20px 0;
	cursor: pointer;
}
.indexSolutionsSolutionBtn a {
    text-decoration: none;
	font-weight: bold;
    color: #ef0d33;
}
.indexSolutionsSolutionBtn a:hover {
	cursor: pointer;
}

.industry {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 150px 0;
	background: grey;
}
.industryHeader {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 0 50px 0;
}
.industryCaption h5 {
	color: lightgrey;
}
.industryTitle h2 {
    color: white;
    margin-bottom: 30px;
}
.industryItems {
	width: 80%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	height: auto;
}
.industryItemsItem {
	width: 32.1%;
	max-width: 430px;
	margin: 0 0 10px 10px;
	background-color: white;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.industryItemsItemImage {
	width: 100%;
}
.industryItemsItemImage img {
	transition: .5s;
}
.industryItemsItemImage img {
	background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
	height: 350px;
	width: 100%;
}
.industryItemsItemTitle {
    margin: 20px 0px 0 20px;
    text-align: left;
}
.industryItemsItemText {
    margin: 0px 0px 30px 20px;
    text-align: left;
}
#industryItem1 {
	background-image: url("../Images/starch_dark.png"); 
}
#industryItem1:hover {
	background-image: url("../Images/starch_bright.jpg"); 
}
#industryItem2 {
	background-image: url("../Images/hvac_dark.png"); 
}
#industryItem2:hover {
	background-image: url("../Images/hvac_bright.jpg"); 
}
#industryItem3 {
	background-image: url("../Images/garments_dark.png"); 
}
#industryItem3:hover {
	background-image: url("../Images/garments_bright.jpg"); 
}

.news {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 150px 0;
}
.newsHeader {
	width: 70%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}
.newsCaption {
	font-size: 14px;
	font-weight: bold;
	color: #ef0d33;
	font-family: 'Montserrat';
	letter-spacing: 2px;
	margin: 0 0 0px 0;
}
.newsTitle {
	display: flex;
	justify-content: space-between;
	align-items: center;
    margin: 0 0 50px 0;	
}
.newsTitleText {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: 'Big Shoulders Display';
    color: black;
}
.newsArrows {
}
.newsArrowLeft {
}
.newsArrowRight {
}
.newsItems {
	width: 90%;
	min-width: 1100px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 50px;
	text-align: center;
}
.newsItem {
    width: 32.1%;
    max-width: 430px;
	height: 565px;
	margin: 0 0 10px 10px;
	background-color: white;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.newsItemImageImage {
	width: 100%;
	height: 385px;w
	border: 1px solid #ef0d33;
	margin-bottom: 20px;
}
.newsItemImageCaption {
	margin-left: 15%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.newsItemImageCaptionText {
	font-size: 14px;
	font-weight: bold;
	color: #ef0d33;
	font-family: 'Montserrat';
	letter-spacing: 2px;
}
.newsItemImageCaptionDate {
	font-size: 10px;
	color: black;
	font-family: 'Montserrat';
}
.newsItemImageTitle {
	font-weight: 500;
    font-size: 30px;
    letter-spacing: 2px;
    font-family: 'Big Shoulders Display';
    color: black;
	margin: 30px 0 0 15%;
	text-align: left;
}
.newsItemImageAuthor {
	font-size: 13px;
	font-weight: 300;
	font-family: 'Montserrat';
	color: grey;
	margin: 5px 0 0 15%;
}
.newsViewAllBtn input[type=button] {
	border: 1px solid lightgrey;
	padding: 10px 70px;
	text-decoration: none;
	cursor: pointer;
	font-size: 14px;
	font-weight: 300;
    font-family: "Montserrat";
	background-color: white;
	color: black;
	box-sizing: border-box;
}
.newsViewAllBtn input[type=button]:hover {
	outline: none;
	background-color: #ef0d33;
	color: white;
	border: 1px solid red;
}