* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  color: black;
  font-family: 'Roboto', sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  box-sizing: border-box;
}

.wrapper {
  margin-right: auto;
  /* 1 */
  margin-left: auto;
  /* 1 */
  max-width: 1200px;
  /* 2 */
  padding-right: auto;
  /* 3 */
  padding-left: auto;
  /* 3 */
}

html, body {
  width: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body header {
  width: 100%;
  height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #011E00;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  outline: none;
  position: relative;
  z-index: 2;
}

body header .separateul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

body header #logo a {
  color: #77ff00;
  font-size: 1.8em;
  font-family: 'Fira Sans', sans-serif;
  padding: 10px;
  margin: 5px;
}

body header #logo a img {
  width: 1em;
  height: 1em;
  position: relative;
  top: 2px;
}

body main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  width: 100%;
}

body main h1 {
  font-size: 2em;
  font-family: 'Fira Sans', sans-serif;
  text-align: center;
  color: #000000;
  font-weight: lighter;
  margin: 10px 10px 20px 10px;
  padding: 5px;
}

body main .ptslist h2 {
  font-size: 1.5em;
  font-family: 'Fira Sans', sans-serif;
  font-weight: lighter;
  color: #73ff01;
  padding: 5px;
  margin: 10px 20px;
  margin-top: 30px;
  margin-bottom: 0;
  text-align: start;
}

body main .ptslist h3 {
  font-size: .9em;
  color: #dbd9d9;
  font-family: 'Roboto', sans-serif;
  text-align: start;
  width: 90%;
  margin: auto;
  font-weight: bolder;
}

body main .ptslist {
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 20px 5px;
}

body main .ptslist li div {
  border: 2px solid transparent;
}

body main .ptslist img {
  width: 80%;
  height: 80%;
  margin-bottom: 1em;
}

body main .flowchart {
  background-image: url("resources/man-backf1.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: black;
}

body .points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 95%;
  height: auto;
  -ms-flex-item-align: center;
      align-self: center;
}

body .points .iconlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px;
  margin: 10px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

body .points .iconlist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
}

body .points .iconlist li h3 {
  font-family: 'Fira Sans', sans-serif;
  font-weight: lighter;
  font-size: .8em;
  width: 100%;
  height: auto;
  margin: 15px 0px;
}

body .points .iconlist li img {
  width: 110px;
  height: 110px;
  padding: 10px;
  margin: 10px;
  position: relative;
}

body footer {
  background-color: #011E00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: none;
  outline: none;
}

body footer .separatefoot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1080px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

body footer p {
  color: #bebebe;
  font-family: 'Noto Sans', sans-serif;
  font-size: .8em;
  padding: 5px;
  margin: 5px;
}

@media only screen and (min-width: 768px) {
  body header #logo a {
    color: #77ff00;
    font-size: 2em;
    font-family: 'Fira Sans', sans-serif;
    padding: 15px;
    margin: 10px;
  }
  body header {
    width: 100%;
    height: 4.5rem;
  }
  body header #dropdown {
    width: 30%;
  }
  body footer p {
    font-size: 1em;
  }
  body main h1 {
    font-size: 2em;
  }
  body main .ptslist img {
    width: 50%;
    height: 50%;
  }
  body main .ptslist h2 {
    font-size: 2em;
  }
  body main .ptslist h3 {
    font-size: 1.3em;
  }
  body .points .iconlist li h3 {
    font-size: 1.2em;
    width: 20em;
  }
}
/*# sourceMappingURL=manufacter.css.map */