	<style>

.hind-light {
  font-family: "Hind", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.hind-regular {
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.hind-medium {
  font-family: "Hind", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.hind-semibold {
  font-family: "Hind", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.hind-bold {
  font-family: "Hind", sans-serif;
  font-weight: 700;
  font-style: normal;
}


* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: blue;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: transparent;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}





div.flex {display: flex; flex-direction:row; flex-wrap: wrap;}
h2 {font-family: "Hind", sans-serif; font-weight: 600; font-style: normal;}
h3 {font-family: "Hind", sans-serif; font-weight: 600; font-style: normal;}
h4 {font-family: "Hind", sans-serif; font-weight: 600; font-style: normal;}

div.contact p{text-align: center;}
div.footer {background-color:#CED9E5; padding-bottom:40px;}

div.menu h4{margin-top:5px;}
div.ingredients{padding:10px; padding-left:0px;}
div.ingredients h4, p{margin-top:0px; margin-bottom:0px;}
div.ingredients p{font-style:italic; font-size:16px;}
div.title h3 {margin-bottom:0px;}
div.title p{margin-top:0px;}

div.nav {width: 100%; padding:10px; background-color:#CED9E5;}
div.totop a{text-decoration:none; color:black; }
div.footer{position: relative;}


 /* Extra small devices (phones, 600px and down) */
@media only screen and (min-width: 20px) 
{
	div.nav a{padding-left:3px; padding-right:3px; font-size: 18px; text-decoration:none; color:black; font-family: "Hind", sans-serif; font-weight:500;}
	div.totop {position: absolute; top:10px; right: 5px; font-size:22px; font-family: "Hind", sans-serif; font-weight:500;}
	div.title {}
	div.title h3 {margin-bottom:0px;}
	div.title p{margin-top:0px;}
	div.ingredients{padding:10px; padding-left:0px; margin-right:2px;}
	div.ingredients h4, p{margin-top:0px; margin-bottom:0px;}
	div.ingredients p{font-style:italic; font-size:16px;}
	div.menu {width:100vw; height:auto; padding:5px;}
	div.menu img{width:100%; height:auto;}
	div.outer1 {display: block; padding-top: 20px;}
	div.inner1 {display: block; font-size: 40px; padding-bottom:20px;}
	div.inner2 {display: none;}
	h2 {font-size:36px;}
	h3 {font-size:28px;}
	h4 {font-size:18px;}
	p, li {font-size: 18px;}
	.gallery {list-style: none; padding: 0; margin: 0 auto; display: grid; grid-template-columns: repeat(1, 1fr); grid-gap: 1rem;}
	.gallery img {display: block; width: 100%; object-fit: cover; height: var(--gallery-height); padding-bottom:50px;}
	.gallery figure { --gallery-height: 15rem; margin: 0; height: var(--gallery-height); background-color: #E5E5E5;}
	.gallery figure { --gallery-aspect-ratio: 4/3; display: grid; grid-template-areas: "card"; place-items: end; justify-items:center; border-radius: 0.5rem; overflow: hidden;}
	@supports (aspect-ratio: 1) {.gallery figure,.gallery img {aspect-ratio: var(--gallery-aspect-ratio);height: auto;}}
	.gallery figure > * {grid-area: card;}
	.gallery figcaption {transform: translateY(0%); color:black; padding-bottom:15px;}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 375px) 
{
	div.nav a{padding-left:3px; padding-right:4px; font-size: 22px; text-decoration:none; color:black; font-family: "Hind", sans-serif; font-weight:500;}
	.gallery {list-style: none; padding: 0; margin: 0 auto; display: grid; grid-template-columns: repeat(1, 1fr); grid-gap: 1rem;}
	.gallery img {display: block; width: 100%; object-fit: cover; height: var(--gallery-height); padding-bottom:50px;}
	.gallery figure { --gallery-height: 15rem; margin: 0; height: var(--gallery-height); background-color: #E5E5E5;}
	.gallery figure { --gallery-aspect-ratio: 4/3; display: grid; grid-template-areas: "card"; place-items: end; justify-items:center; border-radius: 0.5rem; overflow: hidden;}
	@supports (aspect-ratio: 1) {.gallery figure,.gallery img {aspect-ratio: var(--gallery-aspect-ratio);height: auto;}}
	.gallery figure > * {grid-area: card;}
	.gallery figcaption {transform: translateY(0%); color:black; padding-bottom:15px;}
}

@media only screen and (min-width: 500px) and (orientation: landscape) 
{
	div.nav a{padding-left:3px; padding-right:4px; font-size: 22px; text-decoration:none; color:black; font-family: "Hind", sans-serif; font-weight:500;}
	.gallery {list-style: none; padding: 0; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 1rem;}
	.gallery img {display: block; width: 100%; object-fit: cover; height: var(--gallery-height); padding-bottom:50px;}
	.gallery figure { --gallery-height: 15rem; margin: 0; height: var(--gallery-height); background-color: #E5E5E5;}
	.gallery figure { --gallery-aspect-ratio: 4/3; display: grid; grid-template-areas: "card"; place-items: end; justify-items:center; border-radius: 0.5rem; overflow: hidden;}
	@supports (aspect-ratio: 1) {.gallery figure,.gallery img {aspect-ratio: var(--gallery-aspect-ratio);height: auto;}}
	.gallery figure > * {grid-area: card;}
	.gallery figcaption {transform: translateY(0%); color:black; padding-bottom:15px;}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) 
{
	div.nav a{padding-left:30px; padding-right:20px; font-size: 32px; text-decoration:none; color:black; font-family: "Hind", sans-serif; font-weight:500; height: 48px; display:inline-block;}
	div.totop {position: absolute; top:100px; right: 50px; font-size:22px; font-family: "Hind", sans-serif; font-weight:500;}
	div.menu h4{margin-top:5px;}
	div.ingredients{height:110px; padding:10px; padding-left:0px; margin-right:28px;}
	div.ingredients h4, p{margin-top:0px; margin-bottom:0px;}
	div.ingredients p{font-style:italic; font-size:16px;}
	div.title {height: 90px;}
	div.title h3 {margin-bottom:0px;}
	div.title p{margin-top:0px;}
	div.menu {width:49vw; height:auto; padding:5px;}
	div.menu img{width:99%; height:auto;}
	div.outer1 {display: block; width: 100%; padding:20px}
	div.inner1 {display: block; padding:20px; font-size:1.2vw;}
	div.inner2 {display: block; padding:20px; width:50vw; float:right;}
	div.inner3 {display: none;}
	h2 {font-size:48px;}
	h3 {font-size:32px;}
	h4 {font-size:24px;}
	div.ingredients h4 {font-size:18px;}
	p, li {font-size: 18px;}
	.gallery {list-style: none; padding: 0; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 1rem;}
	.gallery img {display: block; width: 100%; object-fit: cover; height: var(--gallery-height); padding-bottom:50px;}
	.gallery figure { --gallery-height: 15rem; margin: 0; height: var(--gallery-height); background-color: #E5E5E5;}
	.gallery figure { --gallery-aspect-ratio: 4/3; display: grid; grid-template-areas: "card"; place-items: end; justify-items:center; border-radius: 0.5rem; overflow: hidden;}
	@supports (aspect-ratio: 1) {.gallery figure,.gallery img {aspect-ratio: var(--gallery-aspect-ratio);height: auto;}}
	.gallery figure > * {grid-area: card;}
	.gallery figcaption {transform: translateY(0%); color:black; padding-bottom:15px;}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) 
{
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) 
{
	div.nav a{padding-left:50px; padding-right:200px; font-size: 36px; text-decoration:none; color:black; font-family: "Hind", sans-serif; font-weight:500;}
	div.menu h4{margin-top:5px;}
	div.ingredients{height:130px; padding:10px; padding-left:0px; margin-right:28px;}
	div.ingredients h4, p{margin-top:0px; margin-bottom:0px;}
	div.ingredients p{font-style:italic; font-size:16px;}
	div.title {height: 110px;}
	div.title h3 {margin-bottom:0px;}
	div.title p{margin-top:0px;}
	div.menu {width:24vw; height:auto; padding:5px;}
	div.menu img{width:95%; height:auto;}
	div.outer1 {display: block; width: 100%; padding:20px}
	div.inner1 {display: block; padding:20px; font-size:1.2vw;}
	div.inner2 {display: block; padding:20px; width:30%; float:right;}
	div.inner3 {display: none;}
	h2 {font-size:48px;}
	h3 {font-size:32px;}
	h4 {font-size:24px;}
	div.ingredients h4 {font-size:18px;}
	.gallery {list-style: none; padding: 0; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 1rem;}
	.gallery img {display: block; width: 100%; object-fit: cover; height: var(--gallery-height); padding-bottom:50px;}
	.gallery figure { --gallery-height: 15rem; margin: 0; height: var(--gallery-height); background-color: #E5E5E5;}
	.gallery figure { --gallery-aspect-ratio: 4/3; display: grid; grid-template-areas: "card"; place-items: end; justify-items:center; border-radius: 0.5rem; overflow: hidden;}
	@supports (aspect-ratio: 1) {.gallery figure,.gallery img {aspect-ratio: var(--gallery-aspect-ratio);height: auto;}}
	.gallery figure > * {grid-area: card;}
	.gallery figcaption {transform: translateY(0%); color:black; padding-bottom:15px;}
} 



	</style>
	
	
