#spinner { visibility:hidden; } 


@media (max-width: 300px) {
  body {
   
    background-image: url("https://gastrobyte.hu/common/images/variety-of-vegetables-g1_640.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;		
  }
}
@media (min-width: 301px) and (max-width: 600px) {
  body {
    
    background-image: url("https://gastrobyte.hu/common/images/variety-of-vegetables-g1_1280.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;		
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  body {
    
    background-image: url("https://gastrobyte.hu/common/images/variety-of-vegetables-g1_1920.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;		
  }
}
@media (min-width: 769px) {
  body {
    
    background-image: url("https://gastrobyte.hu/common/images/variety-of-vegetables-g1_1920.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;		
  }
}

.bg-white {
    background-color: rgba(255, 255, 255, 0.66)!important;
}


/* #qrcodeCanvas{
  display: none
} */