@layer reset {
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  body {
    margin: unset;
  }
  button,
  input,
  textarea,
  select {
    font: inherit;
  }
  img,
  picture,
  svg,
  canvas {
    display: block;
    max-inline-size: 100%;
    block-size: auto;
  }
  @media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
      scroll-behavior: auto !important;
    }
  }
}
/* Colours */
/* Typefaces */
/* Layout */
body {
  background-color: color(display-p3 0.98979 0.99112 0.94896);
}

#container {
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: repeat(8, 1fr);
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  display: flex;
  flex-direction: column;
  margin: 0 auto 0 auto;
  padding: 27px;
}
@media screen and (max-width: 600px) {
  #container {
    padding: 9px;
  }
}
@media screen and (max-width: 1000px) {
  #container {
    padding: 18px;
  }
}

.item {
  height: 70vh;
}

#tokyo {
  background-color: color(display-p3 0.1182 0.04702 0.48318);
  background-image: url("../cdn/ldn-nyc-tko-gloss.png");
  background-size: cover;
  background-position: center center;
}

#cosmic-horror-show {
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
#cosmic-horror-show video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*
.item:nth-child(1) {
  background-color: $D100;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  background-image: url("../cdn/ldn-nyc-tko-gloss.png");
  background-size: cover;
  background-position: center center; 
}

.item:nth-child(2) {
  background-color: $D100; 
  background-image: url("../cdn/lst-golden-apples.png");
  background-size: cover;
  background-position: center center; 
}
*/
#apples {
  background-color: color(display-p3 0.1182 0.04702 0.48318);
  background-image: url("../cdn/lst-golden-apples.png");
  background-size: cover;
  background-position: center center;
}

.item:nth-child(4) {
  background-color: rgb(255, 183, 114);
}

.item:last-child {
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
}

#shroom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 7px;
  grid-row-gap: 7px;
}
#shroom div:nth-child(1) {
  grid-area: 1/1/3/2;
  background-color: blue;
  background-image: url("../cdn/01-sizzle.gif");
  background-size: cover;
  background-position: center center;
}
#shroom div:nth-child(2) {
  grid-area: 1/2/2/4;
  background-color: rgb(255, 183, 114);
  background-color: blue;
  background-image: url("../cdn/make-more-stuff.png");
  background-size: cover;
  background-position: center center;
}
#shroom div:nth-child(3) {
  grid-area: 2/2/3/4;
  background-color: rgb(255, 183, 114);
}

footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin: 21px auto 21px auto;
  padding-left: 52px;
  padding-right: 52px;
  font-family: monospace;
  justify-content: space-between;
  font-size: 15px;
}
footer p a {
  margin-left: 22px;
}

/*# sourceMappingURL=styles.css.map */
