/**
 * @license
 * MyFonts Webfont Build ID 4157033, 2021-08-23T22:00:00-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Baskerville120Pro-Italic by Storm Type Foundry
 * URL: https://www.myfonts.com/fonts/storm/baskerville-original-pro/120-italic/
 * Copyright: Copyright (c) 2010 by John Baskerville &amp;amp; Frantisek Storm. All rights reserved.
 * 
 * Webfont: BaskervilleMTPro-Regular by Monotype
 * URL: https://www.myfonts.com/fonts/mti/baskerville-mt/pro-roman/
 * Copyright: Copyright &amp;#x00A9; 2015 The Monotype Corporation. All rights reserved.
 * 
 * 
 * © 2021 MyFonts Inc
*/

@import url("//hello.myfonts.net/count/3f6e69");
  
@font-face {
  font-family: "BaskervilleMTPro-Regular";
  src: url('../fonts/BaskervilleMTProRegular/font.woff2') format('woff2'), url('../fonts/BaskervilleMTProRegular/font.woff') format('woff');
}
@font-face {
  font-family: "Baskerville120Pro-Italic";
  src: url('../fonts/Baskerville120ProItalic/font.woff2') format('woff2'), url('../fonts/Baskerville120ProItalic/font.woff') format('woff');
}
/*
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital@1&display=swap');
*/

/* CSS RESET */
* {
  box-sizing: border-box;
}
html, body {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
  
}
td {
    vertical-align: top;
}
h1, h2, h3, h4 {
  margin-block-start: 0em;
  margin-block-end: 0em;
  font-weight: normal;
  font-size: inherit
}
a {
  color: inherit;
  text-decoration: none
}
p {
  margin-block-start: 1rem;
  margin-block-end: 2rem;
}
button {
  background: transparent;
  box-shadow: 0px 0px 0px transparent;
  border: 0px solid transparent;
  text-shadow: 0px 0px 0px transparent;
  padding: 0;
}
button:hover {
  background: transparent;
  box-shadow: 0px 0px 0px transparent;
  border: 0px solid transparent;
  text-shadow: 0px 0px 0px transparent;
}
button:active {
  outline: none;
  border: none;
}
button:focus {
  outline: 0;
}

/* END CSS RESET */

body {
  -webkit-font-smoothing: antialiased;
}

/* ***** DESKTOP ***** */

:root {
  --dark: #000000;
  --light: #ffffff;
  --blue: #0069C2;
  --yellow: #E6CE2F;
  --cream: #F8F2DD;
  --hamburger-color: var(--blue);
  --menu-overlay-background: #ffffff;
  --primary-font: 'BaskervilleMTPro-Regular', serif;
  --secondary-font: 'Baskerville120Pro-Italic', serif;
  --tertiary-font: akzidenz-grotesk, sans-serif;
  --fourth-font: 'Cormorant Garamond', serif;
  --font-scale-s: 0.9375rem;
  --font-scale-l: 1.125rem;
  --font-size: 16px;
  --lr-padding: 8rem;
  --spacing-xxs: ;
  --spacing-xs: ;
  --spacing-s: 1.25rem;
  --spacing-m: ;
  --spacing-l: ;
  --spacing-xl: ;
  --spacing-xxl: ;
  --space-1: 1rem;
  font-size: 16px;
  letter-spacing: ;
  font-size: var(--font-size);
  font-family: var(--primary-font);
  color: var(--dark);
  background-color: var(--light); 
}

/* ***** TABLET ***** */

@media screen and ( max-width: 768px ) {
:root { /*
  --standard-margin-top: 30px;
  --standard-margin-bottom: 75px;
  --large-margin-top: 200px;
  --gutter: 1.5rem;
  --font-size: 15px;
  --space-1: 8px;
  --space-2: 16px;
  --font-scale-s: 12px;
  --secondary-font-scale-s: 16px;
  --secondary-font-m: 24px;
  } */
}
}

body {
  overflow: scroll;
}

