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

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

dl dl, dl ol, dl ul, ol dl, ul dl {
  margin: 0;
}

ol ol, ol ul, ul ol, ul ul {
  margin: 0;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

nav ol, nav ul {
  list-style: none;
  padding: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

iframe {
  border-style: none;
}

img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button, input, select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true], [disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* Variables */
/* @font-face Definitions */
@font-face {
  font-family: "Gza";
  src: url("../fonts/GzaSemibold-Web.woff2") format("woff2"), url("../fonts/GzaSemibold-Web.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gza";
  src: url("../fonts/GzaSemibold-Italic-Web.woff2") format("woff2"), url("../fonts/GzaSemibold-Italic-Web.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "p22-underground";
  font-weight: 600;
  font-style: normal;
}
/* Static Variables */
/* Dynamic Variables */
:root {
  --color-primary: #F93822;
  --color-hover: #FFFFFF;
  --color-text: #F93822;
  --color-bg: #FFFEF7;
  --font-stack-serif: "Gza", serif;
  --font-stack-sans: "p22-underground", sans-serif;
  --text-base-size: 1em;
  --text-scale-ratio: 1.2;
  --text-scale-ratio-sm: 1.067;
  --text-sans: calc(0.8em * var(--text-scale-ratio));
  --text-xxs: calc(0.75em * var(--text-scale-ratio-sm));
  --text-xs: calc(0.75em * var(--text-scale-ratio-sm));
  --text-sm: calc(1em * var(--text-scale-ratio-sm));
  --text-md: calc(1em * var(--text-scale-ratio));
  --text-lg: calc(1em * var(--text-scale-ratio) * var(--text-scale-ratio));
  --text-xl: calc(1em * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));
  /* line-height */
  --body-line-height: 1.35;
  --h-lg-line-height: 1.35;
  --h-md-line-height: 1.25;
  --h-sm-line-height: 1.15;
  --p-line-height: 1.65;
  --space-unit: 1em;
  --space-xxxxs: calc(0.125 * var(--space-unit));
  --space-xxxs: calc(0.25 * var(--space-unit));
  --space-xxs: calc(0.375 * var(--space-unit));
  --space-xs: calc(0.5 * var(--space-unit));
  --space-sm: calc(0.75 * var(--space-unit));
  --space-md: calc(1.25 * var(--space-unit));
  --space-lg: calc(2 * var(--space-unit));
  --space-xl: calc(3.5 * var(--space-unit));
  --space-xxl: calc(4.5 * var(--space-unit));
  --grid-width: 96%;
  --grid-gutter: 2rem;
}

@supports (--css: variables) {
  @media (max-width: 992px) {
    :root {
      --text-scale-ratio: var(--text-scale-ratio-sm);
      --responsive-padding: 2rem;
    }
  }
}
/* Mixins */
/* Tag Definitions */
body {
  scroll-behavior: smooth;
  background: var(--color-bg);
  color: var(--color-primary);
  font-family: var(--font-stack-serif);
  font-size: var(--text-base-size);
  line-height: var(--body-line-height);
  -webkit-transition: background-color 3s ease-in-out;
  -moz-transition: background-color 3s ease-in-out;
  -ms-transition: background-color 3s ease-in-out;
  -o-transition: background-color 3s ease-in-out;
  -transition: background-color 3s ease-in-out;
  transition: background-color 3s ease-in-out;
}

a {
  text-decoration: none;
  outline: 0;
  color: var(--color-primary);
}
a:hover {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
a:hover, a:active, a:focus {
  outline: 0;
}

p {
  font-size: var(--text-lg);
  letter-spacing: -0.01em;
}

p a {
  text-decoration: underline;
}
@media only screen and (max-width: 1200px) {
  p {
    font-size: var(--text-sm);
  }
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0 var(--space-xl);
  font-size: var(--text-md);
}
@media only screen and (max-width: 991px) {
  ul {
    padding: 0 var(--space-md);
  }
}

li {
  font-family: var(--font-stack-sans);
  font-weight: 500;
  font-size: var(--text-xs);
  padding-bottom: var(--space-xs);
}
li:last-of-type {
  margin-bottom: 0;
}
li a {
  text-decoration: underline;
}

sup, small {
  font-size: var(--text-xxs) !important;
  line-height: var(--h-sm-line-height);
  padding-right: 0.25em;
}

img {
  width: 100%;
  height: auto;
}

.lazy {
  -webkit-filter: blur(1px);
  /* Chrome, Safari */
  -ms-filter: blur(1px);
  /* IE12? */
  filter: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg"><filter id="blur"><feGaussianBlur stdDeviation="1" /></filter></svg>#blur');
  /* Firefox, Safari, Chrome*/
  filter: progid:DXImageTransform.Microsoft.Blur(Strength=$radius);
  /* IE9 */
}

/* Grids */
.container {
  margin: 0 auto;
  max-width: 1366px;
}

.grid {
  display: grid;
  grid-template-columns: 60% 1fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-template-areas: "slider main";
}
@media only screen and (max-width: 991px) {
  .grid {
    grid-template-columns: 1fr;
    grid-template-areas: "slider" "main";
  }
}
@media only screen and (min-width: 992px) {
  .grid {
    height: 100vh;
  }
}

.slider {
  grid-area: slider;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .slider #slideshow {
    max-height: 50vh;
  }
  .slider #slideshow img {
    top: -100%;
    left: 0;
    right: 0;
    bottom: -100%;
  }
}
.slider #slideshow div {
  display: none;
}
.slider #slideshow .show {
  display: block !important;
}
@media only screen and (min-width: 992px) {
  .slider #slideshow img {
    object-fit: contain;
  }
}

