#menu-page .title-lg
{
   font-size: 6rem;
}

#header-image
{
   display: none;
}

#top
{
   margin-top: 17vw;
   display: block;
}

.arrow
{
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9;
}
.arrow a
{
  background:#B56E2D;
  width: 2em;
  height: 2em;
  text-align: center;
  display: block;
  border-radius: 5px;
}
.arrow a:hover
{
   text-decoration: none;
}
.arrow a div 
{
  color: #f2f2f2;
  font-size: 1.375em;
  padding-top: 0.125em;
}

@media screen and (min-width:576px)
{
   #top
   {
      margin-top: 14vw;
   }
}
@media screen and (min-width:768px)
{
   #menu-page .title-lg
   {
      font-size: 5rem;
   }

   #top
   {
      margin-top: 0;
   }
   #header-image
   {
      display: block;
   }
}
@media screen and (min-width:992px)
{
   #menu-page .title-lg
   {
      font-size: 6rem;
   }
}
@media screen and (min-width:992px)
{
   #menu-page .title-lg
   {
      font-size: 8rem;
   }
}

.scroll-menu
{
   list-style-type: none;
   list-style: none;
   display: flex;
   overflow-x: scroll;
   overflow-y: scroll;
   -webkit-overflow-scrolling: touch;
}

h3
{
   font-size: 1.5em;
}

.item
{
   width:100%;
   color:black;
   border-bottom: solid black 2px;
   clear: both;
}

.item-name{
   font-weight: bold;
   margin:0;
}

.item-description
{
   font-size:8pt;
}

.item-price
{
   float:right;
   color:rgb(181, 111, 46);
   font-size:8pt;
   padding-right:25px;
}

.sub-category-header
{
   font-size: 16px;
}

.sale-item
{
   color: #dc3545;
}

.addon-item
{
   font-size: 0.875em;
}

.slash
{
   position: relative;
   min-width: 1.25em;
   line-height: 1em;
}
.slash::before
{
   color: #dc3545;
   position: absolute;
   left: 17px;
   top: 1px;
   z-index: 10;
   opacity: 0.75;
}


h2
{
   font-size:4rem;
}