.container {
  margin-top: 20px;
}

.navbar {
  background-color: transparent;
}

.navfont {
  font-family: Roboto, sans-serif;
  color: #ed4396;
  font-size: 15px;
  font-weight: 300;
}

.container-2 {
  direction: ltr;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  text-transform: none;
}

.navbutton {
  width: 120px;
  height: 35px;
  margin-bottom: 5px;
  margin-left: 20px;
  border-radius: 100px;
  background-color: #f494bc;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body {
  font-size: 13px;
}

.slider {
  height: 450px;
  margin-top: 40px;
}

.text-block {
  position: fixed;
  left: 300px;
  top: 170px;
  z-index: 10;
  font-family: Roboto, sans-serif;
  color: #ed4396;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
}

.section {
  background-image: url('../images/bg3.png');
  background-position: 100% 0px;
  background-repeat: no-repeat;
}

.section-2 {
  height: 150px;
  margin-top: -100px;
  background-image: url('../images/bg2.png');
  background-position: 0px 100%;
  background-repeat: no-repeat;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: 0.25fr 2.75fr;
  grid-template-rows: auto auto auto auto auto;
  font-family: Roboto, sans-serif;
  color: #ed4396;
  font-size: 20px;
  font-weight: 400;
}

.mask {
  position: relative;
  background-color: transparent;
}

.section-3 {
  background-image: url('../images/bg5.png');
  background-position: 0px 0px;
  background-size: cover;
}

.columns-2 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.sec2_h2 {
  font-family: Roboto, sans-serif;
  color: #ed4396;
  font-size: 30px;
  text-transform: uppercase;
}

.container-4 {
  padding-left: 0px;
  text-align: center;
}

.paragraph {
  color: #ed4396;
  font-size: 14px;
  text-align: justify;
}

.paragraph-2 {
  color: #ed4396;
  text-align: justify;
}

.image-4 {
  margin-top: 10px;
}

.paragraph-3 {
  color: #ed4396;
  text-align: justify;
}

.image-5 {
  margin-top: 30px;
}

.column {
  padding-right: 20px;
  padding-left: 20px;
}

.column-2 {
  padding-right: 20px;
  padding-left: 20px;
}

.column-3 {
  padding-right: 20px;
  padding-left: 20px;
}

