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;
}


#titleborder{
    border: 1px solid grey;
    margin-top: 30px;
    margin-left: 20px;
	margin-right: 20px;

}
#titleborder p {
    font-size: 40px;

}



#border{
    border:black 1px solid;

}
header{
	font-size: 32px;
}
.paragraph{
	margin: 20px;

}
#RestaurantImage{
	width: 50%;
	height: auto;
	padding:10px;
	float:right;
}
#DuckLogo{
	width:50px;
	height: auto;
	position: absolute;
	right:30px;
	top:80px;
}




.topnav {
  overflow: hidden;
  position: absolute;
  display:inline;
  left:20px;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;

}

.icon {
  display: block;
  position: relative;
}

.topnav img:hover {
  background-color: #ddd;
}
.topnav a:hover {
	background-color: grey;
}
.title{
	font-size: 24px;
	padding: 15px;
	text-align:center;
}
.name{
	font-size: 18px;
	padding-left:5px;
}
.description{
	font-size: 12px;
	padding: 10px;
}

#Menu{
	text-align:center;
	
}
#Hometitle{
	text-align:center;
}
footer{
	position:absolute;
	padding:5px;
}
body{
	background-color:cornsilk;
}
.FoodImages{
	padding:5px;
	width: 150px;
	height: auto;
	display:inline;
	float:right;
}
.generalDescription{
	font-size: 12px;
	padding: 0 10px 10px 10px;
}
#weeklyspecials{
	display:flex;
	padding:5px;
	margin:10px;
	background-color: black;
	flex-direction:column;
	width:50%;
	float:right;
}
#weeklyspecials *{
	color:white;
	text-align:center;
	padding: 10px 20px 10px 20px;
	font-size: 20px;
}
.information{

	text-align:center;
}
#casinodescription{
	width:50%;
	text-align: center;
}
.casinoImages{
	float:right;
	width:45%;
	height:auto;
	margin:15px;
	margin-top: 30px;
	border:1px solid black;
	border-radius: 15px;

}
.Casinodescription{
	margin:5px 10px 5px 10px;
	font-size:12px;
}
i{
	font-style:italic;
}
.Abouttext{
	padding:5px 10px 5px 10px;
	font-size: 15px;
	width:50%;
	float: right;
}
.AboutImages{
	width:35%;
	height:auto;
	padding:10px;

}
.Abouttext2{
	display:block;
	font-size:15px;
	padding:10px;
}
.abouttexttitle2{
	font-size:15px;
	text-align:center;
	padding:10px;
}

#duckinnmaps{
	width:90%;
	height:auto;
	padding:10px;
	padding-top:40px;
}
#address{
	padding:10px;
	display: block;
	font-size:20px;
	width:45%;
	float:right;
}
#location{
	width:45%;
	padding:10px;
	font-size:17px;
	display: block;
}
.red{
	color:red;
}
.input{
	margin:10px;
	display:block;
}
.label{
	margin:10px;
	font-size:15px;
}
.input2{
	margin:10px;
	padding:10px;
	display:block;
}
#submit{
	margin:10px;	
}
