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,
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;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  line-height: 1;
  background: rgb(255, 255, 255);
}

iframe {
  width: 100%;
  height: 300px;
  border: 0;
}

h1 {
  padding-bottom: 10px;
  display: flex;
  font-size: xx-large;
  justify-content: center;
}

.footerr {
  bottom: 5px;
  left: 0px;
}

.mobile-container {
  display: flex;
  flex-direction: column;
  margin: 0;
  overflow: auto;
  color: rgb(0, 0, 0);
  border-radius: 0;
}

.topnav {
  background-color: #cfcfcf;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 999;
}

.topnav a {
  padding: 16px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
  color: lightblue;
}

.topnav .icon {
  background: #cfcfcf;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  cursor: pointer;
}

h2 {
  font-size: x-large;
}

#myLinks {
  display: none;
  position: absolute;
  top: 50px;
  background-color: #000;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  right: 0px;
}

.formlink {
  color: rgb(0, 0, 0);
}

.form {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: large;
  gap: 24px;
  border-radius: 5px;
}

h3 {
  color: black;
  padding-top: 10px;
  font-size: xx-large;
  text-align: center;
}

.image {
  position: absolute;
  top: 1px;
  left: 3px;
}

#comments {
  width: 296px;
  height: 80px;
  font-size: large;
  padding-top: 10px
}

.inputwrapper {
  width: 300px;
  position: relative;
  display: block;
}

.submit {
  background-color: yellow !important;
  color: black !important;
}

textarea {
  background-color: #cfcfcf;
}

.inputwrapper label,
.inputwrapper input,
.inputwrapper textarea {
  display: block;
  width: 100%;
  margin-bottom: 0.3em;
  height: 30px;
  border-radius: 3px;
  border: 5px;
  color: black !important;
  background-color: rgb(221, 221, 221) !important;
}

.inputwrapper input {
  padding-right: 20px;
  box-sizing: border-box;
  background: gray;
}

.Asterisk {
  color: red;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  pointer-events: none;
  font-size: 18px;
}

#myLinks a {
  display: block;
  color: green;
  padding: 12px;
  text-decoration: none;
  white-space: nowrap;
}

#myLinks a:hover {
  background-color: #222;
}

.active {
  background-color: #0715706d;
  color: green;
  min-height: 20px;
}

.alltext {
  color: rgb(0, 0, 0);
  padding-left: 10px;
  padding-right: 10px;
}



footer {
  margin-top: auto;
  color: black;
  text-align: left;
  padding: 12px 0;
}

.material-symbols-outlined {
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
}

.fake-header {
  font-size: x-large;
}

.Bar-everything {
  border: 1px solid rgb(0, 230, 184);
  border-radius: 5px;
  padding: 10px;
}

.barhavingfun {
  max-width: 30%;
  height: auto;
  display: flex;
  position: absolute;
  right: 170px;
  top: 255px;
}

.Casino-everything {
  border: 1px solid rgb(0, 230, 184);
  border-radius: 5px;
  padding: 10px;
}

.Features-everything {
  border: 1px solid rgb(0, 230, 184);
  border-radius: 5px;
  padding: 10px;
}

.Bar-Home::first-line {
  color: rgb(127, 0, 0);
}

.Casino-Home::first-line {
  color: rgb(127, 0, 0);
}

.Bar-Home summary::after {
  content: "More";
}

.Casino-Home[open] summary::after {
  content: "Less";
}

.Casino-Home summary::after {
  content: "More";
}

.Casino-Home[open] summary::after {
  content: "Less";
}

.SpecialSeasonal {
  font-size: 50px;
  text-align: center;
}

.Favorites {
  font-size: 35px;
}

.FingerFood {
  font-size: 40px;
}

.alltextMenu {
  color: rgb(0, 0, 0);
  left: 0 !important;
}

.Directionsh2 {
  text-align: center;
}