:root {
  --purple: #73287c;
  --pale-violet-red: #eb5c9a;
  --white: white;
  --dark-turquoise: #41bbc4;
  --black: black;
  --medium-violet-red: #cc2d72;
  --silver: #bababa;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sitedesigner {
  background-color: #73287c;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  margin-top: auto;
  display: flex;
}

.text-block {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.link {
  color: #fff;
  text-decoration: none;
}

.background-video {
  flex-direction: column;
  width: 100%;
  height: 100vh;
  display: flex;
}

.heading {
  color: #73287c;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.section {
  height: 100vh;
}

.section-2 {
  background-image: url('../images/cupcake-g83a9c5457_1920.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section-3 {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/messages_0.jpeg');
  background-position: 0 0, 50% 42%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.sitedesigner-2 {
  background-color: #73287c;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  margin-top: auto;
  display: flex;
}

.image {
  width: 240px;
}

.heading-2 {
  color: var(--purple);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 60px;
}

.div-block {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--pale-violet-red), var(--purple));
  height: 10px;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-left: 10px;
  display: flex;
}

.navbar {
  background-color: var(--white);
}

.main_nav_links {
  color: var(--pale-violet-red);
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.main_nav_links:hover {
  background-color: var(--purple);
  outline-offset: -5px;
  color: var(--white);
  outline: 1px solid #fff;
  text-decoration: underline;
}

.main_nav_links.w--current {
  background-color: var(--dark-turquoise);
  color: var(--white);
  text-decoration: underline;
}

.main_nav_links.dropdownlinks {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
}

.dropdown-list {
  background-color: var(--white);
}

.footer_section {
  background-color: var(--pale-violet-red);
  padding: 20px 10px;
}

.footer_div {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 400;
}

.footer_links {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
}

.footer_links.middle {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.image-2 {
  width: 250px;
}

.bold-text {
  text-shadow: none;
}

.paragraph {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.image-3 {
  width: 489px;
}

.div-block-16 {
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  background-color: var(--pale-violet-red);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--pale-violet-red), var(--purple));
  padding-top: 10px;
  padding-bottom: 10px;
}

.paragraph-2 {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.button {
  background-color: var(--pale-violet-red);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--pale-violet-red), var(--purple));
  text-align: center;
  border-radius: 20px;
  width: 200px;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  box-shadow: 0 1px 3px #000;
}

.heading-3 {
  text-align: center;
}

.paragraph-3 {
  color: var(--black);
  text-align: center;
  font-size: 16px;
}

.bold-text-2 {
  color: var(--medium-violet-red);
  text-decoration: none;
}

.link-2 {
  text-decoration: none;
}

.html-embed, .html-embed-2 {
  margin-bottom: 0;
}

.heading-4 {
  color: var(--white);
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  font-size: 55px;
  line-height: 50px;
}

.paragraph-4 {
  color: var(--white);
  text-shadow: 1px 1px 6px #000;
  font-size: 28px;
  line-height: 24px;
}