/* GLOBAL
---------------------------------------------- */

.screen-reader-only {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.hide-on-mobile {
  display: block
}

.hide-on-desktop {
  display: none
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.uppercase {
  text-transform: uppercase;
}

.margin-right-s {
  margin-right: var(--space-1)
}

img {
  width: 100%
}

.text__center {
  text-align: center;
}

.text__light {
  color: var(--light)
}

.relative {
  position: relative;
}

.blue {
  background-color: var(--blue)
}

.green {
  background-color: var(--green)
}

.text {
  line-height: 1.5em;
}
.text a {
  text-decoration: underline;
}
.text :first-child {
  margin-top: 0;
}
.text :last-child {
  margin-bottom: 0;
}
.text p,
.text ul,
.text ol {
  margin-bottom: 1.5rem;
}
.text ul p,
.text ol p {
  margin-bottom: 0;
}
.text ol > li {
  list-style: decimal;
}
.text ul ol,
.text ul ul,
.text ol ul,
.text ol ol {
  margin-bottom: 0;
}
.text h1,
.h1,
.intro {
  font-size: 2rem;
  margin-bottom: 3rem;
  line-height: 1.25em;
}
.text h2,
.h2 {
  font-size: 1.9rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  color: var(--red);
}
.text h3,
.h3 {
  font-weight: 600;
}
.text hr {
  margin: 6rem 0;
}
.text blockquote footer {
  font-size: .875rem;
  font-style: italic;
}
.text figure {
  margin: 0rem 0 4rem 0;
}
.text figcaption {
  padding-top: .75rem;
  color: var(--color-text-grey);
}

/*
.video,
.img {
  position: relative;
  display: block;
  --w: 1;
  --h: 1;
  padding-bottom: calc(100% / var(--w) * var(--h));
  background: var(--color-black);
}
.img img,
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}
.img[data-contain] img {
  object-fit: contain;
}
.img-caption,
.video-caption {
  padding-top: .75rem;
  line-height: 1.5em;
} */

/* LAZY LOAD IMAGES
---------------------------------------------- */

img {
  /* display: block; */
  border: 0;
  width: 100%;
  height: auto;
}
img.lazy {
  opacity: 0;
}
img:not(.initial), video:not(.initial) {
  transition: opacity 1s;
}
img.initial,
img.loaded,
img.error {
  opacity: 1;
}
img:not([src]) {
  visibility: hidden;
}
/* Fixes Firefox anomaly during image load */
@-moz-document url-prefix() {
  img:-moz-loading {
    visibility: hidden;
  }
}

.secondary__font {
  font-family: var(--secondary-font);
}

/* Button hover */

.custom-underline {
  position: relative;
  display: inline-block;
}

.custom__underline,
.custom__underline:hover,
.custom__underline:focus,
.custom__underline:active {
  color: var(--light);
  text-decoration: none;
}

.custom__underline::after {
  content: "";
  position: absolute;
}

.custom__underline::after {
  top: 90%;
  height: 1px;
  width: 100%;
  left: 0;
  background-color: var(--light);
  transition: 0.3s ease all .1s;
}

.custom__underline__wrapper:hover .custom__underline::after {
  top: 100%;
  transition: 0.4s ease all;
}

.custom__underline__wrapper a {
  position: relative;
}

/* LOADER
---------------------------------------------- */
.loader {
  min-height: 100vh;
  position: fixed;
  flex-direction: column;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  background-color: var(--light);
}
.loader__mask {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: transparent url('../images/logo.svg') no-repeat center;
  background-size: 200px 100px;
  overflow: hidden;
}

.nav-home {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 46%;
  z-index: 1;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 75vw;
  padding: 0 2rem;
}

.nav-menu {
  position: fixed;
  top: calc(var(--space-1) * 2.5);
  left: calc(var(--space-1) * 2.5);
  z-index: 2;
}

.nav-menu button:hover {
  cursor: pointer;
}

.navbar-logo {
  width: 100%;
  height: auto;
}

#menu-trigger {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  outline: 0;
  border: 0;
  width: 38px;
  height: 40px;
  cursor: pointer;
  /* transition: all 0.3s;
  mix-blend-mode: difference; */
}
#menu-trigger svg {
  width: 100%;
  height: 100%;
  stroke-width: 3px;
}
#menu-trigger line {
  transition: transform 0.2s;
}
/* #menu-trigger.active line:last-child {
  transform: rotate(-45deg) translate(-40px, -4px);
}
#menu-trigger.active line:first-child {
  transform: rotate(45deg) translate(7px, -21px);
} */
.ys {
    stroke-width: 3px;
}
.ys {
    fill: var(--light);
    stroke: var(--light);
    vector-effect: non-scaling-stroke;
}


