@media only screen and (min-width: 200px) {
  header .navbar .listmenu {
    display: block;
  }
  header .navbar .listmenu ul {
    display: block;
    list-style: none;
    color: #fff;
    padding: 0;
    -webkit-transform: translateY(-40rem);
            transform: translateY(-40rem);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
  header .navbar .listmenu ul:visited {
    color: #fff;
  }
  header .navbar .listmenu ul li {
    display: block;
    margin: auto;
    inset: 0;
    margin-top: 2.5em;
    text-align: center;
    font-weight: 300;
  }
  header .navbar .listmenu ul a {
    color: #fff;
    text-decoration: none;
  }
  header .nav-active {
    height: 130vw;
  }
  header .list-active {
    -webkit-transform: translateY(0rem) !important;
            transform: translateY(0rem) !important;
    -webkit-animation: menuaction 1s forwards;
            animation: menuaction 1s forwards;
  }
  @-webkit-keyframes menuaction {
    0% {
      opacity: 0;
    }
    25% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes menuaction {
    0% {
      opacity: 0;
    }
    25% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}

@media only screen and (orientation: landscape) and (min-width: 200px) and (max-width: 759px) {
  .nav-active {
    height: 130vw;
  }
  .list-active {
    -webkit-transform: translateY(0rem) !important;
            transform: translateY(0rem) !important;
    -webkit-animation: menuaction 1s forwards;
            animation: menuaction 1s forwards;
  }
  @-webkit-keyframes menuaction {
    0% {
      opacity: 0;
    }
    25% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes menuaction {
    0% {
      opacity: 0;
    }
    25% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}

@media only screen and (min-width: 760px) {
  header {
    height: 30em;
  }
  .header {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .header img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    background-size: unset;
  }
  .header .title {
    bottom: 0 !important;
    font-size: 5vw !important;
  }
  .navbar {
    width: 85vw !important;
    height: 6vw !important;
  }
  .navbar .hammenu {
    left: 75.75vw !important;
    min-width: 3em !important;
  }
  .nav-active {
    height: 50vw !important;
  }
  .listid li {
    font-size: 1.5rem;
  }
  #navlogo {
    width: 5vw !important;
  }
  main {
    margin-top: 10% !important;
  }
  main .info {
    font-size: 2.5vw !important;
    margin: 1rem 3rem !important;
  }
  main .info::after {
    left: 4.75rem !important;
  }
  main .plantarticle {
    -ms-grid-columns: 2 !important;
        grid-template-columns: 2 !important;
    -ms-grid-rows: 4 !important;
        grid-template-rows: 4 !important;
        grid-template-areas: 'plant1' 'plant2' 'plant3' 'plant4' !important;
  }
  main .plantarticle .plants {
        grid-template-areas: 'img' 'txt';
    -ms-grid-columns: 2;
        grid-template-columns: 2;
    -ms-grid-rows: 4;
        grid-template-rows: 4;
    margin-bottom: 12vw;
  }
  main .plantarticle #pl4 {
    margin-bottom: 22.5vw;
  }
  main .plantarticle #pl2 {
    margin-bottom: 4vw;
  }
  main .plantarticle .plantimg {
    width: 40vw;
    grid-column: -1;
    -ms-grid-row: 2;
    grid-row: 2;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-column-align: center;
        justify-self: center;
    margin: auto;
  }
  main .plantarticle .planttxt {
    width: 40vw;
    font-size: 2vw;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    margin: auto;
    text-align: left;
  }
  main .plantarticle .planttitle {
    font-size: 3vw;
    margin: auto;
    bottom: 0;
    padding-top: 2.5rem;
    padding-bottom: 1vw;
  }
  main .plantarticle #title4 {
    padding: 0 0 1vw 0;
  }
  main .plantarticle #txt1, main .plantarticle #txt3 {
    -ms-grid-column: 2;
    grid-column: 2;
  }
  main .plantarticle #plant1, main .plantarticle #plant3 {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  main .plantarticle #txt3 {
    margin: 9vw auto auto auto;
  }
  main .plantarticle .disclaimer {
    font-size: 1.25vw;
  }
  footer {
    height: 20em !important;
  }
  footer .contact {
    font-size: 3.5vw !important;
  }
  footer .copyright {
    font-size: 1vw !important;
  }
  footer .social-icons {
    margin: auto !important;
    vertical-align: middle !important;
  }
  footer .social-icons #social {
    width: 5vw !important;
  }
}

@media only screen and (orientation: landscape) and (min-width: 760px) {
  header {
    height: 35em;
  }
  main {
    margin-top: 5% !important;
  }
  .info {
    margin-top: 1rem !important;
  }
  .navbar {
    height: 6vw !important;
    border-radius: 4rem !important;
  }
  .navbar .hammenu {
    min-width: 3em !important;
  }
  .nav-active {
    height: 40vw !important;
  }
  footer {
    height: 40vh !important;
  }
  footer .social-icons {
    margin: auto 0 !important;
    top: 17vh;
  }
  footer .social-icons #social {
    width: 4vw !important;
    vertical-align: middle;
  }
}

