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;}
/*separation of reset*/
body {
  background-color: brown;
  margin: 0;
  font-family: Arial, sans-serif;
}

img {
  width: 100%;
}

a {
  color: white;
}

p,
li {
  color: #d6a77a;
}

p {
  font-size: smaller;
  font-family:Arial, Helvetica, sans-serif;
}

h1,
h2 {
  font-family: Georgia, 'Times New Roman', Times, serif;
}

h1 {
  color: aliceblue;
  font-size: x-large;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

h2 {
  color: #d6a77a;
  font-size: x-large;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

h3 {
  color: aliceblue;
  font-size: large;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

h4 {
  color: #d6a77a;
}

/* =============================
   Classes
============================= */
.flexbox {
  display: flex;
  justify-content: center;
}

/* Mobile Container */
.mobile-container {
  max-width: 480px;
  margin: auto;
  background-color: #d6a77a;
  color: #fff;
}

/* Top Navigation */
.topnav {
  background-color: #333;
  position: relative;
}

.topnav .icon {
  position: absolute;
  right: 0;
  top: 0;
  padding: 18px 20px;
  cursor: pointer;
  font-size: 24px;
  color: white;
  background-color: black;
}

.contact, legend {color: aliceblue;
padding: 5%;
font-size: smaller;}
/* Instructions */
.instructions {
  padding: 10px;
  font-size: 14px;
  color: black;
}

/* Primary Section */
.primary {
  max-width: 480px;
  display: flex;
  flex-direction: row;
  margin: 2%;
  padding: 5%;
  background-color: black;
  border: 1px solid #d6a77a;
}

/* Menu Section */
.menu {
  max-width: 480px;
  display: flex;
  flex-direction: column;
  margin: 2%;
  padding: 5%;
  background-color: black;
  border: 1px solid #d6a77a;
}

/* Buttons */
button {
  border-radius: 10%;
  border-color: aliceblue;
  background-color: red;
  color: aliceblue;
  font-size: large;
}


/* =============================
   IDs
============================= */
#title {
  padding: 25px 15px;
  background-color: black;
  color: white;
  text-align: left;
}

#title h1 {
  font-size: 26px;
  margin: 0;
  line-height: 1.2;
}

#myLinks {
  display: none;
  flex-direction: column;
  background-color: #444;
  width: 100%;
}

#myLinks a {
  color: white;
  padding: 14px 20px;
  text-decoration: none;
  text-align: left;
  border-top: 1px solid #555;
  display: block;
}

#myLinks a:hover {
  background-color: #ddd;
  color: black;
}

#logo {
  max-width: 150px;
}

#order_button {
  position: absolute;
  left: 70%;
  top: 25%;
  min-width: 75px;
  max-width: 200px;
}

#intro {
  max-width: 60%;
}

#casino {
display:flex;
flex-direction: column;

}

#maps {
  
  max-width: 100%;
max-height: 300px;}

