/**
 * @license
 * MyFonts Webfont Build ID 4177908, 2021-09-08T13:03:12-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: AndaleMono by Monotype
 * URL: https://www.myfonts.com/fonts/mti/andale-mono/regular/
 * Copyright: Digitized data &amp;#x00A9; 1993-2001 The Monotype Corporation. All Rights Reserved.
 * 
 * 
 * 
 * © 2021 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3fbff4");
  
@import url("https://use.typekit.net/nmi0kyo.css");

@font-face {
  font-family: "AndaleMono";
  src: url('../fonts/AndaleMono/font.woff2') format('woff2'), url('webFonts/AndaleMono/font.woff') format('woff');
}

@font-face {
  font-family: "Caslon";
  src: url('../fonts/Caslon/Caslon-Regular.woff2') format('woff2'), url('webFonts/Caslon/Caslon-Regular.woff') format('woff');
}

/* 
@font-face {
  font-family: "Gotham";
  src: url('../fonts/Gotham/GothamRounded-Book.woff2') format('woff2'), url('webFonts/GothamRounded-Book.woff') format('woff');
}

@font-face {
  font-family: "Gotham";
  src: url('../fonts/Gotham/GothamRounded-Medium.woff2') format('woff2'), url('webFonts/Gotham/GothamRounded-Medium.woff') format('woff');
}

@font-face {
  font-family: "Gotham";
  src: url('../fonts/Gotham/GothamRounded-Bold.woff2') format('woff2'), url('webFonts/Gotham/GothamRounded-Bold.woff') format('woff');
}



@font-face {
  font-family: "Gotham";
  src: url('../fonts/Gotham/GothamRounded-Book.otf') format('otf');
}

@font-face {
  font-family: "Gotham";
  src: url('../fonts/Gotham/GothamRounded-Medium.otf') format('otf');
}

@font-face {
  font-family: "Gotham";
  src: url('../fonts/Gotham/GothamRounded-Bold.otf') format('otf');
}

*/

/* 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;
  --cream: #efebdc;
  --green: #4F6D5B;
  --grey: #80807A;
  --brown: #95807A;
  /* --light-variation: #FFFAF6;
  --blue: #00205C;
  --red: #B2292E;*/
  --hamburger-color: var(--dark);
  --menu-overlay-background: var(--light); 
  --primary-font: "Gotham Rounded A", "Gotham Rounded B", sans-serif;
  --secondary-font: 'Caslon', serif;
  --footer-primary-font: 'akzidenz-grotesk', sans-serif;
  --footer-secondary-font: 'AndaleMono', sans-serif;
  --font-scale-s: 0.9375rem;
  --font-scale-l: 1.125rem;
  --font-size: 15px;
  --lr-padding: 5rem;
  --gutter: 2.5rem;
  --spacing-xxs: ;
  --spacing-xs: ;
  --spacing-s: 1.25rem;
  --spacing-m: ;
  --spacing-l: ;
  --spacing-xl: ;
  --spacing-xxl: ;
  --space-1: 1rem;
  --footer-color: #EFEFEF;
  --newsletter-border: #C9C9C9;
  font-size: 16px;
  letter-spacing: ;
  font-size: var(--font-size);
  font-family: var(--primary-font);
  font-style: normal;
  color: var(--dark);
  background-color: var(--light); 
}

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

@media screen and ( max-width: 800px ) {
:root { 
  --lr-padding: calc(var(--space-1) * 1.5);
  --gutter: 0rem;
}
}

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;
}

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

.uppercase {
  text-transform: uppercase;
}

.secondary__font {
  font-family: var(--secondary-font);
  font-weight: 500;
  letter-spacing: .35em;
}

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

img {
  width: 100%
}

.text__center {
  text-align: center;
}

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

.relative {
  position: relative;
}

.light__variation {
  background-color: var(--light-variation)
}

