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

body, html {
  height: 100%;
  line-height: 1.8;
}

/* Full height image header */
.bgimg-1 {
  background: url("https://hefest.s3.amazonaws.com/sandbox/apps/baea0699-2064-4d3c-b05a-5ef2ccd233eb/uploads/b09b4a03-4e43-4ac9-a7dc-935704340de8") 110% 115% no-repeat, url("https://hefest.s3.amazonaws.com/sandbox/apps/baea0699-2064-4d3c-b05a-5ef2ccd233eb/uploads/1253fff1-51d9-4bd3-a451-f8e750384844") -5% -40% no-repeat;
  background-size: 135% 135%;
  min-height: 100%;
}

.gmg {
  background: url("https://hefest.s3.amazonaws.com/sandbox/apps/baea0699-2064-4d3c-b05a-5ef2ccd233eb/uploads/8d2fb1fa-a057-4972-8be0-db9957fbc454") center bottom no-repeat;
  background-size: 85%;
  min-height: 100%;
  width: 55%;
  margin-left: 1em;
}

.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: #F69F7E;
  margin: 1em 5em;
  border-radius: 15px;
  display: block;
  box-shadow: 0px 0px 5px 3px lightgrey;
}
.prod img {
  height: 400px;
}

.product-label{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 3.5em;
    color: #424245;
}
a.prod:hover{
  background: #F5B9A3;
  box-shadow: 0px 0px 15px 7px lightgrey;
}

a {
  text-decoration: none;
}
 
.fun img{
  width: 100%;
}

.btn-primary {
  background-color: orange;
  border-color: orange;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: orangered;
  border-color: orangered;
}