/*************************************************************
  FONTS
**************************************************************/

@font-face {
  font-family: 'biennalebook';
  src: url('fonts/biennale-book-webfont.woff2') format('woff2'),
    url('fonts/biennale-book-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'biennalebook_it';
  src: url('fonts/biennale-bookit-webfont.woff2') format('woff2'),
    url('fonts/biennale-bookit-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'biennalelight';
  src: url('fonts/biennale-light-webfont.woff2') format('woff2'),
    url('fonts/biennale-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'biennalelight_it';
  src: url('fonts/biennale-lightit-webfont.woff2') format('woff2'),
    url('fonts/biennale-lightit-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'biennalemedium';
  src: url('fonts/biennale-medium-webfont.woff2') format('woff2'),
    url('fonts/biennale-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'biennalemedium_it';
  src: url('fonts/biennale-mediumit-webfont.woff2') format('woff2'),
    url('fonts/biennale-mediumit-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'biennaleregular';
  src: url('fonts/biennale-regular-webfont.woff2') format('woff2'),
    url('fonts/biennale-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'biennaleregular_it';
  src: url('fonts/biennale-regularit-webfont.woff2') format('woff2'),
    url('fonts/biennale-regularit-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'biennalesemibold';
  src: url('fonts/biennale-semibold-webfont.woff2') format('woff2'),
    url('fonts/biennale-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'biennalesemibold_it';
  src: url('fonts/biennale-semiboldit-webfont.woff2') format('woff2'),
    url('fonts/biennale-semiboldit-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;


}

/*************************************************************
  SECTION
**************************************************************/

img {
    max-width: 100%;
}

#contact .col {
  width: 100%;
  margin: 1rem auto;
}

#contact .col iframe {
  display: flex;
  border: 0;
  flex-grow: 2;
  width: 100%;
  height: 20rem;
}

#contact p {
  font-size: clamp(0.75rem, 0.8684rem + 0.2632vw, 1rem);
}

.wrapper {
  display: flex;
  max-width: 1920px;
  flex-grow: 1;
  flex-direction: row;
  gap: 5rem;
  width: 100%;
  justify-content: space-between;
  padding: 4rem 5rem;
}

.show-more {
    line-height: 5rem;
}

.hideContent {
    overflow: hidden;
    max-height: 26rem;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, 
    from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
}
.showContent {
    height: auto;
}

.wrap {
  flex-wrap: wrap;
}

.block-section {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-height: auto;
  width: 100%;
  display: flex;
}

.cols {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1rem;
  line-height: normal;
}

.col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.col img {
  max-width: 100%;
}

.equal {
  flex-grow: 1;
  width: -webkit-fill-available;
}

.equal img {
  margin-top: auto;
}

.one-line {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.mill {
  flex: 1 1 0px;
  text-align: center;
  max-width: 20rem;
}

.mill h3 {
  font-size: clamp(1rem, 0.7368rem + 0.5263vw, 2rem);
  width: auto;
  align-self: center;
  background: #266489;
  padding: 1.5rem;
  border-radius: 5rem;
  line-height: 1.2;
}

.copy {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex-grow: 1;
}

.copy blockquote {
  font-size: clamp(1rem, 0.9342rem + 0.1316vw, 1.25rem);
  padding: 2rem;
  font-style: italic;
  border: 1px solid white;
}

.document {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.document p {
  font-size: clamp(1rem, 0.8684rem + 0.2632vw, 1.5rem);
  margin: 1rem auto;
}

.document ul, .document ol {
  font-size: clamp(1rem, 0.8684rem + 0.2632vw, 1.5rem);
  margin: 1rem;
}

ol, ul {
  padding-left: 1.5rem;
  text-align: left;
}

.document li::marker {
  font-size: clamp(1.25rem, 1.0526rem + 0.3947vw, 2rem);
  font-weight: 600;
}

.portrait {
  height: auto;
  width: auto;
  max-width: 20rem;
  max-height: 20rem;
}

.profile {
  padding: 1rem;
  flex-grow: 1;
  width: min-content;
  max-width: 27rem;
}

.name {
  width: 100%;
}

.grow {
  max-width: 48%;
}

.profile h4 {
  color: #D7DADF;
}

.profile h3 {
  color: #fff;
  font-family: 'biennalelight';
  font-size: clamp(1rem, 0.9342rem + 0.1316vw, 1.25rem);
  position: relative;
  line-height: 1;
  margin: 1rem 0rem;
}

.profile h3:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.profile h3:hover:after {
  width: 100%;
  left: 0;
}

.profile h3:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

blockquote {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: self-end;
}

blockquote span {
  font-size: clamp(1rem, 0.9342rem + 0.1316vw, 1.25rem);
}

/*************************************************************
  HEADER
**************************************************************/
header {
  position: sticky;
  top: 0;
  padding: 1rem;
  z-index: 99;
  width: 100%;
  background-color: #000;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

header nav {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  flex-direction: row;
  justify-content: space-between;
  vertical-align: middle;
  max-width: 1920px;
}

nav input[type="checkbox"],
nav label {
  display: none;
}

nav ul {
  display: flex;
  transform-style: inherit;
  list-style: none;
  text-decoration: none;
  padding-left: 0rem;
}

nav li {
  gap: 0.5rem;
  margin: 0rem;
  display: flex;
  align-items: center;
  vertical-align: middle;
}

header nav img {
  height: 1.5rem;
}

header nav ul {
  flex-direction: row;
  gap: 2rem;
}

header nav li {
  font-family: 'biennalemedium';
  font-size: clamp(0.75rem, 0.7368rem + 0.5263vw, 1rem);
}

header li a, header li a:hover {
  text-decoration: none;
  color: #fff;
}

/*************************************************************
    FOOTER
  **************************************************************/
section:last-of-type, article:last-of-type {
    flex-grow: 1;
    align-items: flex-start;
}

footer {
  background: #fff;
  padding: 2rem 0rem;
  border-top: solid 0.5rem #5C30FB;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

footer nav {
  background-color: #fff;
  color: #001E2F;
}

footer small {
  max-width: 20rem;
  color: #001E2F;
  text-align: right;
  align-self: flex-end;
}

footer img {
  height: 1.5rem;
  align-self: flex-start;
}
footer .col {
    justify-content: space-between;
}

footer nav ul {
  flex-direction: column;
  gap: 1rem;
}

footer nav a, footer nav a:hover {
  color: #001E2F;
  text-decoration: none;
  text-underline-offset: 5px;
}

footer nav a:hover {
  text-decoration: underline solid 0.5px #5C30FB;
}

.subnav {
  flex-direction: row;
  line-height: 2.25;
}

.subnav li {
  border-right: solid 1px #C1C7CE;
  padding-right: 1rem;
}

.subnav li:last-of-type {
  border-right: none;
  padding-right: 0rem;
}

/*************************************************************
    SECTIONS
  **************************************************************/
section, article {
  font-family: 'biennaleregular';
  position: relative;
  min-height: 100vh;
  width: 100%;
  transform-style: inherit;
}

article .wrapper {
  margin: auto;
}

.row {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 2rem;
}

#hero {
  position: relative;
  background-size: cover;
  z-index: -1;
  color: #fff;
  display: flex;
}

.eyes {
  background: #001E2F url('img/1097546829_still.jpg') no-repeat left top;
}

.art1-hero {
  background: #001E2F url('img/art1-hero.jpg') no-repeat left top;
}

@keyframes smoothBg {
  from {
    background-position: 50% 50%, 50% 50%;
  }
  to {
    background-position: 350% 50%, 350% 50%;
  }
}

.rays {
  background: url(img/estro_bg.jpg) no-repeat;
  background-position: top right;
}

.estro {
  --stripe-color: #000;
  --bg: var(--stripe-color);
  --maincolor: var(--bg);
  position: relative;
  display: flex;
  place-content: center;
  place-items: center;
  --stripes: repeating-linear-gradient(
    50deg,
    var(--stripe-color) 0%,
    var(--stripe-color) 7%,
    transparent 10%,
    transparent 12%,
    var(--stripe-color) 16%
  );

  --rainbow: repeating-linear-gradient(
    50deg,
    #4b427a 10%,
    #5845d8 15%,
    #382e68 20%,
    #65598a 25%,
    #271c84 30%
  );
  background-image: var(--stripes), var(--rainbow);
  background-size: 300%, 200%;
  background-position: 50% 50%, 50% 50%;

  filter: blur(60px);

  mask-image: radial-gradient(ellipse at 100% 0%, black 00%, transparent 70%);
  &::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--stripes), var(--rainbow);
    background-size: 200%, 100%;
    animation: smoothBg 40s linear infinite;
    background-attachment: fixed;
    mix-blend-mode: difference;
  }
}

.glow {
  text-shadow: rgba(192, 148, 252, 1) 3px 3px 15px;
  transition: 1s;
}

.glow:hover {
  text-shadow: rgba(265, 265, 265, 1) 0px 2px 12px;
}

.full {
  min-height: 100vh;
}

.half {
  min-height: 80vh;
}

#hero h1 {
  font-size: clamp(2.5rem, 2.2368rem + 0.5263vw, 3.5rem);
  max-width: 40ch;
}

#hero .wrapper video, #hero .estro {
  position: fixed;
  left: 0;
  top: 0;
  min-height: 103vh;
  min-width: 100%;
  max-width: 100%;
  overflow: hidden;
  object-fit: cover;
  width: auto;
  height: auto;
  z-index: -100;
}

#header {
  position: relative;
  animation: panning 25s 1 linear;
  z-index: -1;
  color: #fff;
  height: auto;
  display: flex;
}

.aboutus {
  background: #000 url('img/header-aboutus.jpg') no-repeat top right;
  background-size: cover;
}

.news {
  background: #000 url('img/header-news.jpg') no-repeat top right;
  background-size: cover;
}

.careers, .window {
  background: #000 url('img/header-window.jpg') no-repeat top right;
  background-size: cover;
}

#header .wrapper video, #header .estro {
  position: fixed;
  left: 0;
  top: 0;
  min-height: auto;
  min-width: 100%;
  object-fit: cover;
  width: auto;
  height: auto;
  z-index: -100;
}

.profile img {
  aspect-ratio: 1 / 1;
  max-width: 20rem;
  max-height: 20rem;
  margin-bottom: 1rem;
  width: auto;
  height: auto;
}

.dark {
  content: '';
  background-color: rgba(0, 30, 47, 1);
  color: #fff;
}

.semidark {
  content: '';
  background-color: rgba(14, 36, 57, 1);
  color: #fff;
}


.black {
  content: '';
  background-color: #000;
  color: #fff;
}

.medium {
  position: relative;
  transform-style: inherit;
  z-index: -1;
  color: #fff;
  background-color: rgba(3, 27, 44, 1);
}

.medium-estro {
  color: #fff;
  background-color: rgba(32, 22, 68, 0.5);
}

.medium.glass {
  background-color: rgba(3, 27, 44, 0.5);
}


.light {
  color: #fff;
  background-color: rgba(38, 100, 137, 1);
}

.light-estro {
  color: #fff;
  background-color: rgba(37, 29 , 103, 0.7)
}


.light.glass {
  background-color: rgba(38, 100, 137, 0.7);
}

.medium a, .light a, .medium a:hover, .light a:hover {
  color: #fff;

}

.white {
  content: '';
  background-color: #ffffff;
  color: #001E2F;
}

.nearly-white {
  content: '';
  background-color: #F7F9FF;
  color: #001E2F;
}

.estro-map {
  background-color: #302e35;
  color: #ffffff;
  text-shadow: 2px 3px 3px #302e35;
  background-image: url(img/ESTRO-2025_floorplan_map.jpg);
  background-repeat: no-repeat;
  min-height: 30vh;
  background-position: 100% 30%;
}

.film-bg {
  background-image: url("img/bg_film.jpg");
  background-size: cover;
  background-color: #000;
}

.gradient {
  background: linear-gradient(300deg, #0e2439, #001e2f, #266489);
  background-size: 180% 180%;
  animation: gradient-animation 27s ease infinite;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/*************************************************************
    GENERAL
  **************************************************************/
li {
  margin: 0.5rem;
}

h1 {
  font-family: 'biennalebook', Arial, Helvetica, sans-serif;
  font-size: clamp(2.5rem, 2.2368rem + 0.5263vw, 3.5rem);
  line-height: 2;
  margin: 0.5rem 0;
}

h2 {
  font-family: 'biennalesemibold', Arial, Helvetica, sans-serif;
  font-size: clamp(1.5rem, 0.9737rem + 1.0526vw, 3.5rem);
  line-height: 1.75;
  margin: 0.5rem 0;
}

h3 {
  font-family: 'biennalesemibold', Arial, Helvetica, sans-serif;
  font-size: clamp(1.25rem, 1.0526rem + 0.3947vw, 2rem);
  line-height: 1.25;
  margin: 0.5rem 0;
}

h4 {
  font-family: 'biennalesemibold', Arial, Helvetica, sans-serif;
  font-size: clamp(1.25rem, 1.1842rem + 0.1316vw, 1.5rem);
  line-height: 1.25;
  margin: 0.5rem 0;
}

h5 {
  font-family: 'biennalesemibold', Arial, Helvetica, sans-serif;
  font-size: clamp(1rem, 0.9342rem + 0.1316vw, 1.25rem);
  line-height: 1;
  margin: 0.25rem 0;
}

strong {
  font-family: 'biennalesemibold';
}

.title {
  min-width: 20rem;
  max-width: 20rem;
  display: flex;
  flex-direction: column;
}

.title img {
  max-width: 100%;
  margin-bottom: 2rem;
}

.snippet:nth-of-type(odd) {
  background-color: rgba(0, 30, 47, 1);
}

.snippet:nth-of-type(even) {
  background-color: rgba(14, 36, 57, 1);
}

/*************************************************************
    BASIC STYLES
  **************************************************************/
*,
*::before,
*::after,
:root {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  display: flex;
}

body {
  zoom: normal;
  width: 100%;
  scroll-behavior: smooth;
  flex-grow: 1;
  z-index: 1;
  display: flex;
  flex-direction: column;
  font-family: 'biennaleregular', Arial, Helvetica, sans-serif;
  transition: transform 0.45s cubic-bezier(0, 0, 0.21, 1);
}

p {
  font-family: 'biennalebook', Arial, Helvetica, sans-serif;
  font-size: clamp(1rem, 0.8684rem + 0.2632vw, 1.5rem);
  text-underline-offset: 5px;
  isolation: isolate;
}

/*************************************************************
    PAGINATION
 **************************************************************/
 .pagination {
    display: flex;
    justify-content: center;
    gap: 5px;
    width: 100%;
    align-self: center;
    padding: 1rem;
    background-color: rgba(14, 36, 57, 1);
  }  

  .pagination button {
    padding: 8px 12px;
    cursor: pointer;
    border: 0;
    background-color: rgba(255, 255, 255, 0.5)
  }

  .pagination button:hover {
    background-color: rgba(255, 255, 255, 0.7)
  }
    
  .pagination button.active {
    background-color: rgba(255, 255, 255, 1);
    color: #266489;
  }
  
  .pagination button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
/*************************************************************
 ANIMATIONS
**************************************************************/

.arrow {
  color: #001E2F !important;
  border-radius: 8px;
  font-weight: 600;
  padding: 0.35rem 0.75rem;
  min-height: auto;
  animation: marker 1s ease 0s 1 normal forwards;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(164, 242, 213, 1) 50%);
  background-position: 0;
  background-size: 200%;
  font-size: 0.9rem;
  text-decoration: none;
  margin: auto;
}

ion-icon {
  vertical-align: middle;
}

#hero .arrow {
  font-size: 3rem;
  padding: 1rem 2rem;
  margin: auto;
  vertical-align: middle;
}

.arrow:hover {
  background: #C2FFE8;
}

.highlight {
  padding: 0 0.5rem;
  min-height: auto;
  animation: marker 1s ease 0s 1 normal forwards;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(158, 239, 253, 1) 50%);
  background-position: 0;
  background-size: 200%;
}

@-webkit-keyframes marker {
  to {
    background-position: -100%;
    color: #ffffff;
  }
}

@keyframes marker {
  to {
    background-position: -100%;
    color: #001E2F;
  }
}

marker {
  position: relative;
  transition: background-position 0.4s;
  transform: skewX(30deg);
  padding: 0.25em 0.5em;
  margin: 0 -0.55em;
  -webkit-animation: mark ease 1s forwards;
  animation: mark ease 1s forwards;
}

.fading {
  animation: fade 1s ease 0s 1 normal backwards;
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fading:nth-of-type(2), .highlighting:nth-of-type(2) {
  animation-delay: 1s
}

.fading:nth-of-type(3), .highlighting:nth-of-type(3) {
  animation-delay: 2s
}

.fading:nth-of-type(4), .highlighting:nth-of-type(4) {
  animation-delay: 3s
}

.fading:nth-of-type(5), .highlighting:nth-of-type(5) {
  animation-delay: 4s
}

.fading:nth-of-type(6), .highlighting:nth-of-type(6) {
  animation-delay: 5s
}

.fading:nth-of-type(7), .highlighting:nth-of-type(7) {
  animation-delay: 6s
}

.fading:nth-of-type(8), .highlighting:nth-of-type(8) {
  animation-delay: 7s
}

.fading:nth-of-type(9), .highlighting:nth-of-type(92) {
  animation-delay: 8s
}

.fading:nth-of-type(10), .highlighting:nth-of-type(10) {
  animation-delay: 9s
}

@keyframes panning {
  0% {
    background-position: 100% 10%;
  }

  100% {
    background-position: 100% 100%;
  }
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}


.calendly-overlay {
  background-color: rgba(31, 31, 31, .8);
}

dialog {
  padding: 2rem 3rem 3rem 3rem;
  flex-direction: column;
  width: -webkit-fill-available;
  max-width: 45rem;
  border: 0;
  margin: auto;
  border-radius: 0.25rem;
  z-index: 999;
  align-self: anchor-center;
  border-bottom: 12px solid #5C30FB;
}

dialog::backdrop {
  backdrop-filter: blur(5px);
}

.btn, button {
  border-radius: 0.25rem;
  font-size: clamp(1rem, 0.9342rem + 0.1316vw, 1.25rem);
  padding: 0.75rem;
  text-align: center;
}

.btn.primary {
  background-color: #266489;
  color: #ffffff;
  border: 1px solid #266489;
  text-decoration: none;
}

.btn.secondary {
  background-color: #ffffff;
  border: 1px solid #001E2F;
  color: #001E2F;
  text-decoration: none;
}

.secondary.close.x {
  text-align: end;
  border: 0;
  padding: 0px;
}

dialog form {
  display: flex;
  flex-direction: row;
  justify-content: end;
  gap: 1rem;
}

dialog .cols {
  justify-content: stretch;
  gap: 2rem;
}

dialog .btn {
  width: auto;
  flex-grow: 1;
}

.green {
  color: #006874;
}

.certifications {
  align-items: flex-end;
  justify-content: space-between;
}

.certifications img {
  height: 2.5rem;
}
/*************************************************************
 EMBEDS
**************************************************************/
.embed-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden;
  max-width: 100%; 
} 

.embed-container iframe, .embed-container object, .embed-container embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}

/*************************************************************
  MEDIA QUERIES
**************************************************************/
@media screen and (max-width: 800px) {
  .desktop {
    display: none;
  }

  #hero>.wrapper>.col {
    flex-grow: 1;
    text-align: center;
  }

  .copy, .cols, .wrapper, .row {
    flex-direction: column;
  }

  blockquote span {
    font-size: clamp(1.25rem, 1.1842rem + 0.1316vw, 1.5rem);
  }

  .wrapper {
    gap: 2rem;
    padding: 4rem 3rem;
  }

  footer .wrapper  {
    gap: 2rem;
    padding: 0rem 3rem;
  }

  footer nav, .subnav li {
    justify-content: center;
    padding-right: 0rem;
  }

  footer nav ul {
    margin: 1rem 0rem;
  }

  footer .subnav {
    line-height: 1;
  }

  footer nav li {
    flex-direction: column;
  }

  dialog img {
    margin: 0rem;
  }

  nav {
    flex-direction: column;
    gap: 2rem;
    display: flex;
    max-width: 1920px;
    flex-grow: 1;
    flex-direction: row;
    gap: 5rem;
    width: 100%;
    justify-content: space-between;
  }

  header nav {
    flex-direction: column;
    gap: 0rem;
  }

  header nav img {
    height: 2.25rem;
  }

  header nav li {
    font-size: x-large;
  }

  footer nav ul {
    flex-direction: column;
  }

  ol, ul {
    padding-left: 0rem;
  }

  footer small {
    text-align: center;
    max-width: 100%;
    align-self: center;
  }

  footer img {
    height: 1.5rem;
    align-self: center;
  }

  blockquote p {
    width: -webkit-fill-available;
  }

  .title, .mill {
    max-width: 100%;
    min-width: 100%;
  }

  .profile {
    width: auto;
    max-width: 100%;
    align-items: center;
  }

  input[type="checkbox"]:not(:checked)+ul {
    display: none;
  }

  nav {
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }

  nav label {
    display: flex;
    justify-content: space-between;
  }

  nav ul {
    margin: 2rem 0rem;
  }

  header nav ul:last-child {
    height: 100vh;
    display: flex;
    width: max-content;
    flex-grow: 1;
    padding: 2rem;
    gap: 1rem;
    flex-direction: column;
  }

  nav ul li {
    margin-bottom: 0;
    width: 100%;
    text-align: center;
  }

  .subnav {
    flex-direction: column;
  }

  .subnav li {
    border-right: none;
  }

  dialog {
    width: max-content;
    margin: 2rem auto;
  }

  dialog form {
    flex-direction: column;
  }
  
  .estro-map {
    min-height: 70vh;
  }
  .pagination button {
    display: none;
  }
  .pagination button:first-child, .pagination button:last-child {
    display: flex;
  }
}