.main {
  grid-area: main;
  text-align: center;
}

.main .inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 4em;
}

.main p, .main ul {
  padding: 0 var(--space-xl);
}

@media only screen and (max-width: 991px) {
  .main p, .main ul {
    padding: 0 var(--space-lg);
  }
}

.message {
  background: var(--color-primary);
  color: var(--color-bg);
  margin-top: 0;
}
.message p {
  font-family: var(--font-stack-sans);
  font-size: var(--text-xs);
  text-align: center;
  margin-top: 0;
  padding: var(--space-md) 0;
}
@media only screen and (max-width: 991px) {
  .message p {
    padding: var(--space-md) var(--space-sm);
  }
}

.content .logo {
  width: auto;
  min-height: 100px;
  max-height: 100px;
  background-color: var(--color-primary);
  -webkit-mask: url(../img/CafeNeon-Logo.svg) no-repeat 50% 50%;
  mask: url(../img/CafeNeon-Logo.svg) no-repeat 50% 50%;
  margin: var(--space-xl) 0;
}
.content .button {
  margin: var(--space-lg) 0;
}
.content .button a {
  font-family: var(--font-stack-sans);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-hover) !important;
  background: var(--color-text);
  border: 2px solid var(--color-text);
  padding: var(--space-sm) var(--space-md) var(--space-xs) var(--space-md);
}
.content .button a:hover {
  background: transparent;
  color: var(--color-text) !important;
}
@media only screen and (min-width: 768px) {
.content .buttons {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.content .buttons .button:first-of-type {margin-right: 1rem;} 
}
.content .buttons .call {font-family: var(--font-stack-sans);} 


 
.content .catering, .content .commissary {
  border-top: 1px solid var(--color-primary);
  margin-top: var(--space-md);
  padding-bottom: 0; 
}

.content .info p, .content .commissary p { margin-bottom: .75rem!important;}

.notes {
   font-size: var(--text-sm);
}

.footer .address {
  display: flex;
  justify-content: center;
  border-top: 1px solid var(--color-primary);
}

.footer .address .left {
  border-right: 1px solid var(--color-primary);
}

.footer .address .left, .footer .address .right {
  flex: 1;
  padding: var(--space-md);
}
@media only screen and (max-width: 768px) {
  .footer .address .left {
    font-size: var(--text-sans);
  }
}
.footer .social {
  padding: var(--space-md);
  font-family: var(--font-stack-sans);
  font-size: var(--text-sans);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.035em;
}
.footer .address .right .lc {
  text-transform: lowercase;
}*/
