body {
  background: #CE2222;
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  font-family: 'Port Lligat Slab', serif;
}

img.logo {
  width: 550px;
  max-width: 100%;
}

a {
  outline: none;
  color: #FFC300;
}

div.slogan {
  margin-top: 120px;
  font-size: 30px;
}
div.slogan h1 {
  font-size: 45px;
}
div.slogan p {
  color: #FFC300;
}

div.saus {
  width: 100%;
  height: 50px;
  display: block;
  overflow: hidden;
}
div.saus img {
  max-width: 100%;
  margin-top: -50px;
}

div.producten {
  padding: 10px 0px 0px 0px;
}
div.producten div.prod {
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div.producten div.prod img {
  max-width: 100%;
  cursor: pointer;
  padding-top: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  border: 5px solid transparent;
}
div.producten div.prod img:hover {
  border: 5px solid rgba(255, 195, 0, 0.5);
}
div.producten div.prod i {
  font-size: 40px;
  vertical-align: middle;
  margin: 0px 10px 0px 10px;
  cursor: pointer;
}
div.producten div.prod i:hover {
  color: #FFC300;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
div.producten div.prod i.fa-minus-square {
  opacity: 0.5;
}
div.producten div.prod input {
  height: 60px;
  width: 80px;
  padding: 0px 0px 0px 12px;
  display: inline-block;
  color: #fff;
  background: #761414;
  border-radius: 5px;
  border: 0px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

button.afrekenen {
  background: #51AF26;
  border-color: #51AF26;
  color: #fff;
  margin: 50px auto 0px auto;
  display: block;
  font-size: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

div.bonne {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  display: block;
  left: 0px;
  bottom: -100%;
  text-align: center;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
div.bonne img {
  max-width: 100%;
}
div.bonne.maakmegek {
  bottom: 0px;
  right: 0px;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  img.logo {
    max-width: 100% !important;
    margin: 0px auto;
  }

  div.slogan {
    margin-top: 15px;
  }

  div.prod {
    padding-bottom: 40px;
  }
  div.prod input {
    padding: 0px 0px 0px 0px !important;
  }
}
