
/* 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, ul, li,
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%;
	font: inherit;
	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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "GladoliaDEMO-Regular";
  src: url("font/GladoliaDEMO-Regular.otf") format("opentype");
  font-weight: normal; 
  font-style: normal; 
}










body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #000000;
  color: #ffffff;
  line-height: 1.6;
}








.topnav {
  background-color: #3002B2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  position: sticky;
  top: 0;
  z-index: 1000;
  flex-wrap: wrap;
}

.logo {
  height: 50px;
  width: auto;
}

.site-title {
  color: #cf5d00;
  font-size: 2.5rem;
  flex: 1;
  text-align: center;
  font-family: GladoliaDEMO-Regular;
  cursor: pointer;
}

.icon {
  color: rgb(255, 255, 255);
  font-size: 1.5rem;
  cursor: pointer;
}








#menu {
  display: none;
  position: fixed;
  flex-direction: column;
  top: 80px;
  width: 100%;
  background-color: #333;
  border-radius: 0 0 8px 8px;
}

#menu ul li {
  border-bottom: 1px solid #000000;
  border-radius: 0 0 8px 8px;
}

#menu ul li:last-child {
  border-bottom: none;
}

.nav-links li a {
  display: block;
  color: rgb(255, 255, 255);
  text-decoration: none;
  padding: 1rem;
}

#menu ul li a:hover {
  background-color: #cf5d00;
  color: #ffffff;
  border-radius: 0 0 8px 8px;
}








.content {
  padding: 2rem;
}

.content h2, .content h3 {
  color: #cf5d00; 
  margin-bottom: 0.5rem;
  font-size: x-large;
  font-weight: bold;
}

.content p {
  margin-bottom: 1rem;
}

.image-wrapper {
  background-color: #3002B2;
  padding: 5px;
  border-radius: 8px;
}

.content-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
}








.map {
  padding: 2rem;
}

.map h3 {
  color: #cf5d00;
  margin-bottom: 1rem;
  font-size: x-large;
  font-weight: bold;
}

.map-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}







footer {
  background: #3002B2;
  text-align: center;
  padding: 1rem;
  margin-top: 2rem;
  color: #ffffff;
}






.weekly-specials {
  background-color: #3002B2; /* Purple background */
  border: 3px solid #cf5d00; /* Orange border */
  border-radius: 12px;
  padding: 1rem 1.5rem;
  margin: 1rem 0;
  box-shadow: 0 4px 8px rgba(0,0,0,0.5);
}

.weekly-specials .menu-item {
  margin-bottom: 0.75rem;
}

.weekly-specials h4 {
  color: #ffffff;
}

.weekly-specials p {
  color: #ffffff;
}








.yelp-review {
  margin: 2rem 0;
}

.yelp-review h3 {
  color: #cf5d00;
  margin-bottom: 1rem;
}

.yelp-review iframe {
  width: 100%;
  height: 400px;
  border: 0;
  border-radius: 8px;
}

.yelp-review .yelp-link {
  margin-top: 0.5rem;
  text-align: center;
}







.casino-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 2rem 0;
  gap: 1rem;
}

.casino-section .casino-text {
  flex: 1;
  min-width: 250px;
  padding: 1rem;
}

.casino-section .casino-text h3 {
  color: #cf5d00;
  margin-bottom: 0.5rem;
}

.casino-section .casino-text p, .casino-section .casino-text ul {
  margin-bottom: 1rem;
}

.casino-section .casino-text ul {
  list-style: disc inside;
}

.casino-section .casino-image {
  flex: 1;
  min-width: 250px;
}

.casino-section .casino-image img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.5);
}

.casino-coupon {
  margin: 2rem 0;
  text-align: center;
}






.coupon-box {
  background-color: #3002B2;
  border: 3px solid #cf5d00;
  border-radius: 12px;
  padding: 1.5rem;
  max-width: 400px;
  margin: auto;
  box-shadow: 0 4px 12px rgba(0,0,0,0.6);
  color: #ffffff;
}

.coupon-box p, .coupon-box strong {
  margin: 0.5rem 0;
}

.coupon-box strong {
  font-size: 1.2rem;
}











.contact-form {
  max-width: 500px;
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-form label {
  font-weight: bold;
  color: #cf5d00;
}

.contact-form .required {
  color: red;
  margin-left: 0.25rem;
}

.contact-form input,
.contact-form textarea {
  padding: 0.75rem;
  border: 2px solid #3002B2;
  border-radius: 8px;
  font-size: 1rem;
  width: 100%;
  background-color: #000;
  color: #fff;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #cf5d00;
  box-shadow: 0 0 8px rgba(207, 93, 0, 0.6);
}

.contact-form button {
  background-color: #3002B2;
  color: #cf5d00;
  font-size: 1.1rem;
  padding: 0.75rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact-form button:hover {
  background-color: #cf5d00;
  color: #3002B2;
  transform: scale(1.05);
}








.order-online {
  display: flex;
  justify-content: center;
  padding: 2rem 1rem;
}

.order-btn {
  display: inline-block;
  background-color: #3002B2;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 0.8rem 1.8rem;
  border: 3px solid #cf5d00;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}