@media only screen and (min-width: 1100px) and (orientation: landscape) {
  .hammenu .navbar {
    min-width: 5.5% !important;
  }
  .hammenu .hammenu {
    display: none !important;
  }
  .hammenu .listmenu ul {
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
}

@media only screen and (min-width: 1250px) {
  header {
    height: 70.4vh;
  }
  header .header img {
    -o-object-position: 100% 35%;
       object-position: 100% 35%;
  }
  header .header .title {
    font-size: 5vw !important;
  }
  header .navbar {
    width: 80% !important;
    height: 5vw !important;
  }
  header .navbar #navlogo {
    width: 6vh !important;
    left: 2.2vw;
  }
  header .navbar .hammenu {
    display: none;
  }
  header .navbar .listmenu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute;
    margin: auto 0;
    left: 15vw;
    width: 100%;
  }
  header .navbar .listmenu ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
  header .navbar .listmenu ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    float: left;
    margin: 0;
    list-style: none;
    font-weight: 300;
    margin-right: 12.5%;
    font-size: 1.15vw;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
  header .navbar .listmenu ul li:last-child {
    width: 40em;
  }
  header .navbar .listmenu ul li:hover a:hover {
    color: #e7e5e5;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  header .navbar .listmenu ul li a::after {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  header .navbar .listmenu ul li a {
    color: white;
    text-decoration: none;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    position: relative;
  }
  header .navbar .listmenu ul li a::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #e7e5e5;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  header .navbar .listmenu ul li a:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  main .info {
    font-size: 2vw !important;
  }
  main .info p {
    padding: 1.5vw 5vw 3vw 5vw !important;
  }
  main .info::after {
    left: 7.65rem !important;
  }
  main .plants {
    margin-bottom: 10rem;
  }
  main .plantarticle {
    margin-top: 5.5%;
  }
  main .plantarticle .plantimg {
    width: 30vw;
  }
  main .plantarticle .planttxt {
    font-size: 1.4vw;
    width: 50vw;
  }
  main .plantarticle .planttitle {
    font-size: 2.25vw;
  }
  main .plantarticle #pl2 {
    margin-bottom: 10rem;
  }
  main .plantarticle #txt3, main .plantarticle #txt2, main .plantarticle #txt1 {
    margin: 1rem auto;
  }
  main .disclaimer {
    font-size: 0.75vw !important;
  }
  footer {
    height: 52vh !important;
  }
  footer .contact {
    font-size: 2.75vw !important;
  }
  footer .copyright {
    font-size: 00.75vw !important;
  }
  footer .social-icons {
    top: 21vh !important;
  }
}

html {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  scroll-behavior: smooth;
  margin: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: none;
}

body {
  background-color: #fffdfd;
  margin: 0;
  margin-top: 0;
  padding: 0;
  height: auto;
}

img {
  border: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  border: none;
  margin: 0;
  width: 100vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header img {
  width: 100vw;
  height: auto;
  -webkit-filter: brightness(125%);
          filter: brightness(125%);
  -webkit-filter: saturate(135%);
          filter: saturate(135%);
}

header .title {
  font-size: 9.5vw;
  color: white;
  position: absolute;
  left: 12vw;
  bottom: 3vh;
  font-weight: 500;
  cursor: default;
}

header .title::-moz-selection {
  cursor: default;
}

header .title::selection {
  cursor: default;
}

.navbar {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  inset: 0;
  margin: 0 auto;
  position: fixed;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 85vw;
  height: 9vw;
  min-height: 1.875rem;
  border: none;
  top: 5vh;
  -webkit-transition: height 750ms;
  transition: height 750ms;
  display: inline-flex;
  background: rgba(8, 8, 8, 0.35);
  -webkit-box-shadow: 0 8px 32px 0 rgba(32, 32, 32, 0.37);
          box-shadow: 0 8px 32px 0 rgba(32, 32, 32, 0.37);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 2rem;
}

.navbar #navlogo {
  display: block;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 7.7vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  padding: 0;
  left: 3vw;
  position: absolute;
  cursor: pointer;
}

.navbar .hammenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: block;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 3em;
  width: 2.1em;
  min-width: 2.5em;
  margin: 0;
  left: 71vw;
  z-index: 100;
  max-inline-size: 150px;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}

.navbar .hammenu svg {
  width: 100%;
  height: 100%;
  margin: 1em auto;
  padding: 0;
  z-index: 100;
}