.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.5rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}
.text h3,
.h3 {
  font-weight: 600;
}
.text hr {
  margin: 6rem 0;
}
.text blockquote footer {
  font-size: .875rem;
  font-style: italic;
}
.text figure {
  margin: 5rem 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.text figcaption {
  padding-top: .75rem;
  color: var(--color-text-grey);
}


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

img {
  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;
  }
}

/* LOADER
---------------------------------------------- */
.loader {
  min-height: 100vh;
  position: fixed;
  flex-direction: column;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  background-color: var(--cream);
}
.loader__mask {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nav-home {
  position: absolute;
  top: calc(var(--space-1) * 3.5);
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 0%);
  max-width: 240px;
  text-align: center;
  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: 32px;
  height: 32px;
  cursor: pointer;
  /* transition: all 0.3s;
  mix-blend-mode: difference; */
}
#menu-trigger svg {
  width: 100%;
  height: 100%;
  fill: var(--cream)
}

#menu-trigger.exit svg{
  fill: var(--green)
}
#menu-trigger.inverted-menu-button svg {
  fill: var(--green)
}
/*
.menu-trigger-dot {
  fill: var(--dark);
}
.menu-trigger-dot.light-dot {
  fill: var(--light);
} */

/* OVERLAY-MENU
---------------------------------------------- */
.menu__overlay {
  position: fixed;
  background-color: var(--light);
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  opacity: 0;
  top: 0;
  display: none;
  z-index: 2;
  color: var(--green);
  text-transform: uppercase;
}
.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%;
}
.close__menu__button {
  position: absolute;
}
.menu__items__container {
  height: 100%;
  padding-left: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  -webkit-justify-content: flex-end;
  }
.menu__items {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  padding-right: 1rem
}
.menu__items a {
  text-decoration: none;
  font-size: 1.5rem;
  margin: auto;
  margin: 1.2rem 0;
  display: block;
}

.social__links {
  font-size: 1.3rem;
  color: var(--grey);
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1.5rem 0;
}

.menu__b__side .social__links {
  position: absolute;
  bottom: 0;
  color: var(--light);
  padding: 2.5rem 3rem;
  display: none /* Delete to reveal */
}



/* 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%;
  object-fit: cover;
}

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

/* 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; }
}
.logo {
  display: block
}

/* HOME */
.landing {
  height: 100vh;
  display: flex;
}
.side__a {
  padding: calc(var(--space-1) * 8) calc(var(--space-1) * 2.5) calc(var(--space-1) * 1.5) calc(var(--space-1) * 2.5);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%
}

.side__a > div:nth-of-type(2) {
  width: 230px;
}

.side__a > div:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.home__logo {
  max-width: 70%;
  padding-right: calc(var(--space-1) * 6)
}

.side__b {
  min-width: calc(50vh + calc(1rem / 2));
}

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

/* SPLASH CAROUSEL & NAV 
---------------------------------------------- */
.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;
}

.img-full-bleed.small {
  width: 20%;
  height: 48%;
}

.cropped-carousel-img-wrapper {
  height: 100%;
  background-color: var(--brown);
}

/* .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);
}

/* About
---------------------------------------------- */
.about {
  margin: 18rem 0 2rem 0;
  color: var(--green)
}
.about__content {
  padding-bottom: 6rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: var(--gutter);
}
.about__title {
  font-size: 1.8rem;
  letter-spacing: .08em;
}
.about__text {
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: .05em;
}
.about__text p:first-of-type {
  margin-top: 0px;
}
.about .photo__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: var(--gutter);
}

.about .photo__grid .center img {
  width: 62%
}
.single__image {
  margin: var(--gutter) 0;
}
.single__image > div {
  width: 100%
}

.about .single__image img {
  width: calc(50% - calc(var(--gutter) /2));
}

/* Menu/Carta 
---------------------------------------------- */

.carta {
  margin: 14rem 0 2rem 0;
  position: relative;
  padding: 0 calc(var(--space-1) * 2.5);
  color: var(--green)
}
.column {
  position: relative;
}

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

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

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

