@import url(https://fonts.google.com/specimen/Roboto?selection.family=Roboto);
body {
  margin: 0px;
}

.bon-app-page-list {
  padding: 0.5%;
  text-align: center;
  font-family: Roboto;
  font-weight: 100;
}

.bon-app-menu-sticky {
  padding: 0.7em;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  background: rgb(236 ,96, 88) ;
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  width: 100%;
  position: fixed;
  bottom: auto;
  top: 0;

}

.bon-app-menu-empty {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  background: rgb(236 ,96, 88) ;
  width: 100%;
  height: 15%;
}

.bon-app-title-screen-package {
  position: relative;
  height: 45%;
}

.bon-app-title-screen-package .bon-app-menu-sticky {
  position: absolute;
  bottom: 0;
  z-index: 2;
  top: auto;
}

.bon-app-title-screen {
  background-image: url("images/ingredients_2.jpg");

/* Add the blur effect */

  /* Full height */
  height: 85%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

 
/* Position text in the middle of the page/image */
.hero-text {
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.25); /* Black w/opacity/see-through */
  color: white;
  font-weight: bold;
  border: 7px solid #f1f1f1;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*z-index: 2;*/
  width: 40%;
  padding: 0.5%;
  text-align: center;
}

