@import url("https://use.typekit.net/wty3oaj.css");
/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #000000;
  font-family: fira-mono, monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
h1,
h2,
h4 {
  font-family: nobel, sans-serif;
  font-style: normal;
  font-weight: 700; }

h1 {
  color: #ff0000;
  font-size: 3rem;
  text-transform: uppercase; }
  @media screen and (max-width: 640px) {
    h1 {
      font-size: 2.8rem; } }

h2 {
  color: #ff0000;
  font-size: 1.8rem;
  text-transform: uppercase; }
  @media screen and (max-width: 640px) {
    h2 {
      font-size: 1.2rem; } }

h4 {
  color: #ffffff;
  font-size: 1rem;
  margin: 0; }
  h4.margin-bottom {
    margin-bottom: 20px; }

h5 {
  color: #ffffff;
  font-family: fira-mono, monospace;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  margin: 15px 0; }
  h5 .center {
    text-align: center; }

a {
  width: 100%; }

.contact-info {
  width: 100%; }

button {
  background: #ffffff;
  border: none;
  border-radius: 0;
  color: #ff0000;
  font-family: nobel, sans-serif;
  font-style: normal;
  font-weight: 700;
  padding: 16px 26px;
  width: 100%; }
  button:hover {
    cursor: pointer;
    opacity: 0.6;
    outline: none; }
  button:focus, button:active {
    outline: none; }
  button.red {
    background: #ff0000;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.5rem;
    padding: 12px 56px; }

.margin-top {
  width: 100%; }

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

a {
  color: #ffffff;
  text-decoration: none; }

hr {
  width: 100px;
  border-top: 2px solid #ff0000; }

#navigation {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  height: 60px;
  left: 0;
  max-width: 90rem;
  padding: 12px 30px;
  margin: 0 auto;
  width: calc(100% - 60px);
  z-index: 10; }
  @media screen and (max-width: 640px) {
    #navigation {
      max-width: 100%;
      width: calc(100% - 30px);
      padding: 12px 15px; } }
  #navigation .logo-zs {
    display: inline-block;
    max-width: 160px;
    position: relative;
    transition: opacity 0.2s ease 450ms; }
    @media screen and (max-width: 640px) {
      #navigation .logo-zs {
        max-width: 100px; } }
  #navigation .social-container a + a {
    margin-left: 20px; }
    @media screen and (max-width: 640px) {
      #navigation .social-container a + a {
        margin-left: 10px; } }
  #navigation svg path {
    fill: #ff0000; }

.support {
  background: #ff0000;
  color: #ffffff;
  margin: 0 auto;
  padding: 30px;
  text-align: left; }
  .support .center {
    font-size: 1rem;
    line-height: 2rem;
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 30px;
    text-align: center; }
    .support .center a {
      border-bottom: 1px solid white; }
  .support .flex-row {
    max-width: 900px;
    margin: 0 auto; }
    .support .flex-row .half {
      width: calc(50% - 120px);
      padding: 20px 60px;
      text-align: center; }
      .support .flex-row .half:first-child {
        border-right: 2px solid #ffffff;
        width: calc(50% - 122px); }
      @media screen and (max-width: 640px) {
        .support .flex-row .half {
          padding: 20px;
          width: 100%; }
          .support .flex-row .half:first-child {
            border-right: none;
            border-bottom: 2px solid #ffffff;
            width: 100%; } }
  .support .contact-info {
    color: #ffffff;
    font-family: nobel, sans-serif;
    font-style: normal;
    font-weight: 400; }
  .support button {
    display: block;
    margin: 20px auto; }
  .support .text-container {
    border: 2px solid #ff0000;
    padding: 20px; }

.header {
  max-width: 700px;
  margin: 0 auto;
  padding: 60px 30px 90px 30px;
  text-align: center; }

.list-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  list-style: none;
  margin: 0 auto;
  max-width: 1020px;
  padding: 60px 4rem; }
  .list-wrapper .list-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    min-width: 185px;
    width: calc(33.33% - 60px);
    max-width: 230px;
    padding: 60px 30px; }
    .list-wrapper .list-item.photo {
      height: 60vh;
      min-height: 200px;
      max-height: 450px;
      width: calc(33.33% - 20px);
      padding: 10px; }
      .list-wrapper .list-item.photo a,
      .list-wrapper .list-item.photo h4,
      .list-wrapper .list-item.photo h5 {
        color: #ff0000; }
      .list-wrapper .list-item.photo .photo-container {
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 100%; }
    @media screen and (max-width: 1080px) and (min-width: 768px) {
      .list-wrapper .list-item {
        width: calc(33.33% - 120px); } }
    @media screen and (max-width: 768px) {
      .list-wrapper .list-item {
        width: calc(50% - 80px);
        padding: 60px 40px; }
        .list-wrapper .list-item.photo {
          width: calc(50% - 20px); } }
  @media screen and (max-width: 768px) {
    .list-wrapper {
      padding: 60px 30px; } }
  @media screen and (max-width: 640px) {
    .list-wrapper {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      padding: 60px 0; }
      .list-wrapper .list-item {
        min-width: 160px;
        width: calc(100% - 120px);
        max-width: 100%;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
        .list-wrapper .list-item.photo {
          width: calc(50% - 20px); } }

.flex-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  padding: 0 60px; }
  .flex-row .half {
    width: 40%;
    max-width: 500px; }
  @media screen and (max-width: 768px) {
    .flex-row {
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      padding: 0 30px; }
      .flex-row .half {
        width: 41%; } }
  @media screen and (max-width: 640px) {
    .flex-row {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 0 30px; }
      .flex-row .half {
        width: 100%; }
        .flex-row .half.map {
          order: 2;
          margin-top: 30px; } }

.delivery-container {
  min-height: 100%; }
  .delivery-container .half {
    background: #ffffff;
    border: 3px solid #ff0000; }
  .delivery-container a {
    color: #ff0000; }
  .delivery-container h4 {
    color: #ff0000;
    font-size: 1.4rem; }
  .delivery-container .content-wrap,
  .delivery-container .map {
    padding: 30px; }

.restaurants-container {
  background: #ff0000;
  padding: 30px 0 180px 0;
  width: 100%; }
  .restaurants-container .restaurant-list .restaurant .logo-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    max-width: 200px;
    margin-bottom: 30px;
    min-height: 150px; }
    @media screen and (max-width: 640px) {
      .restaurants-container .restaurant-list .restaurant .logo-container {
        max-width: 100%; } }
  .restaurants-container .restaurant-list .restaurant .contact-info {
    color: #ffffff;
    font-family: nobel, sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-top: 15px; }
    .restaurants-container .restaurant-list .restaurant .contact-info a {
      border-bottom: 1px solid #ffffff; }

.photo-grid {
  margin-top: -180px; }

footer .list-wrapper {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  footer .list-wrapper .list-item {
    width: calc(33.33% - 20px);
    padding: 10px; }
    @media screen and (max-width: 768px) {
      footer .list-wrapper .list-item {
        width: calc(100% - 20px); } }
    footer .list-wrapper .list-item h4 {
      color: #ff0000;
      letter-spacing: 0.3em; }
    footer .list-wrapper .list-item.button {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      @media screen and (max-width: 768px) {
        footer .list-wrapper .list-item.button {
          -webkit-align-items: flex-start;
          -moz-align-items: flex-start;
          -ms-align-items: flex-start;
          align-items: flex-start; } }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }

/*# sourceMappingURL=main.css.map */