.text li, .text h2 {
  padding-right: 5rem;
}

.text h2 {
  margin-bottom: 2rem;
}

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

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

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

.carta .text ul li {
  margin-bottom: 2rem
}

.text ul li strong {
  font-weight: 400;
  font-size: 1em;
}


/* layout grid */

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

/* Animated Images */

.animated__image {
  position: absolute;
  top:100vh;
  left: 20%;
  z-index: -1
}
.animated__image:nth-of-type(2) {
  top: 45%;
  left: 60%;
}
.animated__image:nth-of-type(3) {
  top:65%;
  left: 30%;
}
.animated__image:nth-of-type(4) {
  top:85%;
  left: 10%;
}
.animated__image img {
  height: 400px;
  width: 350px;
  object-fit: cover;
}


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

}

/* Contact
---------------------------------------------- */
.contact {
  position: relative;
  height: 100vh;
}
.header__image {
  width: 100vw;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}
.contact__wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.contact__container {
  height: 55%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 3rem;
  font-size: 4rem;
  line-height: .9;
  z-index: 1;
  color: var(--cream)
}
.contact__container p {
  margin-block-end: 1rem;
  font-family: var(--secondary-font);
}
.contact__links {
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  justify-content: center;
  font-family: var(--tertiary-font);
}
.contact__links > div {
  margin: .5rem 2rem;
  line-height: 1.3
}

.contact .header__image {
  background-position: initial;
  background-repeat: initial;
  background-size: initial;
  position: initial;
}

.contact .header__image img {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
}
/* Button hover */

.custom__underline__wrapper .custom__underline a {
  transition: 0.4s ease all;
}

.custom__underline__wrapper .custom__underline {
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-color: rgb(255, 255, 255, 0);
  -moz-text-decoration-color: rgb(255, 255, 255, 0);
  text-decoration-thickness: .1rem;
  transition: text-decoration-color .4s ease;
}
.custom__underline__wrapper .custom__underline:hover {
  text-decoration-color: rgb(255, 255, 255, 1);
  -moz-text-decoration-color: rgb(255, 255, 255, 1);
}

/* Footer
---------------------------------------------- */
.footer {
  background-color: var(--footer-color);
  text-transform: uppercase;
}
.footer__primary__font {
  font-family: var(--footer-primary-font);
  font-weight: 500;
  letter-spacing: .3em;
  font-size: 17px;
}
.footer__secondary__font {
  font-family: var(--footer-secondary-font);
  font-size: 11px;
}
.footer__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer__menu__wrapper {
  margin: calc(var(--space-1) * 2.5) 0 calc(var(--space-1) * 2) 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}
.footer__menu__wrapper a {
  padding: calc(var(--space-1) * 1);
}
.footer__details__wrapper {
  margin: 0 0 calc(var(--space-1) * 2) 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
}

.newsletter__container input {
  font-size: 11px
}


