.showMobile{
  display: none;
}
.showDesktop{
  display: block;
}
.showMobileIndex{
  visibility:hidden;
  margin-bottom:-70px;
}
.showMobileChef{
  visibility:hidden;
  margin-bottom:-70px;
}
.float{
	position:fixed;
	width:50px;
	height:50px;
	bottom:60px;
	right:70px;

	border-radius:50px;
	text-align:center;
  z-index: 1;
}

.my-float{
	margin-top:22px;
}

.seoH1{
	font-size: 2.5rem;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: .5rem;
}
@media only screen and (max-width: 600px) {
  .showMobile{
  display: block;
}
.showDesktop{
  display: none;
}
.showMobileIndex{
  visibility:hidden;
  margin-bottom:-120px!important;
}
.showMobileChef{
  visibility:hidden;
  margin-bottom:-160px!important;
}

}