.section-4 {
  background-image: url('../images/icon4.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.section-5 {
  height: 150px;
  margin-top: -100px;
  background-image: url('../images/icon5.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

.heading {
  margin-top: 80px;
  margin-bottom: 50px;
  font-family: Roboto, sans-serif;
  color: #ed4396;
  text-align: center;
}

.columns-3_phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  color: #ed4396;
  font-size: 30px;
  font-weight: 700;
}

.text-block-3 {
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  color: #ed4396;
}

.text-block-4 {
  color: #ed4396;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-6 {
  height: 250px;
  background-image: url('../images/bakery-baking-birthday-8148.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-7 {
  background-image: url('../images/bg4.png');
  background-position: 0px 0px;
  background-size: cover;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-6 {
  padding-bottom: 70px;
}

.heading-2 {
  margin-top: 30px;
  font-family: Roboto, sans-serif;
  color: #ed4396;
  text-align: center;
}

.paragraph-4 {
  font-family: Roboto, sans-serif;
  color: #ed4396;
  text-align: center;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-5 {
  margin-bottom: 50px;
  font-family: Roboto, sans-serif;
  color: #ed4396;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
}

.heading-copy {
  margin-top: 80px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #ed4396;
  text-align: center;
}

.section-8 {
  background-image: url('../images/footerbg.png');
  background-position: 0px 0px;
  background-size: cover;
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  border: 5px solid #ed4396;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #ed4396;
  font-size: 18px;
  font-weight: 700;
}

.section-9 {
  background-color: #eaf5e9;
}

.paragraph-6 {
  margin-top: 30px;
  margin-bottom: 40px;
  color: #ed4396;
  text-align: center;
}

.slide {
  background-image: url('../images/slider1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-10 {
  position: absolute;
  left: 0px;
  top: 70px;
  right: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed-3 {
  display: none;
}

.html-embed-4 {
  display: none;
}

.image-19 {
  display: none;
}

@media (max-width: 991px) {
  .container-2 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .navbutton {
    margin-top: 20px;
    margin-left: 0px;
  }
  .nav-menu {
    position: fixed;
    z-index: 100;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f0f0f0;
  }
  .text-block {
    left: 100px;
    font-size: 20px;
  }
  .container-4 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section-7 {
    background-position: 50% 50%;
  }
  .container-6 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .container-8 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .column-8 {
    position: static;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    padding-right: 0px;
    padding-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-7 {
    text-align: left;
  }
  .column-9 {
    padding-left: 0px;
  }
  .html-embed {
    display: none;
  }
  .section-10 {
    top: 70px;
  }
  .html-embed-3 {
    display: none;
  }
  .html-embed-4 {
    display: block;
  }
}

@media (max-width: 767px) {
  .container-2 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .nav-menu {
    z-index: 100;
  }
  .text-block {
    left: 60px;
  }
  .section {
    background-size: auto 100px;
  }
  .section-2 {
    height: 200px;
    background-size: auto 100px;
  }
  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .grid {
    font-size: 20px;
  }
  .container-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-4 {
    background-size: auto 100px;
  }
  .section-5 {
    background-size: auto 100px;
  }
  .heading {
    margin-bottom: 0px;
  }
  .columns-3_phone {
    position: static;
    margin-top: 20px;
  }
  .column-4 {
    position: static;
    left: 0px;
    top: 0px;
    bottom: 0px;
    padding-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .column-5 {
    margin-top: 58px;
  }
  .container-6 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .column-7 {
    margin-top: 58px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .container-7 {
    padding-right: 80px;
    padding-left: 80px;
  }
  .container-8 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .column-8 {
    padding-right: auto;
    padding-left: auto;
  }
  .column-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-10 {
    padding-left: 0px;
  }
  .image-8 {
    height: 60px;
  }
  .image-9 {
    height: 60px;
  }
  .image-10 {
    height: 60px;
  }
  .section-10 {
    top: 70px;
    margin-right: 80px;
    margin-left: 80px;
  }
  .image-18 {
    width: 110px;
  }
  .html-embed-3 {
    display: none;
  }
}

@media (max-width: 479px) {
  .container-2 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .nav-menu {
    z-index: 100;
  }
  .slider {
    height: 350px;
  }
  .text-block {
    left: 40px;
    top: 120px;
    font-size: 15px;
    line-height: 30px;
  }
  .section {
    background-size: auto 80px;
  }
  .section-2 {
    background-size: auto 80px;
  }
  .columns {
    padding-right: 10px;
    padding-left: 10px;
  }
  .grid {
    font-size: 15px;
  }
  .heading {
    margin-bottom: 20px;
  }
  .columns-3_phone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .column-4 {
    margin-top: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
  }
  .section-7 {
    background-position: 0px 50%;
    background-size: cover;
  }
  .columns-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-5 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .heading-2 {
    margin-top: 20px;
  }
  .paragraph-4 {
    margin-bottom: 0px;
  }
  .column-6 {
    margin-bottom: 30px;
  }
  .column-7 {
    margin-top: 0px;
  }
  .paragraph-5 {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 25px;
  }
  .section-8 {
    background-position: 0px 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .container-7 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .paragraph-6 {
    font-size: 10px;
  }
  .container-8 {
    margin-bottom: 0px;
    padding-right: 50px;
    padding-bottom: 70px;
    padding-left: 50px;
  }
  .image-8 {
    height: 50px;
  }
  .image-9 {
    height: 50px;
  }
  .image-10 {
    height: 50px;
  }
  .icon {
    margin-right: 0px;
  }
  .icon-2 {
    margin-left: 0px;
  }
  .image-11 {
    height: 50px;
  }
  .image-12 {
    height: 50px;
  }
  .image-13 {
    height: 50px;
  }
  .image-14 {
    height: 80px;
  }
  .image-15 {
    margin-top: 0px;
  }
  .html-embed {
    display: none;
  }
  .section-10 {
    top: 80px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .image-18 {
    width: 100px;
  }
  .html-embed-3 {
    display: block;
  }
  .html-embed-4 {
    display: none;
  }
  .link-block {
    display: none;
  }
  .image-19 {
    display: block;
  }
  .link-block-2 {
    display: block;
  }
}

#w-node-02d0efd01f35 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 4;
}

@media screen and (max-width: 991px) {
  #w-node-02d0efd01f35 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
  }
}

#w-node-8c18d0e4fe0b {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 767px) {
  #w-node-8c18d0e4fe0b {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}

#w-node-66b8b5e72c76 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
}

#w-node-da156145b2cb {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 4;
  grid-row-end: 5;
}

#w-node-aa26c7ae0c45 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 5;
  grid-row-end: 6;
}

#w-node-2cd4901466bd {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 5;
  grid-row-end: 6;
}

#w-node-a361beac6b83 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 4;
  grid-row-end: 5;
}

#w-node-95ed9dde518b {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}

#w-node-a6f44cc50137 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 3;
  grid-row-end: 4;
}

#w-node-85301463dd2f {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 767px) {
  #w-node-85301463dd2f {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}

