*, *: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: 15vw;
  top: 0;
  left: -4%;
}
body section div1 {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  margin-top: -17vw;
  left: 5vw;
}
body section div1 .logo {
  width: 60%;
  height: auto;
  border-radius: 90%;
}
body section p {
  grid-column: 1;
  grid-row: 2;
  position: relative;
  text-align: justify;
  margin-top: -17vw;
  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: 3vw;
  top: -15vw;
}
body section div div2 {
  grid-column: 1/5;
  grid-row: 1;
  position: relative;
  top: 6vw;
  margin-left: 0vw;
  left: 4vw;
}
body section div div2 .color_palette {
  width: 150%;
  height: auto;
}
body section div div3 {
  grid-column: 3/5;
  grid-row: 1;
  position: relative;
  margin-top: 0;
  top: -1vw;
  left: 45vw;
  background-color: none;
}
body section div div3 .mockup {
  width: 170%;
  height: auto;
}
body section div div4 {
  grid-column: 1/4;
  grid-row: 2;
  position: relative;
  top: -6vw;
  left: 6vw;
}
body section div div4 .letterhead {
  width: 200%;
  height: auto;
}
body section div div5 {
  grid-column: 3/5;
  grid-row: 2;
  position: relative;
  top: 6vw;
  left: 48vw;
  background-color: none;
}
body section div div5 .envelope {
  width: 150%;
  height: auto;
}
body section div div6 {
  grid-column: 1/3;
  grid-row: 3;
  position: relative;
  top: -3vw;
  left: 8vw;
  background-color: none;
}
body section div div6 .dl {
  width: 280%;
  height: auto;
}
body section div div7 {
  grid-column: 3/5;
  grid-row: 3;
  position: relative;
  top: 8vw;
  left: 33.5vw;
  background-color: none;
}
body section div div7 .bc {
  width: 230%;
  height: auto;
}

@media screen and (min-width: 1500px) {
  body section {
    position: relative;
    margin-top: 15vw;
    top: 0vw;
    margin-left: 0;
  }
  body section p {
    margin-top: -14vw;
  }
  body section div {
    top: -5vw;
    margin-bottom: 12vw;
  }
}
@media only screen and (max-width: 800px) {
  body section {
    grid-template-columns: 100%;
  }
  body section div1 {
    margin-top: -30vw;
    left: 13vw;
  }
  body section div1 .logo {
    width: 50%;
  }
  body section p {
    grid-column: 1;
    grid-row: 2;
    top: 0vw;
    left: -4vw;
    padding: 5vw;
    padding-right: 15vw;
    line-height: 5vw;
  }
  body section div {
    grid-column: 1;
    grid-template-columns: 100%;
    margin-top: 10vw;
    margin-bottom: 30vw;
  }
  body section div div2 {
    grid-column: 1;
    grid-row: 1;
    left: -1vw;
    margin-top: 0vw;
  }
  body section div div2 .color_palette {
    width: 80%;
  }
  body section div div3 {
    grid-column: 1;
    grid-row: 2;
    margin-top: 0;
    top: 6vw;
    left: -1vw;
  }
  body section div div3 .mockup {
    width: 80%;
  }
  body section div div4 {
    grid-column: 1;
    grid-row: 3;
    top: 8vw;
    left: -1vw;
  }
  body section div div4 .letterhead {
    width: 80%;
  }
  body section div div5 {
    grid-column: 1;
    grid-row: 4;
    top: 10vw;
    left: -1vw;
  }
  body section div div5 .envelope {
    width: 80%;
  }
  body section div div6 {
    grid-column: 1;
    grid-row: 5;
    top: 13vw;
    left: -1vw;
  }
  body section div div6 .dl {
    width: 80%;
  }
  body section div div7 {
    grid-column: 1;
    grid-row: 6;
    top: 17vw;
    left: -1vw;
  }
  body section div div7 .bc {
    width: 80%;
  }
}
@media only screen and (max-width: 500px) {
  body section {
    left: -6vw;
  }
  body section div1 {
    left: -11vw;
  }
  body section div {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=Emir-Ice.css.map */