.lr__padding {
  padding-left: var(--lr-padding);
  padding-right: var(--lr-padding);
}

/* OVERLAY-MENU
---------------------------------------------- */
.menu__overlay {
  position: fixed;
  background-color: var(--light);
  width: 100%;
  height: calc(100% - 53px);
  overflow-x: hidden;
  opacity: 0;
  top: 0;
  display: none;
  z-index: 2;
  font-family: var(--fourth-font)
}
.menu__wrapper {
  opacity: 0;
  height: 100%;
}
.menu__container {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  height: 100%;
}
.menu__a__side {
  height: 100%;
}
#menu-trigger.exit line:last-child {
  transform: rotate(-45deg) translate(-38px, 1px);
}
#menu-trigger.exit line:first-child {
  transform: rotate(45deg) translate(-1px, -20px);
}
.exit .ys {
  stroke: var(--light)
}
.exit {
  padding: calc(var(--space-1) / 2) var(--space-2);
  font-size: 40px;
  display: block;
}
.close__menu__button {
  position: absolute;
}
.menu__items__container {
  height: 100%;
  padding-left: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.menu__items {
  display: flex;
  flex-direction: column;
  margin-bottom: 12vh
}
.menu__items a {
  text-decoration: none;
  font-size: 44px;
  margin: auto;
  color: var(--dark);
  margin: .7rem 0;
  display: block;
}
.menu__items a:hover {
  font-style: italic;
  transition: font-style 2s;
  transition-timing-function: ease;
}

.menu__items__container .social__links {
  font-family: var(--secondary-font);
  font-size: 1.2rem;
  margin-bottom: 8vh
}

/* Menu Overlay - Hover Images */
.menu__b__side {
  height: 100%;
  position: relative;
}
.menu__item__image {
  height: 100%;
  width: 100%;
  visibility: hidden;
  position: absolute;
}
.menu__item__page__image {
  height: 100%;
  width: 100%;
  position: absolute;
}
.image_inside {
  position: absolute;
  /* opacity: 0.8; */
  opacity: 1;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;

}

.fill-background {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}

/* 
.close__background {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
}
.close__background:hover{
  cursor: pointer;
}
.menu__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  top: 0;
  display: none;
  z-index: 2
}
.menu__wrapper {
  opacity: 1;
  height: 100%;
  width: 50%;
  background-color: var(--light);
  z-index: 4
}
.menu__container {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  height: 100%;
}
.menu__a__side {
  height: 100%;
}
#menu-trigger.exit line:last-child {
  transform: rotate(-45deg) translate(-38px, 1px);
}
#menu-trigger.exit line:first-child {
  transform: rotate(45deg) translate(-1px, -20px);
}
.exit .ys {
  stroke: var(--dark)
}
.exit {
  padding: calc(var(--space-1) / 2) var(--space-2);
  font-size: 40px;
  display: block;
  color: white;
}
.close__menu__button {
  position: absolute;
}
.menu__items__container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.menu__items {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 70%;
  padding: 18vh calc(var(--lr-padding) * .6) 10vh calc(var(--lr-padding) * .6);
}
.menu__items a {
  text-decoration: none;
  font-size: 2.3rem;
  margin: auto;
  color: var(--dark);
  letter-spacing: .3em
}
.menu__socials__container {
  padding: 0 calc(var(--lr-padding) * .6) 3rem calc(var(--lr-padding) * .6);
  text-transform: uppercase;
  letter-spacing: .15em;
  font-family: var(--tertiary-font);
  font-weight: 500;
  font-size: .9rem;
}
.menu__palm {
  display: flex;
  justify-content: end;
}
.menu__palm img {
  width: 60px;
  height: auto;
  margin-right: 1rem;
  margin-bottom: 2rem
}
.menu__socials {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* CAROUSEL
---------------------------------------------- */
.flickity {
  position: relative;
  height: 100vh;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.flickity.is-hidden {
  opacity: 0;
}

.flickity.flickity-enabled {
  opacity: 1;
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 1; }
}

.carousel-cell {
  width: 100%;
  height: 100vh;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0 !important;
  transition: opacity 0.7s;
  position: absolute;
}

.carousel-cell:not(.is-selected) {
    animation: fadeOut ease 0.7s;
}

.carousel-cell.zero-fade.is-selected {
    opacity: 1 !important;
    transition: opacity 0.0s;
    animation: none
}

.carousel-cell.is-selected {
    z-index: 99;
    opacity: 1 !important;
    animation: fadeIn ease 0.7s;
}

/* Image for slider */
.img-full-bleed {
  width: 100%;
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}

/* .carousel-cell.is-previous {
    z-index: 98;
    opacity: 1 !important;
}

/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 2rem;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: .5rem;
  height: .5rem;
  margin: 0 8px;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
  background: transparent;
  border: 1px solid var(--light);
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
  background: var(--light);
}

/* Home
---------------------------------------------- */
.home-carousel-wrapper {
  width: 100vw;
  height: 46vh;
  position: fixed;
  bottom: 4rem;
  padding: 0 .3rem;
}
.home-carousel {
  position: relative;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.home-carousel.is-hidden {
  display: none;
}
.home-carousel.flickity-enabled {
  opacity: 1;
} 
.home-carousel .carousel-cell {
  padding: 0 .3rem;
  width: 33.3333%;
  height: 100%
}

.home-carousel .carousel-cell img {
  object-fit: cover;
  height: 100%;
  width: 100%
}

/* flickity-fade */

.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

/* About
---------------------------------------------- */

.about-logo {
  width: 180px;
  margin: 2rem auto 0 auto;
}

.about__text__container {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 54%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 75vw;
  padding: 0 2rem;
  z-index: 2;
}

.about__text {
  max-width: 900px;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
  margin: 0 auto
}

/* Balls */
.sticker {
  opacity: 0;
}
#redball, #greenball, #blueball {
  position: absolute;
  height: 200px;
  width: 200px;
}

#redball {
  top: 15vh;
  left: 20vw;
}

