html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
sup,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
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;
  color: #373a3c;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

em {
  font-style: italic;
  color: white;
}
body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  font-weight: 900;
  color: white;
}
a:hover {
  color: #e1e1e1;
}

body {
  background: #231f20;
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: normal;
  padding: 0 0 5% 0;
  font-size: 2em;
  text-align: center;
}
@media (max-width: 800px) {
  body {
    margin: 0 0.5rem;
    font-size: 1.6em;
  }
}
@media (orientation: landscape) and (max-width: 800px) {
  body {
    padding: 1em 20%;
  }
}

nav.flip {
  top: 0em;
}
@media (max-width: 800px) {
  nav.flip {
    background: rgba(35, 31, 32, 0.95);
  }
}

nav {
  background: rgba(35, 31, 32, 0.99);
  display: block;
  position: fixed;
  font-size: 0.7rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  border-bottom: 1px solid #4f4f4f;
  width: 100%;
  right: 0;
  top: 0px;
  left: 0px;
  top: 0;
  background: #231f20;
  box-shadow: 0px -1px 17px 0px rgba(0, 0, 0, 0.95);
  z-index: 100;
}
@media (max-width: 800px) {
  nav {
    /* top: -46em; */
    top: -25em;
    border: 0;
    border-bottom: 1px solid #4f4f4f;
  }
}
nav button {
  width: 100%;
}
nav a, nav button {
  margin: 0.2rem 0;
  border: 1px solid #4f4f4f;
  padding: 0.7rem 1.2rem;
  display: inline-block;
  letter-spacing: 0.2em;
  background: none;
}
nav a:hover, nav button:hover {
  background: white;
  color: #231f20;
}
@media (max-width: 800px) {
  nav a, nav button {
    display: block;
    text-align: left;
    border: 0;
    border-top: 0;
    padding: 1rem 1.2rem;
  }
  nav button.menu {
    text-align: right;
    color: white;
  }
  nav button.menu:hover {
    background: #231f20;
    color: white;
  }
}
nav button.active,
nav a.active {
  background: white;
  color: #231f20;
}
nav button.active.menu,
nav a.active.menu {
  background: #231f20;
  color: white;
}
nav button.active.menu:hover,
nav a.active.menu:hover {
  background: #231f20;
  color: white;
}
@media (min-width: 800px) {
  nav .menu {
    display: none;
  }
}

main {
  max-width: 550px;
  margin: 0 auto;
  margin-top: 2em;
  text-align: center;
}

section {
  max-width: 550px;
  padding-top: 3.2em;
  margin: 3.2em auto 0 auto;
  border-top: 1px solid #4f4f4f;
}

h2 {
  font-size: 1.7em;
  color: white;
  font-weight: 900;
  line-height: 1.3em;
}

h3,
h4 {
  color: #e1e1e1;
  text-transform: uppercase;
  font-size: 1.2rem;
}

@media (max-width: 800px) {
  section.phone h3,
  section.location h3 {
    margin: 1rem 1em;
  }
}

@media (max-width: 800px) {
  section.hours {
    padding-left: 1em;
  }
}

section.hours div:nth-of-type(1) {
  margin-top: 1.7em;
  width: 60%;
  display: inline-block;
}

section.hours div:nth-of-type(2) {
  margin-top: 1.7em;
  width: 40%;
  display: inline-block;
}

section.hours div h5 {
  color: white;
  font-weight: 900;
  font-size: 2.8rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 800px) {
  section.hours div h5 {
    font-size: 1.2em;
    margin-bottom: 1rem;
  }
}

section.pizza h2 {
  font-size: 1.12em;
  text-transform: uppercase;
  margin-top: 1.3em;
}
@media (max-width: 800px) {
  section.pizza h2 {
    font-size: 0.98em;
    margin-top: 1.8em;
  }
}
section.pizza h2:first-of-type {
  margin-top: 0;
}

section.pizza h3 {
  text-transform: capitalize;
  font-size: 1.6rem;
  margin-top: 0.5rem;
}

sup {
  font-size: 0.6em;
  margin-right: 0.1em;
  color: white;
  position: relative;
  vertical-align: top;
  font-weight: normal;
}

