*, *:before, *:after {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body section {
  display: grid;
  grid-template-columns: 50% 50%;
  row-gap: 12vw;
  margin-top: 5vw;
  top: 0;
  left: -4%;
}
body section div1 {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  margin-top: -5vw;
  left: 10vw;
}
body section div1 .logo {
  width: 50%;
  height: auto;
}
body section p {
  grid-column: 1;
  grid-row: 2;
  position: relative;
  text-align: justify;
  margin-top: -12vw;
  left: 50vw;
}
body section p p1 {
  font-family: Helvetica;
  font-weight: bold;
}
body section div {
  grid-column: 1/2;
  grid-row: 3;
  display: grid;
  grid-template-columns: 2% 24% 24% 24% 24%;
  grid-template-rows: auto;
  position: relative;
  margin-bottom: 10vw;
  top: -8vw;
}
body section div div2 {
  grid-column: 1/5;
  grid-row: 1;
  position: relative;
  top: -7vw;
  margin-left: 0vw;
  left: -3vw;
}
body section div div2 .color_palette {
  width: 200%;
  height: auto;
}
body section div div3 {
  grid-column: 3/5;
  grid-row: 1;
  position: relative;
  margin-top: 0;
  top: 4.5vw;
  left: 55vw;
  background-color: none;
}
body section div div3 .bc {
  width: 130%;
  height: auto;
}
body section div div4 {
  grid-column: 1/4;
  grid-row: 2;
  position: relative;
  top: -8.5vw;
  left: 9vw;
}
body section div div4 .id {
  width: 150%;
  height: auto;
}
body section div div5 {
  grid-column: 3/5;
  grid-row: 2;
  position: relative;
  top: -13vw;
  left: 38vw;
  background-color: none;
}
body section div div5 .bag {
  width: 200%;
  height: auto;
}
body section div div6 {
  grid-column: 1/4;
  grid-row: 3;
  position: relative;
  top: -9vw;
  left: 6vw;
  background-color: none;
}
body section div div6 .sign {
  width: 220%;
  height: auto;
}
body section div div7 {
  grid-column: 3/5;
  grid-row: 3;
  position: relative;
  top: -6vw;
  left: 52vw;
  background-color: none;
}
body section div div7 .digital-letterhead {
  width: 150%;
  height: auto;
}
body section div div8 {
  grid-column: 1/4;
  grid-row: 4;
  position: relative;
  top: -5vw;
  left: 6vw;
  background-color: none;
}
body section div div8 .envelope {
  width: 200%;
  height: auto;
}
body section div div9 {
  grid-column: 3/5;
  grid-row: 4;
  position: relative;
  top: -3vw;
  left: 47vw;
  background-color: none;
}
body section div div9 .letterhead {
  width: 170%;
  height: auto;
}
body section div div10 {
  grid-column: 1/5;
  grid-row: 5;
  position: relative;
  top: -1vw;
  left: 30vw;
  background-color: none;
}
body section div div10 .wall {
  width: 130%;
  height: auto;
}

@media screen and (min-width: 1500px) {
  body section {
    position: relative;
    margin-top: 6vw;
    top: 0vw;
    margin-left: 0;
  }
  body section p {
    margin-top: -10vw;
  }
  body section div {
    top: -5vw;
    margin-bottom: 15vw;
  }
}
@media only screen and (max-width: 800px) {
  body section {
    grid-template-columns: 100%;
    margin-top: 20vw;
  }
  body section div1 {
    margin-top: -35vw;
    left: 13vw;
  }
  body section div1 .logo {
    width: 50%;
  }
  body section p {
    grid-column: 1;
    grid-row: 2;
    top: 5vw;
    left: -6vw;
    padding: 5vw;
    padding-right: 15vw;
    line-height: 5vw;
  }
  body section div {
    grid-column: 1;
    grid-template-columns: 100%;
    margin-top: 15vw;
    margin-bottom: 75vw;
  }
  body section div div2 {
    grid-column: 1;
    grid-row: 1;
    left: -12vw;
    margin-top: 0vw;
  }
  body section div div2 .color_palette {
    width: 100%;
  }
  body section div div3 {
    grid-column: 1;
    grid-row: 2;
    margin-top: 0;
    top: 2vw;
    left: -1vw;
  }
  body section div div3 .bc {
    width: 80%;
  }
  body section div div4 {
    grid-column: 1;
    grid-row: 3;
    top: 8vw;
    left: -1vw;
  }
  body section div div4 .id {
    width: 80%;
  }
  body section div div5 {
    grid-column: 1;
    grid-row: 4;
    top: 14vw;
    left: -1vw;
  }
  body section div div5 .bag {
    width: 80%;
  }
  body section div div6 {
    grid-column: 1;
    grid-row: 5;
    top: 19vw;
    left: -1vw;
  }
  body section div div6 .sign {
    width: 80%;
  }
  body section div div7 {
    grid-column: 1;
    grid-row: 6;
    top: 25vw;
    left: -1vw;
  }
  body section div div7 .digital-letterhead {
    width: 80%;
  }
  body section div div8 {
    grid-column: 1;
    grid-row: 7;
    top: 30vw;
    left: -1vw;
  }
  body section div div8 .envelope {
    width: 80%;
  }
  body section div div9 {
    grid-column: 1;
    grid-row: 8;
    top: 35vw;
    left: -1vw;
  }
  body section div div9 .letterhead {
    width: 80%;
  }
  body section div div10 {
    grid-column: 1;
    grid-row: 9;
    top: 40vw;
    left: -1vw;
  }
  body section div div10 .wall {
    width: 80%;
  }
}
@media only screen and (max-width: 500px) {
  body section {
    left: -6vw;
  }
  body section div1 {
    left: -11vw;
  }
  body section div2 {
    left: -17vw;
  }
}/*# sourceMappingURL=Camelia-Flower-Fashion.css.map */