#greenball {
  top: 30vh;
  left: 70vw;
}

#blueball {
  top: 45vh;
  left: 45vw;
}

/* accordion */
.accordion {
   display: flex;
   flex-direction: column;
   width: 100%;
   height: auto;
}
 .accordion .accordion__container {
   display: flex;
   flex-direction: column;
   width: 100%;
   padding-bottom: 5px;
}
 .accordion .accordion__container .accordion__btn {
   margin: 0;
   position: relative;
   padding: 15px 0;
   width: 100%;
   color: var(--blue);
   font-size: 1.3rem;
   font-weight: 400;
   display: block;
   cursor: pointer;
   transition: all 0.3s ease-in-out;
}
.accordion__line {
   width: 100%;
   height: 1px;
   background-color: var(--red);
}
 .accordion .accordion__container .accordion__btn span {
   display: block;
   position: absolute;
   height: 14px;
   width: 14px;
   right: .3rem;
   top: 18px;
}
 .accordion .accordion__container .accordion__btn span:after {
   content: '';
   width: 10px;
   height: 2px;
   background-color: var(--blue);
   position: absolute;
   top: 6px;
}
 .accordion .accordion__container .accordion__btn span:before {
   content: '';
   width: 10px;
   height: 2px;
   background-color: var(--blue);
   position: absolute;
   top: 6px;
   transform: rotate(90deg);
   transition: all 0.3s ease-in-out;
}
 .accordion .accordion__container .accordion__panel {
   width: 75%;
   transition: all 0.2s ease-in-out;
   opacity: 0;
   height: auto;
   max-height: 0;
   overflow: hidden;
   font-size: 1rem;
   line-height: 1.3rem;
   color: var(--grey);
}
 .accordion .accordion__container.active .accordion__btn span::before {
   transform: rotate(0deg);
}
 .accordion .accordion__container.active .accordion__panel {
   padding: 15px 0 10px 0;
   opacity: 1;
   max-height: 500px;
}

