/* Text Elements */

h1.h1-heading {
  margin-top: 0;
  margin-bottom: 72px;
  text-align: center;
  font-weight: 600;
  font-size: 42px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1.hero-home-h1 {
  margin-top: 16px;
  margin-bottom: 16px;
  color: #f4f0ec;
  text-shadow: #000 3px 3px 5px;
  font-weight: 600;
  font-style: italic;
  font-size: 64px;
  font-family: 'Charm', cursive;
  line-height: 1;
}

h3.heading-1 {
  margin-top: 0;
  margin-bottom: 14px;
  padding-left: 8px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h3.heading-form {
  margin-top: 0;
  padding-left: 8px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h6.heading-form-instructions {
  text-align: center;
  font-weight: 500;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p.paragraph.paragraph-home-hero-section {
  margin-top: 16px;
  margin-bottom: 16px;
  max-width: 75vw;
  color: #f4f0ec;
  font-size: 16px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 26px;
}

p.paragraph.paragraph-market-description {
  margin-top: 8px;
  margin-bottom: 16px;
  padding-left: 8px;
  max-width: 100vw;
  text-align: left;
  font-weight: 500;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a.link-text.neutral-nav-link-menu {
  padding: 4px 50px;
  color: #f6f5e7;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 14px;
  font-family: 'Inter', 'System Fallback', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, ' Helvetica Neue', Arial, sans-serif;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .25s;
     -moz-transition-duration: .25s;
       -o-transition-duration: .25s;
          transition-duration: .25s;
}

a.link-text.logo-navbar-link {
  padding: 4px 50px 4px 0;
  color: #f6f5e7;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 16px;
  font-family: 'Inter', 'System Fallback', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, ' Helvetica Neue', Arial, sans-serif;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .25s;
     -moz-transition-duration: .25s;
       -o-transition-duration: .25s;
          transition-duration: .25s;
}

a.link-text.neutral-nav-link-menu:hover {
  color: #b5b5b5;
}

a.link-text.logo-navbar-link:hover {
  color: #b5b5b5;
}

/* Interaction Elements */

form.form-container.form-contact {
  min-height: 500px;
  max-width: none;
  width: 100%;
}

input[type=text].input-name-contact {
  margin-top: 0;
  margin-bottom: 0;
  padding: 16px 0 16px 16px;
  width: 100%;
  border-top-width: .0625rem;
  border-top-color: #060807;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  background-color: #efeee0;
  color: #060807;
  text-align: center;
  font-size: 20px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

input[type=email].input-email-contact {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  width: 100%;
  border-top-width: .0625rem;
  border-top-style: solid;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  background-color: #efeee0;
  text-align: center;
  font-size: 20px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

input[type=tel].input-phone-contact {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  width: 100%;
  border-top-width: .0625rem;
  border-top-style: solid;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  background-color: #efeee0;
  text-align: center;
  font-size: 20px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

textarea.text-area-contact {
  padding: 16px;
  min-height: 200px;
  max-width: none;
  width: 100%;
  border-top-width: .0625rem;
  border-top-color: #060807;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  background-color: #efeee0;
  color: #333;
  text-align: center;
  font-size: 20px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* Layout Elements */

body.body-1 {
  background-color: #f6f5e7;
}

body.body-2 {
  background-color: #f6f5e7;
}

body.body-5 {
  background-color: #f6f5e7;
}

.container.navigation-links {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.neutral-navbar {
  position: static;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: start;
  -ms-flex-align: start;
  margin-right: auto;
  margin-left: auto;
  padding: 24px;
  max-width: none;
  width: auto;
  border-bottom-width: 0;
  border-bottom-style: solid;
  background-color: #060807;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-blend-mode: normal;
}

.container.container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  min-height: 500px;
  max-width: none;
  width: 100%;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  grid-template-columns: auto;
  grid-template-rows: repeat(2 , auto);
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
}

.container.container-image-wrapper {
  overflow: hidden;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.container-rule-title {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: stretch;
  margin-top: 16px;
  padding-right: 0;
  padding-left: 0;
  width: 100%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.bg-content-size-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: start;
  -ms-flex-align: center;
  padding-top: 48px;
  min-width: 100vw;
  min-height: 100vh;
  width: auto;
  background-image: url('../images/Otter%20Creek%20Sign%20no%20text_1920x1056.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  background-blend-mode: normal;
}

.container.container-hero-home-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: start;
  -ms-flex-align: start;
  padding: 48px 24px 48px 96px;
  min-width: 300px;
  max-width: none;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  grid-area: elementArea;
}

.container.container-market-dates {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 72px 24px;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container#market-image {
  min-width: 100vw;
  min-height: 100vh;
  background-image: url('../images/Otter%20Creek%20Sign%20no%20text_1920x1056.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.container-rule-title-form {
  margin-bottom: 24px;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

.container.container-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;

  grid-area: elementArea;
}

.container.container-image-wrapper:hover {
  background-color: #efeee0;
}

a.glyph.mobile-nav-button {
  display: none;
}

.html-element.navigation-code {
  display: none;
}

.rule.big-rule {
  margin: 0 auto;
  padding: 8px 0 8px 8px;
  max-width: none;
}

.rule.big-rule hr {
  border-top-color: #000;
}

button.button-1 {
  margin-top: 48px;
  padding: 16px 32px;
  width: 100%;
  border-width: 0;
  background-color: #333;
  color: #f6f5e7;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 18px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a.link-button-glyph.product-category {
  margin: 24px 24px 0;
  padding: 16px 32px;
  min-width: 100px;
  width: 150px;
  border: .0625rem solid rgba(244, 240, 236, .5);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;

  background-blend-mode: normal;
}

span.link-button-text.text-button-link {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;

  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
          align-self: auto;
  justify-self: auto;
}

span.link-button-text {
  color: #fff;
}

button.button-1:hover {
  background-color: #060807;
}

a.link-button-glyph.product-category:hover {
  background-image: -webkit-linear-gradient(top, rgba(29, 30, 33, .5) 0%, rgba(0, 0, 0, 1) 100%);
  background-image:    -moz-linear-gradient(top, rgba(29, 30, 33, .5) 0%, rgba(0, 0, 0, 1) 100%);
  background-image:      -o-linear-gradient(top, rgba(29, 30, 33, .5) 0%, rgba(0, 0, 0, 1) 100%);
  background-image:         linear-gradient(180deg, rgba(29, 30, 33, .5) 0%, rgba(0, 0, 0, 1) 100%);
}

@media screen and (max-width: 80rem) {
  /* Layout Elements */

  .container.container-hero-home-wrapper {
    padding-left: 48px;
  }

  .container.container-image-wrapper {
    width: auto;
    background-color: transparent;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;

    background-blend-mode: normal;
  }

  .container.container-categories {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .rule.big-rule {
    padding-left: 0;
  }

  a.link-button-glyph.product-category {
    position: static;
  }
}

@media screen and (max-width: 60rem) {
  /* Text Elements */

  a.link-text.neutral-nav-link-menu {
    padding-right: 24px;
    padding-left: 24px;
  }

  a.link-text.logo-navbar-link {
    padding-right: 24px;
    padding-left: 24px;
  }

  /* Layout Elements */

  .container.container-hero-home-wrapper {
    padding-left: 48px;
  }

  .container.container-image-wrapper {
    min-height: 65vh;
    background-position: center top;
    background-origin: padding-box;
    background-size: contain;
  }

  .container#market-image {
    min-height: 80vh;
  }
}

@media screen and (max-width: 48rem) {
  /* Text Elements */

  a.link-text.neutral-nav-link-menu {
    display: block;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 24px;
    width: 100%;
    color: #000;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }

  a.link-text.logo-navbar-link {
    display: block;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 24px;
    width: 100%;
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }

  /* Layout Elements */

  .container.navigation-links {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 500;
    visibility: hidden;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    background-color: #f6f5e7;
    opacity: 0;
    -webkit-transition-duration: .3s;
       -moz-transition-duration: .3s;
         -o-transition-duration: .3s;
            transition-duration: .3s;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
  }

  .container.neutral-navbar {
    position: fixed;
    z-index: 1000;
    -ms-flex-pack: end;
    -ms-flex-align: start;
    margin-right: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    max-height: 80px;
    background-color: #060807;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
  }

  .container.bg-content-size-container {
    min-height: 100vh;
    height: auto;
  }

  .container.container-image-wrapper {
    min-height: 55vh;
  }

  .container.container-market-dates {
    padding-top: 148px;
  }

  .container#market-image {
    min-height: 60vh;
  }

  .container.navigation-links.show-menu {
    top: 0;
    visibility: visible;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    opacity: 1;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  a.glyph.mobile-nav-button {
    display: block;
    color: #f6f5e7;
    text-align: right;
    font-size: 34px;
    line-height: 1;
  }

  a.glyph.close-button-cross.mobile-nav-button {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    padding-top: 20px;
    padding-right: 24px;
    color: #060807;
  }
}

@media screen and (max-width: 35.3125rem) {
  /* Text Elements */

  h1.hero-home-h1 {
    font-size: 48px;
  }

  /* Layout Elements */

  .container.container-image-wrapper {
    min-height: 40vh;
    background-color: rgba(148, 148, 148, .18);
    background-repeat: no-repeat;
  }

  .container.container-market-dates {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container#market-image {
    min-height: 45vh;
  }
}

@media screen and (max-width: 28.75rem) {
  /* Text Elements */

  h1.hero-home-h1 {
    font-size: 38px;
  }

  /* Layout Elements */

  .container.container-hero-home-wrapper {
    min-width: 200px;
  }

  .container.container-image-wrapper {
    min-height: 35vh;
  }

  .container.container-market-dates {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container#market-image {
    min-height: 35vh;
  }
}

@media screen and (max-width: 20rem) {
  /* Text Elements */

  h1.hero-home-h1 {
    font-size: 35px;
  }

  p.paragraph.paragraph-home-hero-section {
    max-width: 600px;
  }

  /* Layout Elements */

  .container.container-hero-home-wrapper {
    min-width: 200px;
  }

  .container.bg-content-size-container {
    padding-top: 48px;
    min-width: 100vw;
    min-height: 100vmin;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .container.container-image-wrapper {
    min-height: 25vh;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container#market-image {
    min-height: 25vh;
  }

  a.link-button-glyph.product-category {
    min-width: 10px;
    width: 20vw;
  }
}