html {
  --herow: calc(50vw + 20em);
  --heroh: calc((50vw + 20em) * 0.67);
  --carouselw: calc((50vw + 20em) * 0.7);
  --carouselh: calc(((50vw + 20em) * 0.7) * 0.67);
  --heromaxw: 100em;
  --heromaxh: calc(100em * 0.67);
  --carouselmaxw: calc(80em * 0.7);
  --carouselmaxh: calc(80em * 0.67 * 0.7);
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2em;
  margin-top: 2em;
  width: var(--herow);
  max-width: 100vw;
}

.hero {
  height: var(--carouselh);
  width: var(--herow);
  max-width: var(--heromaxw);
  max-height: var(--carouselmaxh);
  border-radius: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #deebeea6;
  /*box-shadow: 0 0 1px 0px white inset, 0 0 1px 0px white; */
  overflow: hidden;
}

.hero .hero-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3em;
  background-color: #ffffff;
  padding: 2em;
  margin: 2em;
}

.hero .hero-text h1 {
  font-size: 1.4vw;
  /*font-size: calc(1rem + 1.2vmin) */
}

.hero .hero-text h2 {
  /*font-size: calc(0.8rem + 0.8vmin) */
  font-size: 1.1vw;
  font-weight: 400;
  margin-bottom: 0;
}

.main-carousel div {
  border-radius: 0 1em 1em 0;
  z-index: 0;
}

.main-carousel div, .main-carousel img {
  width: var(--carouselw);
  height: var(--carouselh);
  max-width: var(--carouselmaxw);
  max-height: var(--carouselmaxh);
}

.main-carousel img {
  width: var(--carouselw);
  height: var(--carouselh);
  -o-object-fit: cover;
     object-fit: cover;
  max-width: var(--carouselmaxw);
  max-height: var(--carouselmaxh);
}

.textbox {
  width: var(--herow);
  max-width: 100vw;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.textbox h1 {
  font-size: calc(1rem + 1.2vmin);
}

.textbox h2 {
  font-size: calc(0.8rem + 0.8vmin);
  font-weight: 400;
}

.textbox .textbox-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: calc(30vw + 25em);
  max-width: calc(100vw - 2em);
  margin-left: auto;
  margin-right: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.textbox .textbox-nav a {
  padding: 1em;
  margin: 1em;
  margin-left: 0;
  margin-right: 1em;
  text-decoration: none;
  color: black;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 2px solid lightgrey;
  -webkit-box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.2);
  border-radius: 1em;
}

.textbox .textbox-nav a:first-of-type {
  margin-left: 0;
}

.textbox .textbox-nav a:hover {
  color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.2);
}

h1 {
  display: block;
  line-height: 1em;
  font-size: 3em;
  margin-top: 0;
  margin-bottom: 0;
}

.feed {
  width: var(--herow);
  max-width: var(--heromaxw);
}

.feed .instafeed {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.feed .instafeed a {
  width: calc(10vw + 5em);
  max-width: 40vw;
  margin: 0.5em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}

.feed .instafeed a .text {
  position: absolute;
  display: inline-block;
  bottom: 5%;
  color: white;
  padding: 0;
}

.feed .instafeed a .igicon {
  position: absolute;
  display: inline-block;
}

.feed .instafeed a .igicon img {
  width: 2em;
  margin: 0.5rem;
}

.feed .instafeed a img {
  width: 100%;
  border-radius: 1em;
}

.feed .instafeed a:hover {
  opacity: 0.5;
}

.showcase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  overflow: hidden;
  width: var(--herow);
  max-width: var(--heromaxw);
  margin-top: 2em;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.showcase > div {
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  -webkit-transition: padding 0.4s;
  transition: padding 0.4s;
}

.showcase .navigation-active {
  padding-top: 1em;
  visibility: visible;
  opacity: 100;
  height: inherit;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  z-index: 1;
  border: 2px solid lightgrey;
  padding: 2em;
  border-radius: 1em;
}

.showcase .navigation-fadeout {
  visibility: visible;
  z-index: -1;
  height: 0;
}

.showcase .highlight-reel {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -ms-grid-columns: 2fr 3fr;
      grid-template-columns: 2fr 3fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.showcase .highlight-reel video {
  width: 100%;
  max-width: 100%;
  margin: 0;
  margin-bottom: auto;
  background-color: black;
  border-radius: 1em;
}

.showcase .highlight-reel .highlight-reel-text {
  font-size: 1.5rem;
  margin-left: 0;
  margin-right: 3em;
}

.showcase .highlight-reel .highlight-reel-text p {
  margin-top: 0;
  font-size: calc(0.8rem + 0.8vmin);
}

.showcase .highlight-reel .highlight-reel-text h2 {
  font-size: calc(1rem + 1.2vmin);
}

.showcase .cafemenu {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.showcase .cafemenu ul {
  width: inherit;
}

@media screen and (max-width: 950px) {
  html {
    --herow: calc(vw + 30em);
    --heroh: fit-content;
    --carouselw: 100%;
    --carouselh: 167%;
    --carouselmaxw: 100vw;
    --carouselmaxh: 167vw;
  }
  .hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100vw - 2em);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-width: auto;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }
  .hero .hero-text {
    width: inherit;
    max-width: calc(100vw - 10em);
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .hero .hero-text h1 {
    font-size: 3vw;
  }
  .hero .hero-text h2 {
    font-size: 2vw;
  }
  .main-carousel {
    width: calc(100vw - 2em);
    height: calc(67vw - 2em);
  }
  .main-carousel div, .main-carousel img {
    width: 100%;
    height: 100%;
    max-width: 100vw;
    max-height: 167vw;
  }
  .main-carousel img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .textbox {
    margin-left: 1em;
    margin-right: 1em;
  }
}

@media screen and (max-width: 1100px) {
  .pageGrid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 90em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px;
  }
  .gridhero {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .textBox, .textBox2 {
    background-color: white;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: 80%;
    z-index: 1;
  }
}