/* Menu/Carta 
---------------------------------------------- */
.carta__container {
  display: flex;
}

.carta__container > div {
  width: 50%
}
.top__gradient {
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  position: fixed;
  left: 50%
}
.bottom__gradient {
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  position: fixed;
  left: 50%;
  bottom: 54px;
}
.carta {
  padding-top: calc(var(--space-1) * 3.5);
  position: relative;
  text-transform: uppercase;
  position: relative;
  text-align: center;
}
.column {
  position: relative;
}

/* .carta section:not(:last-of-type) .column {
  padding-bottom: 5rem
} 

.carta section:last-of-type .column {
  padding-bottom: 4rem
} 

.carta section .column {
  padding-bottom: 3rem
} */

.text li, .text h2 {
  padding: 0 2rem;
}

.carta .text h2 {
  margin-bottom: 5.5rem;
  font-size: 3rem;
  font-family: var(--fourth-font);
  font-weight: 400;
}

.column h2:not(:first-of-type) {
  margin-top: 4.5rem;
}

.ul-container {
  position: relative;
}
.text ul, .text ol {
  padding-inline-start: 0px;
}

.text ul {
  list-style: none;
  margin-bottom: 3rem;
}

.text ul li {
  font-size: 1.2rem;
}

.carta .text ul li {
  font-family: var(--primary-font);
  text-transform: initial;
  letter-spacing: initial;
  max-width: 380px;
  margin: 0 auto 4rem auto;
}

.carta .reduced-li-bottom-margin .text ul li {
  margin: 0 auto 2rem auto;
}

.carta .text ul li em {
  font-family: var(--secondary-font);
}

.text ul li strong {
  font-weight: 400;
  font-size: 1.6rem;
  font-family: var(--primary-font);
}

.carta .text .scribble {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  -ms-transform: translate(-50%, -0%);
  transform: translate(-50%, -0%);
  max-width: 370px;
  opacity: 0;
  transition: opacity .5;
}

.largecm {
  margin-bottom: 7rem
}
.mediumcm {
  margin-bottom: 5rem
}
.smallcm {
  margin-bottom: 3rem
}

/* layout grid */

.layout__grid {
  --columns: 12;
  --gutter: 3rem;
  display: grid;
  grid-gap: var(--gutter);
  grid-template-columns: 1fr;
}
.layout__grid > .column {
  /* margin-bottom: var(--gutter); */
}



@media screen and (min-width: 60rem) {
  .layout__grid {
    grid-template-columns: repeat(12, 1fr);
  }
  .layout__grid > .column {
    grid-column: span var(--columns);
  }

}

/* Image carousel */
.carta__carousel {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  top: 0;
  align-self: flex-start; /* <-- this is the fix */
}