.image-4 {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-2 {
  padding-top: 20px;
}

.heading-5 {
  color: var(--purple);
  text-align: center;
  margin-top: 0;
  font-family: Great Vibes, cursive;
}

.paragraph-5 {
  color: var(--black);
  text-align: center;
  margin-bottom: 40px;
  font-size: 16px;
}

.grid-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-17 {
  box-shadow: 0 1px 3px 0 var(--silver);
  padding: 20px 10px;
}

.image-5 {
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-6 {
  color: var(--medium-violet-red);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.section-4 {
  padding-bottom: 40px;
}

.div-block-18 {
  background-color: #eb5c9a40;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  display: flex;
}

.heading-7 {
  color: #3c1a71;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 800;
}

.image-6 {
  width: 350px;
}

.paragraph-6 {
  color: var(--black);
  text-align: center;
  font-size: 16px;
}

.div-block-3 {
  background-color: #000;
  height: 35px;
  margin-bottom: 0;
}

.typead {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.html-embed-3 {
  color: #fff;
  text-align: center;
  width: 100%;
  padding-top: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.banner {
  background-image: url('../images/messages_0-1.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px;
}

.section-5 {
  padding: 20px 10px;
}

.heading-8 {
  color: var(--purple);
  text-align: center;
  margin-bottom: 0;
  font-family: Great Vibes, cursive;
}

.paragraph-7 {
  color: var(--black);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.bold-text-3 {
  color: var(--medium-violet-red);
}

.container-17 {
  padding-left: 10px;
  padding-right: 10px;
}

.title-header-3 {
  color: var(--purple);
  text-align: left;
  text-transform: none;
  border-bottom: 1px #d9e1e6;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 26px;
  font-weight: 800;
  line-height: 38px;
}

.paragraph-8 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.heading-39 {
  color: var(--purple);
  text-align: left;
  margin-top: 30px;
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 600;
}

.page-link {
  color: var(--medium-violet-red);
  border-bottom: 1px solid #56697e52;
  font-weight: 700;
  text-decoration: none;
}

.page-link:hover {
  color: #56697e;
  border-bottom-color: #56697e;
}

.page-link.w--current {
  color: #8a191b;
  font-weight: 600;
  text-decoration: none;
}

.page-link.w--current:hover {
  box-shadow: none;
  color: #204546;
  font-weight: 600;
}

.link-3 {
  color: var(--medium-violet-red);
  font-weight: 700;
  text-decoration: none;
}

.section-6 {
  border-bottom: 1px solid var(--dark-turquoise);
  padding: 20px 10px 40px;
}

.grid-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
}

.grid-4.events {
  grid-template-columns: 1fr 1fr;
}

.grid-4.cakes {
  grid-template-columns: 1fr 1fr;
  max-width: 4200px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-9 {
  color: #000;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
}

.productbtnwapper {
  margin-top: auto;
}

.image-32 {
  width: 80px;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-97 {
  justify-content: center;
  padding-top: 10px;
  display: flex;
}

.heading-76 {
  color: #a48065;
  text-align: center;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.heading-76.pricing {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.product-image {
  height: 370px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.productgrid {
  flex-direction: column;
  display: flex;
}

.buttonsnip1-2 {
  color: #e9e9e9;
  text-align: center;
  text-transform: none;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
}

.div-block-23 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.heading-44 {
  color: var(--purple);
  text-align: center;
  margin-top: 10px;
  font-size: 24px;
}

.heading-44.cakes {
  font-size: 28px;
}

.text-block-4 {
  color: var(--dark-turquoise);
  text-align: center;
  font-size: 22px;
  line-height: 32px;
}

.div-block-25 {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: block;
}

.buttonsnip1 {
  color: #fff;
  text-align: center;
  text-transform: none;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  display: none;
}

.button-2 {
  border: 2px solid var(--purple);
  color: var(--purple);
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.div-block-24 {
  border-top: 1px solid #d3d3d3;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.paragraph-64 {
  margin-top: auto;
  margin-bottom: auto;
}

.grid-5 {
  grid-template-rows: auto;
}

.div-block-98 {
  border: 1px solid var(--medium-violet-red);
  background-image: url('../images/Rosette-Cake-01.jpg');
  background-position: 50% 75%;
  background-repeat: no-repeat;
  background-size: 200px;
  border-radius: 100px;
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-99 {
  border: 1.5px solid var(--medium-violet-red);
  background-color: #eb5c9a33;
  border-radius: 100px;
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 20px;
}

.heading-77 {
  color: var(--medium-violet-red);
  text-align: center;
  margin-top: -8px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.image-33 {
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.linkblock {
  text-decoration: none;
}

.heading-78 {
  color: var(--purple);
  text-align: center;
}

.paragraph-65 {
  color: var(--black);
  text-align: center;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.section-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 220px 10px;
}

.heading-79 {
  color: var(--purple);
  text-align: center;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
}

.section-9 {
  padding: 20px 10px;
}

.heading-80 {
  color: var(--purple);
  text-align: center;
  margin-bottom: 0;
  font-family: Great Vibes, cursive;
}

.paragraph-66 {
  border-bottom: 2px solid var(--purple);
  color: var(--black);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.section-10 {
  background-image: url('../images/Easter.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
}

.section-11 {
  padding: 20px 10px;
}

.image-34 {
  margin-bottom: 0;
}

.div-block-6 {
  background-color: var(--purple);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-right: 5px;
  display: flex;
}

.div-block-7 {
  align-items: center;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.html-embed-6 {
  justify-content: flex-end;
  align-items: center;
}

.html-embed-7 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.div-block-100 {
  background-image: url('../images/messages_0-2.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.text-block-5 {
  color: red;
  margin-top: 10px;
  font-weight: 700;
}

.paragraph-67 {
  color: red;
  text-align: center;
  margin-top: 10px;
  font-weight: 700;
  display: none;
}

.html-embed-8 {
  margin-left: 20px;
  display: none;
}

.size {
  border: 1px solid var(--purple);
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-left: 0;
  margin-right: 0;
}

.size.right {
  margin-left: 20px;
}

.container-18 {
  text-align: center;
}

.image-35 {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-3 {
  background-color: var(--purple);
  text-align: center;
  width: 200px;
  height: 50px;
  padding: 15px 10px 10px;
  display: none;
}

.grid-6 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.button-4 {
  text-align: center;
  background-color: #d6599f;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  display: block;
}

.div-block-101 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.code-embed-6 {
  justify-content: center;
  align-items: stretch;
  height: 730px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-53 {
  max-width: 1200px;
  height: 860px;
  margin-left: auto;
  margin-right: auto;
}

.heading-75 {
  color: #1d1c55;
  text-align: center;
  font-size: 32px;
}

.paragraph-68 {
  text-align: center;
  font-size: 16px;
}

.code-embed-7 {
  height: 1275px;
}

@media screen and (max-width: 991px) {
  .navbar {
    border-top: 1px solid var(--purple);
  }

  .main_nav_links {
    width: 100%;
  }

  .icon {
    color: var(--dark-turquoise);
  }

  .menu-button.w--open {
    background-color: var(--purple);
  }

  .nav-menu {
    background-color: #ffffffe6;
  }

  .dropdown, .dropdown-2 {
    width: 100%;
  }

  .heading-7 {
    font-size: 16px;
  }

  .paragraph-6 {
    font-size: 14px;
  }

  .typead {
    color: #000;
    display: flex;
  }

  .paragraph-9 {
    font-size: 12px;
  }

  .heading-44, .text-block-4 {
    font-size: 30px;
  }

  .div-block-6 {
    justify-content: flex-end;
    padding-left: 10px;
  }

  .code-embed-7 {
    height: 1285px;
  }
}

@media screen and (max-width: 767px) {
  .image, .container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-2, .grid-3 {
    grid-template-columns: 1fr;
  }

  .div-block-18 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-7 {
    font-size: 20px;
  }

  .paragraph-6 {
    font-size: 16px;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .paragraph-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-23 {
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-64 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .html-embed-4 {
    width: 100%;
  }

  .grid-6 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .code-embed-6 {
    height: 780px;
  }

  .div-block-53 {
    height: 950px;
  }
}

@media screen and (max-width: 479px) {
  .section-3 {
    height: 500px;
  }

  .heading-2 {
    text-align: center;
    font-size: 47px;
  }

  .brand {
    margin-left: 0;
    padding-left: 0;
  }

  .text-block-3 {
    font-size: 11px;
  }

  .div-block-15 {
    flex-direction: column;
    align-items: center;
  }

  .footer_links {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    font-weight: 400;
  }

  .heading-3 {
    color: var(--black);
    font-size: 30px;
  }

  .paragraph-3 {
    font-size: 15px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-4 {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 32px;
  }

  .paragraph-4 {
    font-size: 22px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .div-block-18 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-7 {
    font-size: 16px;
    line-height: 20px;
  }

  .title-header-3 {
    font-size: 18px;
  }

  .heading-44 {
    font-size: 28px;
  }

  .text-block-4 {
    text-align: center;
  }

  .div-block-25 {
    flex-direction: column;
  }

  .button-2 {
    width: 200px;
    margin-top: 10px;
    margin-left: 0;
  }

  .paragraph-64 {
    width: 100%;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .heading-78 {
    font-size: 31px;
  }

  .html-embed-8, .size.right {
    margin-top: 20px;
    margin-left: 0;
  }

  .code-embed-6 {
    height: 790px;
  }

  .div-block-53 {
    height: 1000px;
  }

  .code-embed-7 {
    height: 1365px;
  }
}

#w-node-f62242e4-24e7-6010-9e38-c4cebbd6c557-90bb0c14, #w-node-e5412fd4-5993-4e1f-f2d5-a61571dd0ea0-90bb0c14, #w-node-_336a6b85-3e8e-e321-79e4-6accac9a8510-90bb0c14, #w-node-bb5f947d-9644-b26a-7f19-1b0ed390e768-90bb0c14, #w-node-d847782b-817c-287e-32d0-0d30f0785b70-90bb0c14, #w-node-b2697992-827e-13f9-afce-45ba8a2f4a9d-90bb0c14, #w-node-_826bc253-edf3-a6aa-2278-9fce86555584-86555582, #w-node-_826bc253-edf3-a6aa-2278-9fce86555585-86555582, #w-node-_826bc253-edf3-a6aa-2278-9fce86555586-86555582, #w-node-_826bc253-edf3-a6aa-2278-9fce86555587-86555582, #w-node-_826bc253-edf3-a6aa-2278-9fce86555588-86555582, #w-node-_826bc253-edf3-a6aa-2278-9fce86555589-86555582, #w-node-_67af4022-b059-f3c0-1e02-a690110aa882-2e3d799c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2a7a1ab-e314-b69d-ad13-60db2c4d2586-2d29b238 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}


