.shop-supplies-bg{
  background-image: url('../../img/shop-supplies-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100px;
  text-align: center;
}

.shop-supplies-btn-container{
  height: 100%;
}

.shop-supplies-btn{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background: #ffe599;
  font-family: Bauhaus, sans-serif;
  font-size: 20px;
  border-radius: 20px;
  border: none;
  padding-left: 33px;
  padding-right: 33px;
  padding-top: 7px;
  color: #111111;
  text-decoration: none;
  outline: none;

  -webkit-box-shadow: 10px 10px 7px -2px rgba(0,0,0,0.51);
  -moz-box-shadow: 10px 10px 7px -2px rgba(0,0,0,0.51);
  box-shadow: 10px 10px 7px -2px rgba(0,0,0,0.51);
}

@media only screen and (min-width: 470px) {
  .shop-supplies-btn{
    font-size: 40px;
  }
}

.categories-container .categories{
  height: 325px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;

  background-color: #ccc;
}

.shop-farm-direct-bg{
	background-image: url('../img/flowerBox2.png');
}

.new-arrivals-bg{
  background-image: url('../img/new-arrivals.jpg');
}

.shop-accest-decor-bg{
	background-image: url('../img/accent-decor.jpg');
	/*height: 325px;*/
}

.shop-syndicate-bg{
  background-image: url('../img/syndicate-sales.jpg');
}

.cat-left{
  padding-left: 0;
  padding-right: 0;
  padding-top:30px;
}

.cat-right{
  padding-right: 0;
  padding-left: 0;
  padding-top:30px;
}

@media only screen and (min-width: 992px) {
  .cat-left{
    padding-left: 0;
    padding-right: 15px;
  }

  .cat-right{
    padding-right: 0;
    padding-left: 15px;
  }
}

.cat-text{
  position: absolute;
  font-family: 'Times New Roman', Times, serif;
  font-size: 53px;
  color: #ffffff;
  text-shadow: 3px 4px 4px rgba(0, 0, 0, 0.8);
  bottom: 35px;
  margin-left: 30px;
  margin-right: 30px;
  line-height: 0.9;
  border: solid;
  border-radius: 14px;
  padding: 7px;
}

.cat-sub-text{
	position: absolute;
	font-family: Bauhaus, sans-serif;
	font-size: 25px;
	color: #ffffff;
	text-shadow: 3px 4px 4px rgba(0, 0, 0, 0.8);
	bottom: -28px;
	margin-left: 8px;
	margin-right: 3px;
	line-height: 0.9;
	width: 442px;
	left: -6px;
}

/*@media only screen and (max-width: 600px) {
.cat-sub-text{
	font-size: 18px;
	margin-left: 0px;
	line-height: 0.9;
	left: -20px;
}
	}*/

@media only screen and (max-width: 600px) {
    .cat-sub-text {
        font-size: 19px;
        margin-left: 0px;
        line-height: 0.9;
        width: 280px;
        left: 3px;
    }
} 

.cat-caption{
  font-size: 22px;
  font-family: Eurostile, sans-serif;
  margin-left: 30px;
  margin-top: 18px;
  line-height: 1;
  color: #111111;
}

@media only screen and (min-width: 900px) and (max-width: 991px) {
    .categories-container .categories {
        height: 400px !important;
    }
}

@media only screen and (max-width: 600px) {
    .cat-text {
        position: absolute;
        font-family: Bauhaus, sans-serif;
        font-size: 43px;
        color: #ffffff;
        text-shadow: 3px 4px 4px rgba(0, 0, 0, 0.8);
        bottom: 35px;
        margin-left: 30px;
        margin-right: 30px;
        padding-bottom: 15px;
        line-height: 0.9;
    }
} 
