/* * {
  box-sizing: border-box;
  margin: 0;
}

:root {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji;
  font-size: 1rem;
  --user-font-scale: 1rem - 16px;
  font-size: clamp(
    0.875rem,
    0.4626rem + 1.0309vw + var(--user-font-scale),
    1.125rem
  );
} */

@media screen and (min-width: 1200px) {
  #bee5 {
    max-width: 110px;
    width: 21%;
    top: 352px;
    right: 25%;
    position: absolute;
  }
  #spoon-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }
  #spoon {
    display: block;
    position: absolute;
    width: 700px;
    top: 125px;
    left: 65%;
  }
  nav a.left,
  nav a.right {
    top: 40%;
    position: absolute;
    width: max-content;
    white-space: nowrap;
  }
  nav {
    text-align: center;
  }
  nav div {
    display: inline-block;
  }
  nav a.left {
    right: 100%;
    /* margin-right: 2rem; */
  }
  nav a.right {
    left: 100% !important;
    /* margin-left: 2rem; */
  }

  /* nav a:last-child:hover:after {
    content: "test";
  } */

  #the-incomparable-maytag-mead {
    position: relative;
    max-width: 1200px;
    width: 100%;
    color: white;
    margin: auto;
  }

  .wrapper {
    max-width: 1200px;
    margin: auto;
  }

  header {
    /* min-height: calc(100vh - 300px); */
    margin-top: 250px;
    position: relative;
  }
  header .type {
    overflow: hidden;
    position: relative;
  }

  #maytag-mead-type {
    max-width: 700px;
    width: 35%;
    display: block;
    position: relative;
    animation-name: slide-in-1;
    animation-duration: 1.5s;
    animation-fill-mode: both;
    transition: 2s;
    left: 27.5%;
  }

  #buzzing-with-history-type {
    max-width: 1000px;
    width: 50.5%;
    display: block;
    position: relative;
    margin-bottom: 2.5%;
    margin-top: 2.5%;
    transition: 2s;
    left: 30.5%;
    animation-name: slide-in-2;
    animation-duration: 1.5s;
    animation-fill-mode: both;
    animation-delay: 0.5s;
  }

  #mead-bottle-left {
    position: absolute;
    width: 25%;
    left: 8%;
    top: 0px;
    transition: 1s;
  }
  #mead-bottle-right {
    position: absolute;
    width: 37.5%;
    right: 8%;
    bottom: 0px;
    transition: 1s;
  }

  #The-incomparable-Maytag-Mead {
    font-size: 2.5rem;
    font-weight: bold;
    font-style: italic;
    /* padding: 0 -2rem; */
    white-space: nowrap;
    margin: 1rem 0;
  }

  #the-incomparable-maytag-mead {
    background: #003057;
    padding: 50px 0;
    font-size: 1.5rem;
    color: white;
  }

  #the-incomparable-maytag-mead div {
    width: 75%;
    max-width: 525px;
    margin-left: 35%;
  }
  #the-incomparable-maytag-mead p:not(#The-incomparable-Maytag-Mead) {
    padding: 0 1em;
    line-height: 1.5;
  }

  #comb1 {
    position: absolute;
    max-width: 400px;
    width: 27%;
    top: 400px;
    transition: 3s;
  }

  #comb2 {
    position: absolute;
    max-width: 400px;
    width: 30%;
    bottom: 150px;
    transition: 1s;
    right: 25%;
  }

  #bee1 {
    position: absolute;
    max-width: 170px;
    width: 20%;
    top: 100px;
    left: 20%;
    transition: 3s;
  }

  #bee2 {
    position: absolute;
    max-width: 150px;
    width: 20%;
    top: auto;
    bottom: 50%;
    left: 27.5%;
    transition: 3s;
  }
  #bee3 {
    position: absolute;
    max-width: 150px;
    width: 20%;
    top: auto;
    bottom: 25px;
    right: 40%;
    transition: 3s;
  }

  #ba-mead-type {
    display: block;
    max-width: 400px;
    margin: 0 auto;
  }

  #info {
    color: #003057;
    font-size: 1.5rem;
    max-width: 400px;
    margin-top: 160px;
    margin-left: 15%;
  }

  #info p {
    padding-left: 1rem;
    margin-bottom: 3rem;
  }

  .btn {
    font-size: 2rem;
  }

  #gallery img {
    position: absolute;
    display: inline-block;
    height: 200px;
    width: auto;
    border: 0.5rem solid white;
    box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.5);
    /* transition: 1ms; */
    /* transform: translate(-50%, -50%) !important; */
  }

  #gallery img:first-child {
    transform: 
    /* translateX(-50%) translateY(-50%)  */ rotate(-7deg);
    z-index: 2;
    left: 50px;
  }

  #gallery img:nth-child(2) {
    transform: 
    /* translateX(-50%) translateY(-50%)  */ rotate(4deg);
    z-index: 1;
    left: 200px;
  }
  #gallery img:nth-child(3) {
    transform: 
    /* translateX(-50%) translateY(-50%)  */ rotate(-5deg)
      scale(0.8);
    left: 475px;
  }

  #gallery img:nth-child(4) {
    left: 640px;
    transform: 
    /* translateX(-50%) translateY(-50%)  */ rotate(-3deg);
    z-index: 1;
  }

  #gallery img:last-child {
    left: 950px;
    transform: 
    /* translateX(-50%) translateY(-50%) */ rotate(6deg);
    z-index: 0;
  }

  #gallery {
    max-width: 1200px;
    position: relative;
    margin: auto;
    display: flex;
    height: 600px;
  }

  #gallery div {
    margin: auto;
    position: relative;
    text-align: center;
    right: 50%;
    /* top: 100%; */
  }

  footer {
    font-style: italic;
    font-size: 1.5rem;
    color: white;
    text-align: center;
    padding: 3rem 0;
  }
}
@media screen and (min-width: 1600px) {
  .wrapper {
    max-width: 1600px;
  }
  #mead-bottle-left {
    position: absolute;
    width: 32.5%;
    left: 8%;
    max-width: 450px;
    top: 0%;
  }
  #mead-bottle-right {
    position: absolute;
    width: 35%;
    max-width: 450px;
    right: 8%;
    bottom: 0px;
    /* transition: 3s; */
  }
}

