/*!**********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./app/resources/sass/app.scss ***!
  \**********************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Nunito&family=Shadows+Into+Light+Two&family=Dancing+Script&display=swap);
/*!**************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./app/resources/sass/app.scss (1) ***!
  \**************************************************************************************************************************/
/*
    app.scss
*/
html {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: rgb(200, 242, 209);
}

body {
  width: 100%;
  height: 100%;
  background-size: cover;
  padding: 0;
}

#app {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.header {
  width: 100%;
  height: 203px;
  background-repeat: no-repeat;
  background-size: cover;
  mask-image: linear-gradient(to bottom, rgb(30, 30, 30) 99%, rgba(30, 30, 30, 0) 100%);
}
@media screen and (max-width: 1089px) {
  .header {
    height: 125px;
  }
}

.header-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}

.header-content {
  position: relative;
  padding: 10px;
  font-family: "Dancing Script", Nunito, Verdana, Geneva, Tahoma, sans-serif;
  text-align: center;
}

.header-content h1 {
  margin-top: 37px;
  font-size: 4.1em;
  font-weight: bold;
  color: rgb(222, 255, 223);
  text-shadow: 0 0 5px #229143, 0 0 10px #229143, 0 0 20px #229143, 0 0 40px #229143, 0 0 80px #229143;
}
@media screen and (max-width: 768px) {
  .header-content h1 {
    font-size: 2em;
    margin-top: unset;
  }
}

@media screen and (max-width: 400px) {
  .margin-bottom-mobile-fix {
    margin-bottom: -7.5rem !important;
  }
}

.content-section {
  position: relative;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .content-section {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .content-section {
    padding: 5px;
    text-align: center;
  }
}

.content-section h3 {
  margin-bottom: 30px;
  font-size: 1.5em;
}

.content-section h4 {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 1.2em;
}

.content-section p {
  margin-bottom: 30px;
  font-size: 1.1em;
}

.content-section a {
  color: rgb(50, 115, 220);
}

.content-section a:hover {
  color: rgb(50, 115, 220);
  text-decoration: underline;
}

.content-section a.button:hover {
  text-decoration: none;
}

.tagline {
  position: relative;
  margin-top: 30px;
  padding: 10px;
  background-color: rgb(111, 155, 85);
  color: rgb(50, 60, 45);
  border: 1px solid rgb(50, 115, 35);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 1.2em;
}
@media screen and (max-width: 1098px) {
  .tagline {
    margin-top: unset;
    margin-bottom: unset;
    font-size: 1em;
    top: -25px;
  }
}

.icon i {
  color: rgb(120, 120, 120);
}

.info {
  position: relative;
  border-radius: 5px;
  margin-bottom: 30px;
}

.info-title {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.3em;
  font-weight: bold;
}

.info-content {
  padding: 20px;
}

.info-box-green {
  border: 1px solid rgb(20, 143, 25);
}

.info-header-green {
  background-color: rgba(31, 220, 40, 0.8);
  color: rgb(250, 250, 250);
}

.info-content-green {
  color: rgb(50, 50, 50);
  background-color: rgba(31, 220, 40, 0.3);
}

.info-content-green strong {
  color: rgb(50, 50, 50);
}

.info-box-red {
  border: 1px solid rgb(123, 68, 68);
}

.info-header-red {
  background-color: rgba(205, 40, 38, 0.8);
  color: rgb(250, 250, 250);
}

.info-content-red {
  color: rgb(50, 50, 50);
  background-color: rgba(205, 40, 38, 0.4);
}

.info-content-red strong {
  color: rgb(50, 50, 50);
}

.info-box-blue {
  border: 1px solid rgb(20, 85, 143);
}

.info-header-blue {
  background-color: rgba(35, 90, 245, 0.8);
  color: rgb(250, 250, 250);
}

.info-content-blue {
  color: rgb(50, 50, 50);
  background-color: rgba(0, 76, 168, 0.3);
}

.info-content-blue strong {
  color: rgb(50, 50, 50);
}

.plants {
  position: relative;
}
@media screen and (max-width: 768px) {
  .plants {
    top: 35px;
  }
}

.plant {
  position: relative;
  display: inline-block;
  width: 307px;
  height: 408px;
  border: 1px solid rgb(150, 150, 150);
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media screen and (max-width: 400px) {
  .plant {
    width: 100%;
  }
}

.plant:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.95);
}

.photo {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.3s ease;
}

.photo:hover {
  transform: scale(1.1);
}

.plant-info-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 15px;
  background-color: rgba(20, 20, 20, 0.8);
}

.plant-info-data {
  color: rgb(200, 200, 200);
}

