/** Shopify CDN: Minification failed

Line 64:16 Expected identifier but found whitespace
Line 64:18 Unexpected "{"
Line 64:27 Expected ":"
Line 64:59 Unexpected ","
Line 64:62 Unexpected "{"
Line 64:71 Expected ":"
Line 64:114 Expected identifier but found ","
Line 65:16 Expected identifier but found whitespace
Line 65:18 Unexpected "{"
Line 65:27 Expected ":"
... and 12 more hidden warnings

**/
/* START_SECTION:image-banner (INDEX:20) */
/********************************************
   *            BANNER STYLES                *
   ********************************************/
  .banner {
    position: relative;
  }
  .banner--small {
    min-height: 30vh;
  }
  .banner--medium {
    min-height: 50vh;
  }
  .banner--large {
    min-height: 70vh;
  }
  .banner--adapt {
    min-height: auto;
  }
  .banner__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    pointer-events: none;
  }
  .banner__content--overlay {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .banner__logo {
    margin-bottom: 1rem;
    text-align: center;
  }
  .banner__logo-image {
    max-width: 150px;
    height: auto;
  }
  .banner__heading {
    font-family: {{ section.settings.heading_font.family }}, {{ section.settings.heading_font.fallback_families }}, cursive !important;
    font-weight: {{ section.settings.heading_font.weight }} !important;
    font-style: italic;
    margin: 0.5rem 0;
  }
  .banner__text {
    font-family: {{ section.settings.body_font.family }}, {{ section.settings.body_font.fallback_families }}, sans-serif !important;
    font-weight: {{ section.settings.body_font.weight }} !important;
    margin: 0.5rem 0 1rem;
  }
/* END_SECTION:image-banner */