.navbar .ham {
  display: block;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.navbar .hamRotate.active {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navbar .hamRotate180.active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.navbar .line {
  fill: none;
  -webkit-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #dadada;
  stroke-width: 4.25;
  stroke-linecap: round;
}

.navbar .ham1 .top {
  stroke-dasharray: 40 139;
}

.navbar .ham1 .bottom {
  stroke-dasharray: 40 180;
}

.navbar .ham1.active .top {
  stroke-dashoffset: -98px;
}

.navbar .ham1.active .bottom {
  stroke-dashoffset: -138px;
}

main {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin-top: 5%;
}

main .info {
  color: #364A3D;
  margin: 1rem 2rem;
  padding: 0;
  font-size: 5vw;
  inset: 0;
}

main .info::after {
  content: "";
  position: absolute;
  left: 3.6rem;
  right: 0;
  height: 0.5vw;
  width: 60vw;
  border-top: 1.25vh solid #2C503A;
  z-index: -1;
}

main .info p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 1rem;
  padding: 0.75rem;
  color: #364A3D;
  font-weight: 300;
}

.plantarticle {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1;
      grid-template-columns: 1;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
      grid-template-areas: 'plant1' 'plant2' 'plant3' 'plant4';
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-auto-flow: dense;
  width: 100vw;
  inset: 0;
  padding: 0;
  width: 100%;
  padding-top: 8rem;
}

.plantarticle .plants {
  display: -ms-grid;
  display: grid;
  margin: 0 auto;
  inset: 0;
  position: relative;
  width: 100%;
  margin-bottom: 8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.plantarticle .plantimg {
  width: 72.5vw;
  height: auto;
  margin: 0 auto;
  -ms-grid-column-align: center;
      justify-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  inset: 0;
  position: relative;
  place-content: center;
  -webkit-box-shadow: 0.3px 0.6px 2.2px rgba(0, 0, 0, 0.026), 0.8px 1.5px 5.3px rgba(0, 0, 0, 0.037), 1.5px 2.9px 10px rgba(0, 0, 0, 0.044), 2.7px 5.1px 17.9px rgba(0, 0, 0, 0.048), 5px 9.6px 33.4px rgba(0, 0, 0, 0.053), 12px 23px 80px rgba(0, 0, 0, 0.07);
          box-shadow: 0.3px 0.6px 2.2px rgba(0, 0, 0, 0.026), 0.8px 1.5px 5.3px rgba(0, 0, 0, 0.037), 1.5px 2.9px 10px rgba(0, 0, 0, 0.044), 2.7px 5.1px 17.9px rgba(0, 0, 0, 0.048), 5px 9.6px 33.4px rgba(0, 0, 0, 0.053), 12px 23px 80px rgba(0, 0, 0, 0.07);
}

.plantarticle .planttxt {
  width: 70vw;
  color: #707070;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 0 auto;
  inset: 0;
  font-weight: 300;
  line-height: 1.5;
  font-size: 4vw;
}

.plantarticle .planttitle {
  font-weight: 500;
  color: #746769;
  margin-top: 6.5vw;
  inset: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 500;
  font-size: 6vw;
  margin-bottom: 0.5rem;
}

.plantarticle .planttitle::-moz-selection {
  color: #D8D8D8;
  background-color: #707070;
}

.plantarticle .planttitle::selection {
  color: #D8D8D8;
  background-color: #707070;
}

.plantarticle #title4 {
  padding: 0 1rem;
}

.plantarticle .disclaimer {
  width: 96%;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #D8D8D8;
  text-align: center;
  margin: 0 auto;
  inset: 0;
  font-size: 2.5vw;
}

.plantarticle .disclaimer a {
  color: #D8D8D8;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 700;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.plantarticle .disclaimer a:hover {
  color: #c4c4c4;
}

p::-moz-selection {
  background-color: #2C503A;
  color: whitesmoke;
}

p::selection {
  background-color: #2C503A;
  color: whitesmoke;
}

footer {
  width: 100%;
  height: 30vh;
  margin: 1.5rem 0 0 0;
  clear: both;
  overflow: hidden;
  position: absolute;
  padding: 0;
}

footer img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
}

footer span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: whitesmoke;
  text-align: center;
}

footer .contact {
  font-size: 6vw;
  position: absolute;
  margin: 0 0 0.5rem 0;
  inset: 28.5% 0 auto;
  font-weight: 500;
}

footer .copyright {
  font-size: 1.5vw;
  position: absolute;
  margin: 0 0 0.25rem 0;
  inset: auto 0 0;
  font-weight: 400;
  padding: 0;
}

.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 11vh;
  overflow: visible;
}

.social-icons #social {
  position: relative;
  width: 7.5vw;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: white;
  margin: 0 6vw;
  background: transparent;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
/*# sourceMappingURL=main.css.map */