@layer components {
  @keyframes msd-nav-wiggle {
    0%, 100% {
      transform: rotate(0deg) scale(1);
    }
    25% {
      transform: rotate(-4deg) scale(1.05);
    }
    50% {
      transform: rotate(4deg) scale(1.05);
    }
    75% {
      transform: rotate(-2deg) scale(1.03);
    }
  }
  .msd-nav {
    background-color: #590505;
  }
  .msd-nav__link {
    color: #ffb6c1;
    font-family: "Fredoka", "comic sans", sans-serif;
    font-size: 16px;
    transform-origin: center;
  }
  .msd-nav__link:hover {
    color: #ffff00;
    animation: msd-nav-wiggle 0.4s ease-in-out;
  }
  .msd-nav__dropdown {
    background-color: #c10000;
    color: #ffffff;
  }
  .msd-nav__dropdown a:hover {
    text-decoration: underline;
  }
  .msd-nav summary {
    list-style: none;
  }
  .msd-nav summary::-webkit-details-marker {
    display: none;
  }
}
@layer components {
  .msd-sidenav__header {
    color: #ffe4b5;
  }
  .msd-sidenav__link {
    transform-origin: center;
  }
  .msd-sidenav__link:hover {
    color: #ffff00;
    animation: msd-nav-wiggle 0.4s ease-in-out;
  }
  .msd-sidenav__link__title {
    color: #ffe4b5;
    font-size: 1.2rem;
  }
}
@layer components {
  .msd-sketch-film__title {
    font-family: "Ultra", serif;
  }
  .msd-sketch-film__sub-title {
    font-family: "Bree Serif", serif;
  }
  .msd-skit-card {
    @apply overflow-hidden rounded-2xl border-4 border-black
           transition-all duration-300 hover:-translate-y-1;
    background: #4a0404;
    box-shadow: 6px 6px 0px 0px rgb(0, 0, 0);
  }
  .msd-skit-card:hover {
    box-shadow: 9px 9px 0px 0px rgb(0, 0, 0);
  }
  .msd-skit-card--vintage {
    border-color: #ffbd7b;
  }
  .msd-skit-card--diary {
    background: #1a0a1f;
    border-color: #3d1f4a;
  }
  .msd-films--comedy {
    --film-title-accent: #f7c80f;
    --film-heading-accent: #ffbd7b;
  }
  .msd-films--diary {
    --film-title-accent: #d1c2db;
    --film-heading-accent: #c9a3e0;
  }
  .msd-films--scottish {
    --film-title-accent: #FF1E8F;
    --film-heading-accent: #ED57A2;
  }
  .msd-films--zigzag {
    --film-title-accent: #87CEEB;
    --film-heading-accent: #FF4000;
  }
  .msd-films--artist {
    --film-title-accent: #40a8ca;
    --film-heading-accent: #bf5735;
  }
}
.msd-home {
  background-image: url("../images/web_graphics/backgroundspecial5.gif");
}
.msd-top-header {
  background-image: url("../images/web_graphics/headerbackground3.gif");
}
.msd-text-theme {
  color: #FFF9FC;
}

body {
  font-family: system-ui, sans-serif;
}

.signature {
  font-family: "Matura MT Script Capitals", cursive;
  font-size: 1.5rem;
  color: #ffe4b5;
}

.tee-hee {
  font-size: 1.1rem;
}

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