/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}






/* Style the navigation menu */
.topnav {
  overflow: visible; /*kjsdfkjewa */
  background-color: #333;
  position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
  position: absolute; /* THKELJALKJDK */
  background-color: #4b4b4b;
  right: 0;
  z-index: 100000;
}

/* Style navigation menu links */
.topnav a {
  color: rgb(255, 255, 255);
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: rgb(0, 0, 0);
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
}



/* Style the active link (or home/logo) */
.active {
  background-color: rgb(0, 0, 0);
  color: white;
}



@font-face {
  font-family: myFont; /* set name */
  src: url(Vanib.ttf); /* url of the font */
}

.container-bg {
  background-color: #140000;
  padding: 90px 0 100px 0;
  margin-top: 40px;
}

.container {
  position: relative;
  width: 100%;
  max-width: 400px;
}


.container .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #a80909;
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}

.container .btn:hover {
  background-color: #963a3a;
}

body {
  background-color: #ffffff;
}


/* Carousel styles */
.carousel {
  width: 90%;
  max-width: 600px;
  margin: 20px auto;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 200px; /* Set your desired height */
}
.carousel-image {
  width: 100%;
  height: 100%;
  object-fit: cover;      /* Crop and fill the area */
  object-position: center;/* Center the image */
  display: none;
  transition: opacity 1s;
  position: absolute;
  left: 0;
  top: 0;
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #212121;
  color: #ffffff;
  display: flex;
  justify-content: space-between; /* Centers horizontally */
  align-items: center; /* Centers vertically */
  margin: 15px;
  padding: 5px 18px;
  width: 91%;
  border-radius: 15px;
  height: 50px;
}



/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
}


.food-title {
  font-size: 18px;
  color: #cf8b24;
  font-weight: bold;
}

.food-description-sub {
  color: #cf8b24;
  font-size: 15px;
  font-weight: bold;
}


.yelp-widget {
  max-width: 600px;
  margin: 20px auto;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}

footer {
  background-color: #140000;
  color: #fff;
  padding: 30px 0 15px 0;
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
}