body,h1,h2,h3,h4,h5,h6 {font-family: "Raleway", sans-serif}

h1 {
  text-shadow: 2px 2px 4px rgba(248,248,255,0.88);
}
body, html {
  height: 100%;
  line-height: 1.8;
  background: url("https://hefest.s3.amazonaws.com/sandbox/apps/d706a6b9-818a-4bf4-88e5-853c9a003201/uploads/2b7ebf0a-b081-4056-b1d1-27c4b8a6c2f2");
  background-size: 75%;
}

/* Full height image header 
.bgimg-1 {
  background: url("https://hefest.s3.amazonaws.com/sandbox/apps/d706a6b9-818a-4bf4-88e5-853c9a003201/uploads/9c744409-fc32-4b27-b90a-803cf96299e5") 110% 115% no-repeat, url("https://hefest.s3.amazonaws.com/sandbox/apps/d706a6b9-818a-4bf4-88e5-853c9a003201/uploads/cbeb9126-76b1-404b-99f5-26a54c96ea84") -5% -40% no-repeat;
  background-size: 135% 135%;
  min-height: 100%;
}
*/
.gmg {
  background: url("https://hefest.s3.amazonaws.com/sandbox/apps/d706a6b9-818a-4bf4-88e5-853c9a003201/uploads/e93ab9f7-f1e3-4f25-b685-4e9066142de2") center bottom no-repeat;
  background-size: 80%;
  min-height: 100%;
  width: 55%;
  margin-left: 5em;
}

.qrc {
  background: url("https://hefest.s3.amazonaws.com/sandbox/apps/baea0699-2064-4d3c-b05a-5ef2ccd233eb/uploads/9f67699b-890e-4769-a273-0341a4af0410") center bottom no-repeat;
  background-size: 50%;
  min-height: 60%;
  width: 55%;
  margin-left: 1em;
}

.w3-bar .w3-button {
  padding: 16px;
}


.prod {
  background: ghostwhite;
  margin: 1em 5em;
  border-radius: 15px;
  display: block;
  box-shadow: 0px 0px 5px 3px lightgrey;
}
.prod img {
  height: 600px;
}

.product-label{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #f44336 !important;
  font-size: 3.5em;
  display: block;
  text-shadow: 2px 2px 4px rgba(248,248,255,0.88);
}
a.prod:hover{
  background: white;
  box-shadow: 0px 0px 15px 7px lightgrey;
}

a {
  text-decoration: none;
}

.cart-confirmed .cart-action {
display: none;
}
.cart-action {
background: #F44336;
border-color: #F44336;
}

.cart-action:hover {
background: #ce6861;
border-color: #ce6861;
}

.text-muted a.cart-action, .cart-unit a.cart-action {
background: transparent;
}

.start-btn{
  border: 1px solid transparent;
}
.start-btn:hover{
background-color: transparent !important;
  color: red !important;
  border: 1px solid red;
}
