body {
  background-color: black;
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
}

h2 {
  margin: 0px;
}

p {
  margin: 10px 0px;
}

.right {
  float: right;
}

.left {
  float: left;
}

.center {
  text-align: center;
}

.clear {
  clear: both;
}

div.content {
  max-width: 1000px;
  min-width: 600px;
  margin: 0 auto;
  display: block;
  background-color: #eff2eb;
}

div.topnav {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}

div.topnav a {
  text-decoration: none;
  color: #ed6548;
}
div.topnav a:hover {
  text-decoration: underline;
}

div.main_slate {
  padding: 10px 20px;
}

div.footer {
  padding-top: 10px;
  padding-bottom: 15px;
  color: #eff2eb;
  font-size: 16px;
  font-weight: bold;
}

div.footer_links a {
  text-decoration: none;
  color: #ed6548;
}

div.footer_links a:hover {
  text-decoration: underline;
}

div.menu_link a img {
  border: 4px black solid;
}

img.logo {
  max-width: 100%;
  height: auto;
}

img.red_front {
  float: right;
  width: 400px;
}

table.menu {

}

table.menu img {
  width: 250px;
  margin-right: 10px;
}

table.menu tr {

}

table.menu td {
  vertical-align: top;
  padding-top: 10px;
}

td.menu_section {
  font-weight: bold;
  font-size: 30px;
  background-color: #999999;
  text-align: center;
}

span.product {
  font-weight: bold;
}

.large_text {
  font-size: 26px;
}

.white_text {
  color: #eff2eb;
}
