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;
}

/* CSS RESET */

body {
  background-color: #db4430;
  font-family: Arial, Helvetica, sans-serif;
}

header {
  text-align: center;
  left: 18px;
}

nav {
  background-color: white;
  text-align: center;
}

nav ul {
  list-style-type: none;
}

nav li {
  display: inline;
}

main {
  background-color: #db4430;
  color: white;
  min-height: 300px;
  border-bottom: #db6f30;
  border-top: #db6f30;
  border-right: #db6f30;
  border-left: #db6f30;
  border-style: solid;
  border-width: 7px;
}

footer {
  background-color: white;
  font-size: .70em;
  text-align: center;
  line-height: 50%
}

footer a {
  color: #db4430;
}

footer a:hover {
  background-color: green;
}

#covid {
  color: #db4430;
}

#updated_stuff {
  text-align: center;
  background-color: #EAf6f6;
}

#hours {
  background-color: black;
  padding: 20px;
}

#wrapper {
  background-color: white;
  width: 95%;
  min-height: 400px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px;
  border-radius: 8px;
}

#divmenu {
  color: white;
  text-decoration: underline;
}

a {
  text-decoration: none;
}

.centered {
  text-align: center;
}

.contact_stuff {
  text-align: center;
}

.fontImpact {
  font-family: Impact, Charcoal, sans-serif;
}

.roundedImage {
  margin: 10px;
  border-radius: 20px
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.clearFloat {
  clear: both;
}

.noBullets {
  list-style: none;
}

.overFlow {
  overflow: auto;
}

.italics {
  font-style: italic;
}

.smallCaps {
  font-variant: small-caps;
  font-size: 0.60em;
}

.textAlignCenter {
  text-align: center;
}

.textAlignLeft {
  text-align: left;
}

.textAlignRight {
  text-align: right;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.hide {
  display: none;
}

.unhideBlock {
  display: block;
}

.menu-title {
  font-weight: bold;
  font-size: 50px;
  text-decoration: underline overline;
}

.large_a {
  font-size: 40px;
  padding: 25px;
}

main h1 {
  font-size: 2em;
}

#productsMain li {
  display: inline-block;
}

.bImage {
	height:1024px;
	width: 622px;
}

.buffetImage {
	height:1024px;
	width: 622px;
}