aside.extras {
  margin: 2em 0 2.8em 0;
  border-top: 1px dashed white;
}
aside.extras div {
  display: inline-block;
  width: 50%;
}
aside.extras div h2 {
  font-size: 1.4rem;
}
@media (max-width: 800px) {
  aside.extras div h2 {
    font-size: 1rem;
  }
}
aside.extras div h3 {
  font-size: 0.95rem;
}
@media (max-width: 800px) {
  aside.extras div h3 {
    font-size: 1rem;
  }
}
aside.extras div h3 span {
  margin: 0 0.5rem;
}
@media (max-width: 800px) {
  aside.extras div h3 span {
    display: block;
    color: #231f20;
    line-height: 0;
  }
}
aside.extras div h3 sup {
  font-size: 1rem;
}

p {
  margin: 1em;
}

p.note,
h5.note {
  color: white;
  font-size: 1rem;
  font-style: italic;
}

@media (max-width: 800px) {
  section.calzones h4 {
    margin: 1em 1.6em 0.4em 1.6em;
    line-height: 1.4em;
  }
}

section.toppings {
  column-span: 1;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
  display: table;
}
@media (max-width: 800px) {
  section.toppings h3 {
    margin: 1em 1.6em 0.4em 1.6em;
    line-height: 1.4em;
  }
}
section.toppings ul {
  column-count: 3;
  column-gap: 1em;
  display: block;
  column-break-inside: avoid;
  padding: 2em 0;
}
@media (max-width: 800px) {
  section.toppings ul {
    column-count: 2;
  }
}
section.toppings ul,
section.toppings li {
  font-size: 1.2rem;
  margin: 1rem 0;
  color: white;
}
@media (max-width: 800px) {
  section.toppings ul,
  section.toppings li {
    font-size: 1rem;
  }
}
section.toppings .header {
  display: block;
  border-bottom: 1px solid;
  padding-bottom: 1rem;
  font-weight: 900;
  font-size: 1.4rem;
}
section.toppings .header:not(:first-of-type) {
  padding-top: 1em;
}

section.hoagies h2,
section.calzones h2,
section.specialty-pizza h2,
section.wings h2,
section.salads h2 {
  font-size: 1em;
  text-transform: uppercase;
  margin-top: 2em;
}
@media (max-width: 800px) {
  section.hoagies h2,
  section.calzones h2,
  section.specialty-pizza h2,
  section.wings h2,
  section.salads h2 {
    font-size: 0.9em;
    margin-top: 3.1em;
  }
}

section.hoagies h1,
section.calzones h1,
section.specialty-pizza h1,
section.wings h1,
section.salads h1 {
  font-size: 1.6em;
  font-weight: 900;
  color: white;
  display: block;
  border-bottom: 1px dashed;
  padding-bottom: 1.6rem;
  padding-top: 1.6rem;
}
@media (max-width: 800px) {
  section.hoagies h1,
  section.calzones h1,
  section.specialty-pizza h1,
  section.wings h1,
  section.salads h1 {
    font-size: 1.3em;
  }
}
section.hoagies h1:not(:first-of-type),
section.calzones h1:not(:first-of-type),
section.specialty-pizza h1:not(:first-of-type),
section.wings h1:not(:first-of-type),
section.salads h1:not(:first-of-type) {
  padding-top: 3em;
}

section.hoagies h3,
section.calzones h3,
section.specialty-pizza h3,
section.wings h3,
section.salads h3 {
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-top: 0.5rem;
  padding: 0 2em;
  color: white;
  text-transform: inherit;
}
@media (max-width: 800px) {
  section.hoagies h3,
  section.calzones h3,
  section.specialty-pizza h3,
  section.wings h3,
  section.salads h3 {
    font-size: 1rem;
    line-height: 1.9rem;
    margin-top: 0.7rem;
  }
}
section.hoagies h3 span,
section.calzones h3 span,
section.specialty-pizza h3 span,
section.wings h3 span,
section.salads h3 span {
  color: white;
  font-style: italic;
  text-transform: uppercase;
}

section.hoagies p,
section.calzones p,
section.specialty-pizza p,
section.wings p,
section.salads p {
  margin: 0;
  font-size: 0.9em;
  color: white;
  margin-top: 0.6rem;
  font-weight: 900;
}
@media (max-width: 800px) {
  section.hoagies p,
  section.calzones p,
  section.specialty-pizza p,
  section.wings p,
  section.salads p {
    margin-top: 0.8rem;
  }
}
section.hoagies p span,
section.calzones p span,
section.specialty-pizza p span,
section.wings p span,
section.salads p span {
  padding: 0 0.5rem;
  color: white;
}

