@font-face {
  font-family: 'EB Garamond';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/eb-garamond/regular.eot');
  src: local(''), url('/fonts/eb-garamond/regular.eot?#iefix') format('embedded-opentype'), url('/fonts/eb-garamond/regular.woff2') format('woff2'), url('/fonts/eb-garamond/regular.woff') format('woff'), url('/fonts/eb-garamond/regular.ttf') format('truetype'), url('/fonts/eb-garamond/regular.svg#EBGaramond') format('svg');
}
@font-face {
  font-family: 'EB Garamond';
  font-display: swap;
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/eb-garamond/600.eot');
  src: local(''), url('/fonts/eb-garamond/600.eot?#iefix') format('embedded-opentype'), url('/fonts/eb-garamond/600.woff2') format('woff2'), url('/fonts/eb-garamond/600.woff') format('woff'), url('/fonts/eb-garamond/600.ttf') format('truetype'), url('/fonts/eb-garamond/600.svg#EBGaramond') format('svg');
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'EB Garamond', 'Adobe Garamond', Garamond, serif;
  font-size: 13pt;
  margin: 0;
  padding: 0;
  text-align: center;
}
hr {
  border: 0;
  border-top: 3px solid #e8e8e8;
  margin: 40px 0;
}
strong {
  font-weight: 600;
}
div.container {
  display: inline-block;
  text-align: center;
  width: 1200px;
}
.fc {
  clear: both;
  height: 0;
  line-height: 0;
}
main section#message {
  background: #fff2be;
  margin-bottom: 36px;
  padding: 8px;
  text-align: center;
}
main section#message p {
  margin: 0;
  padding: 0;
}
header nav {
  background: #bd1111;
  box-shadow: 0 0px 10px rgba(0,0,0,0.25);
  display: inline-block;
  font-size: 0;
  left: 0;
  margin: 0 auto;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}
