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

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

/*! HTML5 Boilerplate v9.0.0-RC1 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

   body {
    background-color: #c5d9dd;
    text-align: center;

    font-family: "Patrick Hand", cursive;
    font-weight: 400;
    font-style: normal;
    margin: 0;

    position: relative;
   }

   #top-left {
    width: 5em;
    position: absolute;
    top: 0;
    left: 0;
   }

   #top-center {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
   }

   #top-right {
    width: 4em;
    position: absolute;
    top: 0;
    right: 0;
   }

      #bottom-left {
    width: 4em;
    position: absolute;
    bottom: 0;
    left: 0;
   }

   #bottom-center {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
   }

   #bottom-right {
    width: 5em;
    position: absolute;
    bottom: 0;
    right: 0;
   }

   footer #logo {
    margin-bottom: 2em;
    margin-top: 1em;
   }

    header h1,
    .flowery-sides h2,
    .price,
    #contact h1,
    button {
      font-family: 'scripter-umka-regular';
    }

    header #logo {
      margin-top: 2em;
    }

    header h1 {
      font-size: 2.5em;
      margin-bottom: 0;
      margin-top: 0;
      position: relative;
      z-index: 9999;
    }

    #banner-2 {
      transform: scaleY(1.07); /* 1.1 = 110% height */
  transform-origin: top;   /* stretches down from top */
    }

    header h2,
    #contact h2 {
      font-size: 2.33em;
      margin-top: 0;
    }

  .flowery-sides h1,
    footer h1 {
      font-family: 'lazydog';
      font-size: 2em;
      letter-spacing: -0.03em;
      line-height: 1.2;
      margin-bottom: 0;
    }

    footer h1 {
      margin-top: 2em;
    }

    .flowery-sides h2 {
      margin-top: 0;
    }

    #contact h1 {
      font-size: 2em;
      margin-bottom: 0;
    }

    header h1,
    .flowery-sides h2,
    .flowery-sides h1,
    #contact h1,
    footer h1 {
      color: #fff;
      text-shadow: 2px 2px #7a9481;
    }

   #logo {
    height: 5.5em;
   }


   .flowery-sides {
  background-color: #adc3c0; /* base color behind everything */

  background-image:
    /* corner images */
    url(/img/center-top-left.png),
    url(/img/center-bottom-left.png),
    url(/img/center-top-right.png),
    url(/img/center-bottom-right.png),
     /* top gradient band */
    linear-gradient(
      to bottom,
      #c5d9dd 0 50px,
      transparent 100px
    ),
    /* bottom gradient band */
    linear-gradient(
      to top,
      #c5d9dd 0 50px,
      transparent 100px
    );

  background-repeat: no-repeat;
  background-size:
    4em auto,
    4em auto,
    4em auto,
    4em auto,
    100% 100%,  /* top gradient spans full width */
    100% 100%;  /* bottom gradient spans full width */

  background-position:
    top left,
    bottom left,
    top right,
    bottom right,
    top,         /* top gradient */
    bottom;      /* bottom gradient */

  padding: 1em;
  padding-bottom: 3em;
}



   header h2,
   #contact h2 {
    font-family: "Ms Madi", cursive;
    font-weight: 400;
    font-style: normal;
   }

   .price,
   #contact h2,
   header h2 {
    color: #ffe6e3;
    text-shadow: 0.025em 0.025em #fff;
   }

   .flowery-sides main {
    border: 2px solid #fff;
    padding: 1em;
    margin: 1em 3em;
    border-radius: 9px;
    position: relative;
   }

   .flowery-sides main p:first-of-type {
    margin-top: 0;
   }

   .flowery-sides img {
    height: 3em;
    position: absolute;
    bottom: -1.5em;
    left: 0;
    right: 0;
    margin: 0 auto;
   }

   table {
    padding: 0;
    border-collapse: collapse; 
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
   }

   tr td:last-of-type {
    text-align: right;
   }

   .box {
    background-color: #a18a47;
    margin-top: 0.75em;
   }

   table tr:first-of-type .box {
    margin-top: 0;
   }

   .price {
    font-size: 2em;
   }

   .fivewide {
    width: 8em;
   }

   .sixwide {
    width: 10em;
   }

   .thirtyheight {
    height: 4em;
    line-height: 4em;
   }

   .thirtyfiveheight {
    height: 4.5em;
    line-height: 4.5em;
   }

   #contact-form {
    background-color: #a18a47;
    padding: 0.5em;
    max-width: 250px;
    margin: 0 auto;
   }

   input[type=text],
   input[type=email],
   input[type=phone],
   textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
        font-size: 1.33em !important;

   }

   textarea {
    height: 225px;
   }

   ::placeholder {
    color: rgba(255,255,255,0.7);
   }
 
   input[type=text],
   input[type=email],
   input[type=phone] {
    margin-bottom: 0.5em;
   }

   button {
    background: url(/img/button.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    padding: 0.5em 2em;
    font-size: 1.33em;
    color: #7a9481;
    text-shadow: 0.025em 0.025em #c5d9dd;
   }

     p,
   input[type=text],
   input[type=phone],
   input[type=email],
   textarea {
    font-size: 18px;
   }

   p {
    text-shadow: 0.025em 0.025em #ffe6e3;
   }

   #carousel {
      margin: 3em 0;
    }

   #occasions {
    margin: 3em auto;
    width: 90%;
   }

   #occasions img {
    width: 100%;
  display: block;
   }

   .size {
    font-size: 1.5em;
    text-shadow: 0.025em 0.025em #ffe6e3;
   }










  :root{
    --slide-count: 4;      /* number of slides */
    --slide-duration: 5s;  /* time per slide */
  }

  *{box-sizing:border-box}

  .slideshow{
    position:relative;
    max-width:900px;         /* optional */
    aspect-ratio:16/9;
    margin:40px auto;
    overflow:hidden;
  }

  .slide{
    position:absolute;
    inset:0;
    background-size:cover;
    background-position:center;
    opacity:0;
    transform:scale(1.02);
    animation: fade calc(var(--slide-duration) * var(--slide-count)) infinite ease-in-out;
  }

  .slide:nth-child(1){ animation-delay: calc(var(--slide-duration) * 0); }
  .slide:nth-child(2){ animation-delay: calc(var(--slide-duration) * 1); }
  .slide:nth-child(3){ animation-delay: calc(var(--slide-duration) * 2); }
  .slide:nth-child(4){ animation-delay: calc(var(--slide-duration) * 3); }

  @keyframes fade{
    0%   {opacity:0; transform:scale(1.02)}
    6%   {opacity:1; transform:scale(1)}
    30%  {opacity:1; transform:scale(1)}
    36%  {opacity:0; transform:scale(0.98)}
    100% {opacity:0; transform:scale(0.98)}
  }

  .slideshow:hover .slide{ animation-play-state: paused; }







  /* marquee */

  #occasions {
    position: relative;
  }

  .marquee {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  width: 100%;
  background: #ffe6e3;
  color: #000;
  padding: 0 0;
  font-weight: 600;
  font-family: 'scripter-umka-regular';
  position: absolute;
  bottom: 1em;
  left: 0;
  right: 0;
}