/* Newsletter Section
---------------------------------------------- */
.newsletter__wrapper {
  padding: calc(var(--space-1) * 2) 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.newsletter__container {
  display: flex;
  flex-direction: column;
}
.newsletter__heading {
  text-align: center;
  margin-bottom: calc(var(--space-1) * 3);
}
.newsletter__heading h2 {
  margin-bottom: .5rem;
}
.newsletter__container form {
  display: flex;
  border-bottom: 1px solid var(--newsletter-border);
}
.newsletter__container input {
  display: inline;
  border: none;
  background-color: transparent;
  font-family: var(--footer-secondary-font);
  text-transform: uppercase;
}
.newsletter__container input:focus {
  outline: none;
  border: none;
}
input[type="email"].newsletter__input {
  width: calc(var(--space-1) * 30);
  font-family: inherit;
  font-size: inherit;
}
input[type="submit"] {
  border: none;
  background: transparent;
  display: block;
}
input[type="submit"]:hover {
  cursor: pointer;
}
::-webkit-input-placeholder { /* Edge */
  color: var(--newsletter-border);
}
:-ms-input-placeholder { /* Internet Explorer */
  color: var(--newsletter-border);
}
::placeholder {
  color: var(--newsletter-border);
}



@media only screen and (max-width: 800px) {
  .nav-home {
    padding: 0;
    top: calc(var(--space-1) * 2);
  }
  .navbar-logo, .menu__container .nav-home > div {
    width: 150px
  }
  .nav-menu {
    top: calc(var(--space-1) * 1.5);
    left: calc(var(--space-1) * 1.5);
  }
  .exit {
    top: calc(var(--space-1) * .45);
    left: calc(var(--space-1) * 1.05);
  }
  .menu__container {
    display: block
  }
  .menu__items__container {
    padding-left: 2rem
  }
  .menu__container > div {
    width: 100%
  }
  .menu__b__side {
    display: none;
  }
  .landing {
    flex-direction: column;
    height: calc(100vh + calc(100vw / 2));
  }
  .side__a {
    padding: calc(var(--space-1) * 8) calc(var(--space-1) * 1.5) calc(var(--space-1) * 1.5) calc(var(--space-1) * 1.5);
    flex-direction: column;
    height: 100vh;
  }
  .home__logo {
    padding-right: initial;
  }
  .side__b {
    width: 100%;
    min-width: initial;
    height: calc(50vw);
    padding: calc(var(--space-1) * 1);
  }
  .flickity-viewport {
    height: 100%
  }
  .carousel-cell img {
    width: 100%;
    height: auto;
    margin-left: calc(var(--space-1) * .5);
  }
  .carousel-cell > div:first-of-type img {
    margin-left: 0;
    margin-right: calc(var(--space-1) * .5);
  }
  .column__one {
    width: 80%
  }
  .about__table__wrapper > div:nth-of-type(2) > div:not(:last-of-type) {
    margin-bottom: 1rem
  }
  .contact__container {
    padding: 0 var(--lr-padding) 3rem var(--lr-padding);
    font-size: 1.5rem;
  }
  .contact__container p {
    font-size: 2.2rem;
  }
  .carta {
    margin: 8rem 0 0 0;
    padding-right: var(--lr-padding);
    padding-left: var(--lr-padding);
  }
  .carta section:not(:last-of-type) .column {
    padding-bottom: 0rem
  }
  .text h2.text__center {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    text-align: left;
  }
  .carta section .column {
    margin-top: 0rem
  }
  .carta .text ul li:last-of-type {
    margin-bottom: 3rem;
  }
  .column h2:first-of-type {
    margin-top: 1.5rem
  }
  .carta section:last-of-type .column {
    padding-bottom: 0rem
  }
  .animated__image {
    top:100vh;
    left: 20%;
    z-index: -1
  }
  .animated__image:nth-of-type(2) {
    top: 40%;
    left: 15%;
  }
  .animated__image:nth-of-type(3) {
    top:60%;
    left: 23%;
  }
  .animated__image:nth-of-type(4) {
    top:90%;
    left: 10%;
  }
  .animated__image img {
    height: auto;
    width: 70%;
    object-fit: cover;
  }
  .text li, .text h2 {
    padding-right: initial;
  } 
  .newsletter__container {
    flex-direction: column;
  }
  .newsletter__title {
    border-bottom: none;
    padding-right: initial;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: var(--spacing-s)
  }
  input[type="email"].newsletter__input {
    width: calc(var(--space-1) * 15);
  }
  .menu__items__container {
    height: initial;
    justify-content: initial;
    position: absolute;
    bottom: 0
  }


/* Oficial */

.img-full-bleed.small {
  width: 50%;
  height: 80%;
}
.about {
  margin-top: 12rem
}
.about__content {
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  padding-bottom: 2rem
}
.about .photo__grid {
  grid-template-columns: 1fr;
  grid-gap: 2rem;
}
.single__image {
  margin: 2rem 0
}
.about .single__image img {
  width: 100%
}


}