/* Index hero (only used on index.html) */
.hero-gradient{
  /* Fallback color if the image is missing */
  background-color: #333;
  background:
    linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)),
    url('img/shopimg.jpg');
  background-size: cover;
  background-position: center;
}