.marquee__inner {
  display: inline-block;
  will-change: transform;
  animation: marquee 50s linear infinite;
}

.marquee__item {
  display: inline-block;
  padding: 0 0;
  font-size: 1.33em;
}

/* Pause on hover/focus */
.marquee:hover .marquee__inner,
.marquee:focus-within .marquee__inner {
  animation-play-state: paused;
}

/* Respect reduced motion settings */
@media (prefers-reduced-motion: reduce) {
  .marquee__inner { animation: none; }
}

/* Animation: translate left 50% (since content duplicated) */
@keyframes marquee {
  from { transform: translate3d(0,0,0); }
  to   { transform: translate3d(-50%,0,0); }
}





/* slider */
.swiper {
  height: auto;
  width: 90% !important;
  margin: 0 auto;
  max-width: 600px;
  position: relative;
  left: -1.5%;
  overflow: hidden;
}

.swiper img {
  width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  fill: #ffe6e3;
}



#occasions {
   object-fit: cover;
  user-select: none;
  pointer-events: none;
  touch-action: pan-y;

  /* ✨ Floating shadow effect */
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  transform: translateY(0);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#contact-form {
   /* ✨ Floating shadow effect */
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6);
  transform: translateY(0);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

button {
  position: relative;
  z-index: 9999;
  margin-top: 1em;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