.plant-info-data-name {
  font-size: 1.2em;
}

.plant-info-data-location {
  font-style: italic;
}

.details {
  position: relative;
}

.details h2 {
  font-size: 2em;
  color: rgb(50, 50, 50);
  background-image: linear-gradient(to right, rgb(141, 192, 111), rgba(141, 192, 111, 0.35));
  padding: 10px;
  border: 1px solid rgb(50, 115, 35);
  border-radius: 10px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

.details p.notes {
  margin-top: 50px;
  margin-bottom: 30px;
  font-style: italic;
}
@media screen and (min-width: 1089px) {
  .details p.notes {
    margin-left: 10px;
  }
}

.details table {
  width: 100%;
}
@media screen and (min-width: 1089px) {
  .details table {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1471px) {
  .details table {
    width: 75%;
  }
}
@media screen and (max-width: 925px) {
  .details table {
    width: 73%;
  }
}
@media screen and (max-width: 786px) {
  .details table {
    width: 100%;
  }
}

.details table strong {
  color: rgb(100, 100, 100);
}

.details thead {
  background-color: rgba(135, 179, 111, 0.5);
}

.details table td {
  border: 1px solid rgb(130, 130, 130);
  padding: 10px;
}

.details-photo {
  position: relative;
  width: 473px;
  height: 631px;
  border: 1px solid rgb(150, 150, 150);
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 400px) {
  .details-photo {
    width: 100%;
  }
}

.details-photo-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (min-width: 523px) {
  .gallery {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.gallery h3 {
  font-size: 2.5em;
  margin-bottom: 20px;
}

.gallery-photo {
  position: relative;
  display: inline-block;
  width: 352px;
  margin-left: 5px;
  margin-right: 5px;
}

.map-root {
  position: relative;
  width: 100%;
  height: 350px;
  z-index: 5;
  margin-top: 10px;
  margin-bottom: 185px;
  text-align: center;
}

.map-root h3 {
  font-size: 1.5em;
  margin-bottom: 15px;
}

.map-address {
  font-weight: bold;
  margin-bottom: 20px;
}

.map-content {
  position: unset;
  width: 100%;
  height: 100%;
}

.fade {
  transition: opacity 0.75s ease-in;
}

.fade-in {
  opacity: 0;
}

.fade-out {
  opacity: 1;
}

#loadmore {
  margin-top: 50px;
}

.paragraph {
  margin-top: 30px;
  margin-bottom: 30px;
}

.tags {
  margin-top: 40px;
}

.tag {
  position: relative;
  display: inline-block;
  min-width: 100px;
  background-color: rgba(250, 250, 250, 0.6) !important;
  border: 1px solid rgb(200, 200, 200);
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px !important;
  padding-right: 25px !important;
  border-radius: 35px !important;
}

.tag:hover {
  background-color: rgb(250, 250, 250) !important;
  cursor: pointer;
}

.scroll-to-top {
  position: fixed;
  z-index: 100;
  bottom: 12px;
  right: 12px;
}

.scroll-to-top-inner {
  background-color: rgb(93, 172, 84);
  border-radius: 50%;
  padding: 12px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.scroll-to-top-inner a {
  color: rgb(255, 255, 255);
}

.cookies-outer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 320px;
  min-height: 150px;
  z-index: 100;
  padding: 15px;
  margin-left: 20px;
  margin-bottom: 25px;
  background-color: rgb(155, 235, 180);
  border: 1px solid rgb(100, 100, 100);
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}

.cookies-action {
  position: relative;
  float: right;
  margin-top: 20px;
  margin-bottom: 10px;
}

.cookies-action a {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 35px;
  background-color: rgb(123, 245, 142);
  border: 1px solid rgb(100, 100, 100);
  color: rgb(50, 50, 50);
}

.cookies-action a:hover {
  background-color: rgb(105, 225, 125);
  color: rgb(50, 50, 50);
}

.footer {
  width: 100%;
  color: rgb(250, 250, 250);
  background-color: rgb(111, 145, 99);
  padding: 1rem 1.5rem 1rem;
  box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.99);
}

.footer-frame {
  width: 100%;
}

.footer-content {
  text-align: center;
}

.footer-content a {
  color: rgb(255, 255, 255);
  font-weight: bold;
}

.footer-content a:hover {
  color: rgb(255, 255, 255);
  text-decoration: underline;
  font-weight: bold;
}

.is-full-width {
  width: 100%;
}

.is-margin-top-40 {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .is-margin-bottom-50 {
    margin-bottom: 50px;
  }
}

.is-top-22 {
  top: 22px;
}

.is-centered {
  text-align: center;
}