@media screen and (min-width: 2560px) {
  .wrapper {
    max-width: 2560px;
  }
  #mead-bottle-left {
    position: absolute;
    width: 35%;
    left: 15%;
    max-width: 500px;
    top: 0%;
  }
  #mead-bottle-right {
    position: absolute;
    width: 27%;
    right: 8%;
    bottom: 0px;
    /* transition: 3s; */
  }

  #the-incomparable-maytag-mead div {
    width: 80%;
    max-width: 750px;
    margin-left: 25%;
  }

  #the-incomparable-maytag-mead p:not(#The-incomparable-Maytag-Mead) {
    font-size: 2rem;
  }

  #The-incomparable-Maytag-Mead {
    font-size: 4rem;
  }
  #info img {
    max-width: 500px;
  }
  #info {
    font-size: 2rem;
    margin-left: 40%;
    max-width: 600px;
  }

  #gallery img:first-child {
    transform: 
    /* translateX(-50%) translateY(-50%)  */ rotate(-7deg);
    z-index: 2;
    left: 50px;
  }

  #gallery img:nth-child(2) {
    transform: 
    /* translateX(-50%) translateY(-50%)  */ rotate(4deg);
    z-index: 1;
    left: 256px;
  }
  #gallery img:nth-child(3) {
    transform: 
    /* translateX(-50%) translateY(-50%)  */ rotate(-5deg)
      scale(0.8);
    left: 520px;
  }

  #gallery img:nth-child(4) {
    left: 723px;
    transform: 
    /* translateX(-50%) translateY(-50%)  */ rotate(-3deg);
    z-index: 1;
  }

  #gallery img:last-child {
    left: 1151px;
    transform: 
    /* translateX(-50%) translateY(-50%) */ rotate(6deg);
    z-index: 0;
  }

  #gallery {
    max-width: 1600px;
    height: 800px;
  }

  #gallery img {
    height: 250px;
  }
}

/* #mead-bottle-video {
  background: url();
} */