section.hoagies h5.note,
section.calzones h5.note,
section.specialty-pizza h5.note,
section.wings h5.note,
section.salads h5.note {
  margin-top: 0.5rem;
}
@media (max-width: 800px) {
  section.hoagies h5.note,
  section.calzones h5.note,
  section.specialty-pizza h5.note,
  section.wings h5.note,
  section.salads h5.note {
    margin: 0.6rem 1.6em 0.6rem 1.6em;
    line-height: 1.2rem;
    font-size: 0.8rem;
  }
}

.hippy {
  position: relate;
}

.hippy:after {
  display: inline;
  color: black;
  font-weight: 900;
  font-style: normal;
  position: absolute;
  content: 'V';
  font-size: 0.6em;
  padding: 0.2em;
  background: white;
  border-radius: 50%;
  margin-left: 0.2em;
}
@media (max-width: 800px) {
  .hippy:after {
    font-size: 0.4em;
  }
}

.location h2 {
  margin-top: 1em;
}

@media (max-width: 800px) {
  section.ender {
    padding: 1em;
    padding-top: 4em;
  }
}

section.ender h2 {
  text-align: left;
}

section.ender p {
  margin: 1.6rem 0 2em;
  font-size: 1.9rem;
  text-align: left;
  line-height: 1.5em;
  color: white;
}
@media (max-width: 800px) {
  section.ender p {
    font-size: 1.2rem;
    line-height: 1.9rem;
    margin-bottom: 1em;
  }
}

section.ender .links {
  text-align: left;
  margin-bottom: 3em;
}
section.ender .links a {
  margin: 0.2rem 0;
  border: 1px solid #4f4f4f;
  padding: 0.7rem 1.2rem;
  display: inline-block;
  letter-spacing: 0.2em;
  font-size: 1.2rem;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  section.ender .links a {
    font-size: 0.6rem;
    margin-top: 1em;
  }
}
section.ender .links a:hover {
  background: white;
  color: #231f20;
}

@media (max-width: 800px) {
  section.news {
    padding: 1em;
    padding-top: 4em;
  }
}

section.news h2 {
  text-align: left;
}

section.news a {
  text-decoration: underline;
  font-weight: 400;
  color: white;
}
a:hover {
  color: #e1e1e1;
}

section.news strong {
  color: white;
  font-weight: 800;
}

@media (max-width: 800px) {
  section.head {
    padding: 1em;
    padding-top: 4em;
  }
}

section.head h2 {
  text-align: left;
}

section.head a {
  text-decoration: underline;
  font-weight: 400;
  color: white;
}
a:hover {
  color: #e1e1e1;
}

section.head strong {
  color: white;
  font-size: 1.2em;
}

section.news p {
  margin: 1.6rem 0 1em;
  font-size: 1.5rem;
  text-align: left;
  line-height: 1.35em;
  color: white;
}
@media (max-width: 800px) {
  section.news p {
    font-size: 1.2rem;
    line-height: 1.9rem;
    margin-bottom: 0.2em;
  }
}

section.head p {
  margin: 1.6rem 0 1em;
  font-size: 1.5rem;
  text-align: left;
  line-height: 1.35em;
  color: white;
}
@media (max-width: 800px) {
  section.head p {
    font-size: 1rem;
    line-height: 1.35rem;
    margin-bottom: 0.2em;
  }
}

footer {
  max-width: 550px;
  margin: 0;
  padding-bottom: 2em;
}

footer p {
  text-align: left;
  font-size: 0.7rem;
  color: white;
  margin: 0;
  margin-top: 12em;
  display: block;
}
@media (max-width: 800px) {
  footer {
    margin: 0;
  }
  footer p {
    font-size: 0.85rem;
    margin-top: 5em;
    text-align: center;
  }
}
footer p span {
  color: white;
  margin: 0 0.5em;
}
@media (max-width: 800px) {
  footer p span {
    display: block;
    color: #231f20;
  }
}
.button {
  display: inline-block;
  background: white;
  color: #231f20;
  border: 2px solid;
  padding: .8em;
  font-size: 1.1em;
  width:100%;
  border-radius: 15px;
  text-align: center;
}

.button:hover {
  border: 2px solid white;
  color: white !important;
  background: #231f20;
  transition: all 200ms ease;
}

span.grat { font-weight: 800; color:white}