
.product-btn {
	background-color: #f7941d;
	color: black;
	border: none;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	padding: 1rem 1.5rem;
	text-align: center;
	text-decoration: none;
	display: inline-flex;
	align-items:center;
	font-weight: bold;
	margin: 0.5rem;
	height:80px;
	width:100%;
	min-width:250px;
	justify-content:center;
	font-size:20px;
}
.product-btn:hover {
	background-color: #e68300;
	color: black;
	text-decoration: none;
}
a.has-mask {
	position:relative;	
}
a.has-mask:before {
	content: '';
	position: absolute;
	left: 5px;
	top: -35px;
	width: 170px;
	height: 105px;
	background-image: url('/images/template/All-Mardi-Gras-Logo-Mask.png');
	display: block;
	background-size: cover;
}
#allMardiGras:before {
	content:'';
	position:relative;
	display:block;
	width:100%;
	height:48px;
	background: #8bc79a;
	background: linear-gradient(180deg,rgba(139, 199, 154, 1) 0%, rgba(1, 136, 34, 1) 15%, rgba(1, 136, 34, 1) 50%, rgba(1, 136, 34, 1) 85%, rgba(0, 38, 8, 1) 100%);
}
#allMardiGras {
	background-image: url('/images/template/Mardi-Gras-Wave.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
#allMardiGras img {
  box-shadow: 10px 10px 5px rgba(0,0,0,0.6);
}
#allMardiGras .product-btn {
	background-color:rgba(1, 136, 34, 1);
	background: linear-gradient(180deg,rgba(139, 199, 154, 1) 0%, rgba(1, 136, 34, 1) 10%, rgba(1, 136, 34, 1) 50%, rgba(1, 136, 34, 1) 90%, rgba(0, 38, 8, 1) 100%);
	box-shadow: 7px 7px 5px rgba(0,0,0,0.6);
	color:#FFF;
}
#allMardiGras .product-btn:hover {
	background-color:rgba(1, 136, 34, 0.8);
}
img {
	max-width:100%;
	height:auto;
}

