* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.home {
  height: 100%;
  padding-top: 10vh;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(rgba(39, 39, 39, 0.3)), color-stop(rgba(173, 208, 56, 0.5)), to(rgba(255, 255, 255, 0.3))), url(../images/moletake_Landing_leafybicycle.png) center top;
  background: linear-gradient(to right, rgba(39, 39, 39, 0.3), rgba(173, 208, 56, 0.5), rgba(255, 255, 255, 0.3)), url(../images/moletake_Landing_leafybicycle.png) center top;
  background: url(../images/moletake_Landing_leafybicycle.png) center top;
  background-size: cover;
}

.home__name {
  font-size: 1.5rem;
  line-height: 3rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.1rem;
  border-bottom: 3px solid #fff;
  padding-left: 1.5rem;
}

.home__name--last {
  color: #add038;
  padding-top: 2.5rem;
  /* padding-left: 1.5rem; */
  font-weight: 700;
  top: 1rem;
}

.home__name--byline {
  color: rgba(173, 208, 56, 0.9);
  color: white;
  padding: 0.5rem 0 2rem 0;
  font-weight: 400;
  line-height: 1.5rem;
  top: 1rem;
}

.home footer {
  padding-bottom: 0.05rem;
  line-height: 1rem;
  color: black;
}

.menu-btn {
  position: absolute;
  z-index: 1;
  right: 1rem;
  top: 1rem;
  height: 20px;
  width: 28px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.menu-btn__burger {
  position: absolute;
  right: 0;
  top: 0.5rem;
  width: 28px;
  height: 3px;
  background: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.menu-btn__burger::before {
  content: '';
  position: absolute;
  top: -8px;
  width: 28px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.menu-btn__burger::after {
  content: '';
  position: absolute;
  top: 8px;
  width: 20px;
  height: 3px;
  background-color: #000;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.menu-btn__burger.open {
  -webkit-transform: rotate(720deg);
          transform: rotate(720deg);
  background: transparent;
}

.menu-btn__burger.open::before {
  -webkit-transform: rotate(45deg) translate(5px, 8px);
          transform: rotate(45deg) translate(5px, 8px);
}

.menu-btn__burger.open::after {
  width: 28px;
  -webkit-transform: rotate(-45deg) translate(3px, -7px);
          transform: rotate(-45deg) translate(3px, -7px);
}

.nav {
  position: fixed;
  background: rgba(27, 27, 27, 0.8);
  top: 0;
  left: 0;
  width: 100vw;
  height: 8vh;
  opacity: 0.98;
  visibility: hidden;
}

.nav.open {
  visibility: visible;
}

.nav .menu-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 90vh;
  width: 95vw;
  overflow: hidden;
  background: #657f38;
  list-style-type: none;
  padding-left: 2rem;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.nav .menu-nav.open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.nav .menu-nav__item {
  padding-right: 3rem;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.nav .menu-nav__item.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.nav .menu-nav__item.active > a {
  color: #add038;
  font-weight: 300;
  
}

.nav .menu-nav__link {
  display: inline-block;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: 2rem 0;
  font-weight: 400;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.nav .menu-nav__link:hover {
  color: #add038;
}

.menu-nav__item:nth-child(1) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.menu-nav__item:nth-child(2) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.menu-nav__item:nth-child(3) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.menu-nav__item:nth-child(4) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

.menu-nav__item:nth-child(5) {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}

.services {
  padding-bottom: 2rem;
}

.services__bio-image {
  height: 20vh;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(101, 127, 56, 0.9)), to(rgba(39, 39, 39, 0.3))), url(../images/energy2.jpg) center top;
  background: linear-gradient(to right, rgba(101, 127, 56, 0.9), rgba(39, 39, 39, 0.3)), url(../images/energy2.jpg) center top;
  background-size: cover;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content:  flex-start;
}

.services__bio-image .text-secondary {
  position: absolute;
  font-size: 2rem;
  padding-top: 2rem;
  margin: 2rem;
}

.services__items {
  width: 60vw;
  margin: 2rem auto 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-gap: 2rem;
}

.services__items a {
  font-weight: 400;
  padding-left: 2%;
  line-height: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.services__item {
  position: relative;
  left: 1%;
  border-bottom: 10px solid #add038;
  overflow: hidden;
  text-anchor: middle;
  cursor: pointer;
}

.services__item img {
  width: 100%;
  height: 100%;
}

.services__item::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  background: #add038;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.services__item:hover::after {
  top: 0;
  opacity: 0.9;
}

.services__item:hover .services__btn {
  opacity: 1;
}

.services__btns {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-rows: (1fr)[2];
      grid-template-rows: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.services__btn {
  opacity: 0.1;
  color: #000;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.services__btn:hover {
  color: #fff;
}

.services .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.services footer {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  translate: 1rem, 1rem;
}

.details {
  padding: 2rem 1rem 0 3rem;
  top: 2rem;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.details h3 {
  font-weight: 900;
  font-style: oblique;
  color: #fff;
  border-top: rgba(173, 208, 56, 0.9) 0.1rem solid;
}

.detail {
  -webkit-box-align: centre;
      -ms-flex-align: centre;
          align-items: centre;
  padding: 2rem;
  top: 4rem;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.detail__text ul {
  padding-left: 5rem;
}

.detail__heading {
  top: 10rem;
  font-weight: 700;
  bottom: 3rem;
}

.detail__text {
  margin: 2rem auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2, 1fr;
      grid-template-columns: 2, 1fr;
  grid-gap: 2rem;
}

.detail__text {
  position: relative;
  cursor: pointer;
}

.detail img {
  width: 100%;
}

.detail .fa-undo-alt {
  color: black;
  font-size: 1.5rem;
  outline: black solid 1rem;
}

.detail__section--thumbnail {
  height: 15vh;
  width: 15%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(39, 39, 39, 0.9)), to(rgba(39, 39, 39, 0.3))), url(../images/africa-lovers.jpg) center top;
  background: linear-gradient(to right, rgba(39, 39, 39, 0.9), rgba(39, 39, 39, 0.3)), url(../images/africa-lovers.jpg) center top;
  background-size: initial;
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.contact {
  height: 100%;
  padding-top: 1vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-size: cover;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.contact h2 {
  font-size: 4rem;
  margin-bottom: 2rem;
}

.contact__list {
  position: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  font-size: 2rem;
  grid-gap: 2rem;
}

.contact__list .contact__detail {
  color: white;
}

.contact__list {
  margin-top: 0.1rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-gap: 1.2rem;
  padding-left: 1vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact .text-secondary {
  font-size: 1.5rem;
  padding-left: 3rem;
  padding-bottom: 10rem;
  line-height: 2rem;
  color: rgba(173, 208, 56, 0.9)
}

.contact h6 {
  padding-top: 0.5rem;
  font-size: 1rem;
  margin: 1rem;
}

.contact .social-icons {
  position: initial;
  margin-top: 2rem;
  left: 1rem;
}

.contact footer {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  translate: -3rem, -5rem;
}

@media screen and (min-width: 768px) {
  .menu-btn {
    visibility: hidden;
  }
  .nav {
    visibility: visible;
  }
  .nav .menu-nav {
    display: block;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    height: 100%;
    background: transparent;
    text-align: right;
    padding-right: 20%;
  }
  .nav .menu-nav__item {
    display: inline;
    padding: right;
  }
  .nav .menu-nav__link {
    font-size: 1.5rem;
  }
  .about__bio {
    font-size: 1.5rem;
  }
  .home__name {
    font-size: 1.5rem;
    top: -1rem;
    padding-bottom: 5rem;
    margin-bottom: 5rem;
  }
  .services__bio-image {
    height: 40vh;
  }
  .services__items {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .services .test-secondary {
    font-size: 3rem;
  }
  .contact__bio-image {
    height: 40vh;
  }
  .contact .test-secondary {
    font-size: 3rem;
  }
  .contact .contact__list {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1024px) {
  .services__items {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .contact__list {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 1600px) {
  .services__bio-image {
    height: 50vh;
  }
  .services__items {
    width: 80vw;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
}

body {
  background: #272727;
  color: #fff;
  height: 100vh;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1rem;
}

h1, h2, h3 {
  font-weight: 400;
}

a {
  color: #fff;
  text-decoration: none;
}

#services_top {
  outline: #333 solid 0.1rem;
  /* outline-offset: 2rem; */
  padding-bottom: 5rem;
}

.top {
  background: #657f38;
  color: #ffffff;
  width: 3.5rem;
  height: 3.2rem;
  border-radius: 50%;
  margin-top: 1rem;
}

.text-secondary {
  color: #fff;
}

.details {
  position: static;
  display: block;
  grid-auto-columns: 1fr;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 2rem;
  bottom: 300px;
}

.details .detail {
  margin-left: 15%;
}

.details .detail__text {
  row-gap: 2rem;
}

header {
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
  width: 100%;
}

header nav {
  height: 20vh;
  padding: 0 17%;
  gap: 3rem;
  width: 80vw;
  background: #272727;
}

main {
  height: 100%;
  width: 100%;
}

main .social-icons {
  position: fixed;
  bottom: 4rem;
  left: 3rem;
}

main .social-icons a {
  padding: 1rem;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

main .social-icons a:hover {
  color: #657f38;
}

footer {
  color: set-text-color #272727;
  font-size: 0.7rem;
  position: fixed;
  bottom: 5rem;
  left: 0.05rem;
  text-align: left;
  padding: 0.1rem;
}
/*# sourceMappingURL=main.css.map */