.hero__header {
  padding: 0 15%;
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: rgba(44, 44, 44, 0.9);
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0px 3px 10px 2px #000000af;
          box-shadow: 0px 3px 10px 2px #000000af;
}

.hero__header div {
  margin: 0.625rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.hero__header a.btn {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
  padding: 0.3rem 3.3rem;
  text-transform: uppercase;
}

.hidden {
  opacity: 0;
  z-index: -5;
}

html,
body {
  min-height: 100%;
}

html {
  line-height: 1;
}

body {
  display: block;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #f2f2f2;
  margin: 0;
  background-color: #000;
}

p {
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
}

main {
  min-height: 75vh;
}

a {
  text-decoration: none;
  color: inherit;
}

h3 {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 200;
  line-height: 3.75rem;
  padding: 1.25rem 0;
  margin: 0;
  text-transform: uppercase;
}

.btn-green {
  background-color: #3d7b42;
  border: none;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: All 0.2s ease;
  transition: All 0.2s ease;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.btn-green:hover {
  background-color: #235730;
}

header.header {
  margin: 0;
  min-height: 110px;
  background-color: #2c2c2c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header.header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.header a img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.hero {
  text-align: center;
}

.hero .hero__title {
  font-size: 4.375rem;
  font-weight: 400;
  line-height: 4.375rem;
  margin: 0;
  margin-top: 0.625rem;
}

.hero div {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.465rem;
  text-transform: uppercase;
  margin: 0.625rem 0;
}

.hero a.btn {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.5rem;
  width: 22.5rem;
  padding: 0.6rem 0;
  text-transform: uppercase;
}

.hero a.btn .btn__span {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #85ca8d;
}

.hero .hero__content {
  background-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero .hero__content img {
  width: 100%;
}

.hero .hero__content ul {
  text-align-last: left;
}

.hero .hero__content ul li {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.5rem;
}

.features {
  padding: 2.5rem 0;
  text-align: center;
}

.features img {
  width: 100%;
}

.contact {
  text-align: center;
  padding-bottom: 4.5rem;
}

.contact .contact__title {
  padding-bottom: 0.825rem;
}

.contact .contact__subtitle {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.465rem;
  margin-bottom: 1rem;
}

.contact .contact__btn {
  display: inline-block;
  text-transform: uppercase;
  color: white;
  background-color: #2c2c2c;
  border-radius: 5px;
  padding: 1rem 2rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.contact .contact__btn span {
  color: #9f9f9f;
}

@media (max-width: 599px) {
  h3 {
    font-size: 1.875rem;
    font-weight: 200;
    line-height: 2rem;
    padding: 0.625rem 0;
  }
  .hero__header {
    padding: 0 5%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hero__header a.btn {
    padding: 0.5rem 3em;
    margin: 5% 0;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.125rem;
  }
  .hero .hero__title {
    padding-bottom: 0.3rem;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 2.56rem;
  }
  .hero .hero__subtitle {
    margin: 0 0 1rem 0;
    text-transform: none;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.18rem;
  }
  .hero a.btn {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.125rem;
    padding: 0.8rem 0;
    width: 90%;
  }
  .hero a.btn span.btn__span {
    padding-top: 0.5rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.125rem;
  }
  .hero .hero__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
    padding-bottom: 0.825rem;
  }
  .hero .hero__content img {
    width: 100%;
    margin: 0;
  }
  .hero .hero__content ul li {
    text-transform: none;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.18rem;
    padding-bottom: 0.325rem;
    text-align-last: center;
    list-style-position: inside;
  }
  .features {
    padding-top: 0;
  }
  .contact {
    padding-bottom: 2rem;
  }
  .contact .contact__subtitle {
    text-transform: capitalize;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.18rem;
  }
  .contact .contact__btn {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.125rem;
    width: 90%;
    padding: 1.5rem 0;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  html {
    font-size: 12px;
  }
  h3 {
    padding: 0.625rem 0;
  }
  .hero__header {
    padding: 0 8%;
  }
  .hero__header a.btn {
    padding: 0.7rem 1.2rem;
    margin: 2% 0;
  }
  .hero .hero__title {
    padding-bottom: 0.3rem;
  }
  .hero .hero__subtitle {
    margin: 0 0 1rem 0;
    text-transform: none;
  }
  .hero a.btn {
    padding: 0.5rem 0;
  }
  .hero .hero__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0.825rem;
  }
  .hero .hero__content img {
    width: 80%;
    margin: 0;
  }
  .hero .hero__content ul li {
    text-transform: none;
    padding-bottom: 0.625rem;
    text-align-last: center;
    list-style-position: inside;
  }
  .features {
    padding-top: 0;
  }
  .contact {
    padding-bottom: 2rem;
  }
  .contact .contact__subtitle {
    text-transform: capitalize;
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  html {
    font-size: 13px;
  }
  h3 {
    padding: 0.625rem 0;
  }
  .hero__header {
    padding: 0 8%;
  }
  .hero__header a.btn {
    padding: 0.7rem 1rem;
    margin: 1% 0;
  }
  .hero .hero__title {
    padding-bottom: 0.625rem;
  }
  .hero .hero__subtitle {
    margin: 0 0 1rem 0;
    text-transform: none;
  }
  .hero a.btn {
    padding: 0.5rem 0;
    margin-bottom: 1rem;
  }
  .hero .hero__content {
    padding-bottom: 0.825rem;
  }
  .hero .hero__content picture {
    width: 60%;
  }
  .hero .hero__content ul li {
    text-transform: none;
    padding-bottom: 0.625rem;
    text-align-last: center;
    list-style-position: inside;
  }
  .features {
    padding-top: 0;
  }
  .contact {
    padding-bottom: 2rem;
  }
  .contact .contact__subtitle {
    text-transform: capitalize;
  }
}

@media (min-width: 1200px) and (max-width: 1799px) {
  html {
    font-size: 14px;
  }
  .hero .hero__content picture {
    width: 60%;
  }
}
/*# sourceMappingURL=main.css.map */