header nav div.name {
  display: none;
  float: left;
}
header nav div.name a,
header nav div.name a:active,
header nav div.name a:link,
header nav div.name a:visited {
  color: #ffffff;
  display: inline-block;
  font-size: 12pt;
  font-weight: 600;
  padding: 12px;
  padding-right: 30px;
  text-decoration: none;
  text-transform: uppercase;
}
header nav div.phone {
  float: right;
}
header nav div.phone a,
header nav div.phone a:active,
header nav div.phone a:link,
header nav div.phone a:visited {
  color: #ffffff;
  display: inline-block;
  font-size: 12pt;
  font-weight: 600;
  padding: 12px;
  padding-left: 0;
  text-decoration: none;
  text-transform: uppercase;
}
header nav ul {
  float: left;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
header nav ul li {
  display: inline-block;
}
header nav ul li a,
header nav ul li a:active,
header nav ul li a:link,
header nav ul li a:visited {
  color: #ffffff;
  display: inline-block;
  font-size: 12pt;
  font-weight: 600;
  padding: 12px 20px;
  text-decoration: none;
  text-transform: uppercase;
}
header nav ul li a:hover {
  background: #8e0d0d;
}
header {
  background: url('/img/hero.webp');
  background-color: #000000;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: default;
  height: 330px;
  padding-top: 48px;
  position: relative;
  text-align: center;
  user-select: none;
}
header h1,
header h2 {
  color: #fff;
  margin: 0;
  padding: 0;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  text-transform: uppercase;
}
header h1 {
  font-size: 32pt;
  font-weight: 600;
  margin-top: 85px;
}
header h2 {
  font-size: 18pt;
  font-weight: 400;
  margin-top: 10px;
}
main {
  display: inline-block;
  float: left;
  margin: 0 auto;
  padding: 0;
  padding-top: 40px;
  text-align: left;
  width: 850px;
}
main h1 {
  margin-bottom: 10px;
  margin-top: 0;
  text-transform: uppercase;
}
main h2 {
  font-size: 21pt;
  margin-top: 0;
}
main section {
  margin-top: 40px;
}
main section:first-child {
  margin-top: 0;
}
main section:first-child h2 {
  margin-top: 0;
}
main section h3 {
  font-size: 15pt;
  font-weight: 600;
  margin: 0;
  margin-bottom: 25px;
  padding: 0;
  text-transform: uppercase;
}
main section h3.sub {
  margin-bottom: 10px;
}
main section p {
  line-height: 175%;
}
main section p.sub {
  color: #757579;
  line-height: 150%;
  margin: 0;
  margin-bottom: 25px;
  padding: 0;
}
main table {
  border-spacing: 0;
  width: 100%;
}
main table thead th {
  border-bottom: 1px solid #ddd;
  font-weight: 600;
  padding: 0;
  padding-bottom: 10px;
  text-align: center;
}
main table thead th:first-child {
  text-align: left;
}
main table tbody tr:hover td {
  background: #f8f8f8;
}
main table tbody tr.nh:hover td {
  background: #ffffff;
}
main table tbody tr td {
  cursor: default;
  padding: 6px 0;
  text-align: center;
  vertical-align: top;
}
main table tbody tr td:first-child {
  text-align: left;
}
main table tbody tr td p {
  color: #757579;
  margin-top: 10px;
  margin-bottom: 0;
}
main table tbody tr td small {
  color: #757579;
}
main section#specialty table thead tr th,
main section#traditional table thead tr th {
  width: 16%;
}
main section#specialty table thead tr th:first-child,
main section#traditional table thead tr th:first-child {
  width: 48%;
}
main section#cold table thead tr th,
main section#entrees table thead tr th,
main section#extras table thead tr th,
main section#hot table thead tr th,
main section#salad table thead tr th,
main section#stuffed table thead tr th,
main section#toppings table thead tr th {
  width: 20%;
}
main section#cold table thead tr th:first-child,
main section#entrees table thead tr th:first-child,
main section#extras table thead tr th:first-child,
main section#hot table thead tr th:first-child,
main section#salad table thead tr th:first-child,
main section#stuffed table thead tr th:first-child,
main section#toppings table thead tr th:first-child {
  width: 80%;
}
main section#beverages table thead tr th,
main section#calzone table thead tr th {
  width: 20%;
}
main section#beverages table thead tr th:first-child,
main section#calzone table thead tr th:first-child {
  width: 60%;
}
main section#dressings table tbody td {
  text-align: left;
  width: 25%;
}
main section#party div#brick {
  margin-top: 25px;
}
main section#stuffings table tbody td {
  text-align: left;
  width: 33.33%;
}
main section#about img {
  height: auto;
  width: 100%;
}
main div#brick,
main div#disclaimer {
  margin-top: 40px;
}
main div#brick p.foot,
main div#disclaimer p.foot {
  border: 1px solid #dddddd;
  color: #757579;
  font-size: 11pt;
  line-height: 150%;
  padding: 10px;
  text-align: center;
}
main div#brick p.foot span,
main div#disclaimer p.foot span {
  display: block;
}
main div#brick p.safety,
main div#disclaimer p.safety {
  color: #757579;
  margin: 0;
  margin-top: 20px;
  text-align: center;
}
main div#brick p.taxes,
main div#disclaimer p.taxes {
  border: 1px solid #dddddd;
  color: #757579;
  font-weight: 600;
  line-height: 175%;
  margin: 0;
  padding: 10px;
  text-align: center;
}
aside {
  background: #f8f8f8;
  float: right;
  margin: 0 auto;
  padding: 30px;
  text-align: left;
  width: 300px;
}
aside div.address,
aside div.details,
aside div.hours {
  margin-bottom: 30px;
}
aside div.address {
  line-height: 175%;
}
aside div.address a,
aside div.address a:active,
aside div.address a:link,
aside div.address a:visited {
  color: #0077b5;
  display: block;
  margin-top: 10px;
}
aside div.address strong {
  font-weight: 600;
  text-transform: uppercase;
}
aside div.award {
  background: #bd1111;
  border-radius: 10px;
  color: #ffffff;
  cursor: default;
  margin-bottom: 0;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  user-select: none;
}
aside div.award div.expo {
  font-size: 18pt;
  font-weight: 600;
  margin-top: 3px;
}
aside div.award div.place {
  color: #ffd35f;
  font-size: 24pt;
  font-weight: 600;
}
aside div.award div.where {
  font-size: 11pt;
}
aside div.award div.years {
  margin-bottom: 6px;
  margin-top: 3px;
}
aside div.details {
  text-align: center;
}
aside div.details div {
  padding-bottom: 5px;
}
aside div.details div.call {
  font-weight: 600;
  margin-top: 12px;
  padding-top: 5px;
}
aside div.details div.phone {
  font-size: 21pt;
  font-weight: 600;
}
aside div.details div.phone a,
aside div.details div.phone a:active,
aside div.details div.phone a:link,
aside div.details div.phone a:visited {
  color: #0077b5;
  text-decoration: none;
}
aside div.hours {
  line-height: 175%;
}
aside div.hours div.left {
  float: left;
}
aside div.hours div.right {
  float: right;
}
aside div.hours strong {
  font-weight: 600;
  text-transform: uppercase;
}
footer {
  background: #f8f8f8;
  color: #000000;
  margin-top: 40px;
  padding: 15px 0;
}
footer p {
  margin: 0;
  padding: 0;
}
ul.jump {
  display: none;
}
div.dock {
  display: none;
}
body.closed aside div.details div.call,
body.holiday aside div.details div.call {
  background: #bd1111;
  color: #ffffff;
}
body.open aside div.details div.call {
  background: #34850f;
  color: #ffffff;
}
body.opening aside div.details div.call {
  background: #ffd35f;
  color: #000000;
}