.half__carousel {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.half__carousel.is-hidden {
  display: none;
}
.half__carousel.flickity-enabled {
  opacity: 1;
} 

.carta__carousel img {
  object-fit: cover;
  height: 100vh;
  width: 100%
}
.carta__carousel__meta {
  display: flex;
  justify-content: space-between;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  padding: calc(var(--space-1) * 3) calc(var(--space-1) * 2.5) calc(var(--space-1) * 1) calc(var(--space-1) * 8);
  color: var(--dark);
  font-family: var(--tertiary-font);
  font-size: 1rem;
  line-height: 1;
}
.carta__carousel__meta .caption {
  width: 70%;
  text-transform: uppercase;
}
.carta__carousel__meta button {
  color: var(--dark);
  font-family: var(--tertiary-font);
  font-size: 1.2rem;
  line-height: 1;
}
.button--next img {
  width: 1.5rem;
  height: auto
}

/* Contact
---------------------------------------------- */
.contact {
  height: 100vh;
  padding-bottom: 54px;
  font-family: var(--tertiary-font);
  text-align: center;
  font-size: 1.3rem
}
.contact__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%
}
.contact__grid > div {
  padding: 4.5rem 2rem 3rem 2rem;
}
.contact__title {
  font-family: var(--primary-font);
  font-size: 3.4rem
}
.delivery {
  background-color: #F8F2DD;
  color: var(--blue);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.delivery__text {
  padding-top: 1.35rem
}
.whatsapp {
  text-transform: uppercase;
  padding-bottom: .4rem
}
.pickup {
  color:#E6CE2F;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact__image img {
  width: 20vw
}
.contact__address {
  font-family: var(--primary-font);
  font-size: 1.8rem
}
.contact__address p {
  margin: 0
}
.contact__address em {
  font-family: var(--secondary-font);
}

/* Footer
---------------------------------------------- */
.footer {
  background-color: var(--blue);
  color: var(--light);
  text-transform: uppercase;
  font-family: var(--tertiary-font);
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 1.1rem;
  z-index: 10
}
.footer-carousel, .footer-carousel-mob {
  position: relative;
}
.footer-cell {
  width: 100vw
}
.footer__wrapper {
  display: flex;
}
.footer__details__wrapper {
  justify-content: space-between;
}
.footer__menu__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__wrapper > div {
  padding: 1rem;
}







@media only screen and (min-width: 800px) {
  .footer__wrapper .footer__center {
    padding-left:6vw
  }
}

@media only screen and (max-width: 799px) {
  .hide-on-mobile {
    display: none
  }
  .hide-on-desktop {
    display: block
  }
  .menu__item__page__image {
    display: none
  }
  .menu__items__container {
    height: initial;
    justify-content: initial;
    position: absolute;
    bottom: 0
  }
  .home-carousel .carousel-cell {
    padding: 0 .3rem;
    width: 100%;
  }
  .nav-home {
    position: fixed;
    top: 40%;
    width: 90vw
  }
  .about__text {
    padding-bottom: 2rem;
  }
}

@media only screen and (max-width: 899px) {
  .carta__container {
    flex-direction: column;
    position: fixed;
    height: 100%;
    width: 100%;
  }
  .flickity {
    position: relative;
    height: 35vh;
  }
  .carta__container > div:first-of-type {
    width: 100%;
    height: 35vh
  }
  .carta__container > div {
    width: 100%;
    height: 65vh
  }
  .carousel-cell {
    height: 100%
  }
  .carta__carousel .carousel-cell img {
    height: 35vh
  }
  .carta__container > .top__gradient {
    top: 35vh;
    height: 10%;
    left: 0
  }
  .carta__container > .bottom__gradient {
    height: 10%;
    left: 0
  }
  .carta__carousel__meta .caption {
    display: none
  }
  .carta {
    overflow: scroll;
  }
  .scribble  {
    width: 70%
  }
  .contact__grid {
    grid-template-columns: 1fr;
  }
  .contact__grid > div > div {
    padding: 2rem 0
  }
  .contact__image img {
    width: 50vw
  }
  .about__text__container {
    position: initial;
    left: initial;
    top: initial;
    transform: initial;
    width: initial;
  }
  #redball, #greenball, #blueball {
    height: 100px;
    width: 100px;
    position: fixed;
    z-index: -1;
  }
  #redball {
    top: 25vh;
  }
  #greenball {
    top: 40vh;
  }
  #blueball {
    top: 60vh;
  }
}