html, body{
	overflow-x: hidden;
	position: relative;
}

img{
		width: 100%;
}

.product-Header{
	text-align: center;
	margin-bottom: 20px;
}

.product-Header-text{
	font-size: 45px;
	color: black;
}

.pResults{
	color: black;
	font-size: 18px;
}

.divCat{
	color: black;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.catImg{
	border: 4px solid #19804B;
	cursor: pointer;
	transition: transform .3s;
}

.catImg:hover{
	transform: scale(1.07);
}

.catColumn {
  float: left;
  width: 33%;
  padding: 0 10px;
  font-size: 25px;
}

/* Remove extra left and right margins, due to padding */
.catRow {margin: 0 -5px;}

/* Clear floats after the columns */
.catRow:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .catColumn {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

/* Style the counter cards */
.card {
  padding: 18px;
  text-align: center;
  background-color: white;
}


/*Grab Rail, Flush Pipe and Miscellaneous pages*/


.divSubCat{
	color: black;
	display: block;
	margin-left: 30%;
	margin-right: 30%;
}

.catSubColumn {
  float: left;
  width: 20%;
  padding: 0 10px;
  font-size: 25px;
}

/* Remove extra left and right margins, due to padding */
.catSubRow {margin: 0 -5px;}


/* Clear floats after the columns */
.catSubRow:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .catSubColumn {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  
  .product-Header-text{
	font-size: 35px;
	color: black;
}
}

/* Style the counter cards */
.cardSub {
  padding: 18px;
  text-align: center;
  background-color: white;
}