.plaster-regular {
  font-family: "Plaster", system-ui;
  font-weight: 400;
  font-style: normal;
}

.wendy-one-regular {
  font-family: "Wendy One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zekoface {
  padding-bottom: 3px;
  scale: 0.65;
}

.zekoScale {
  scale: 0.95;
}

.zekotreecircle {
  padding-bottom: 10px;
  scale: 0.8;
}

.textDrop {
  padding-top: 100px;
}

.textAlign {
  padding-left: 1.5rem;
  text-align: left;
  text-indent: 26px;
}

.boxText {
  min-width: 200px;
}

.boxEnlarge {
  min-width: 480px;
}

.boxGrowth {
  min-width: 460px;
}

/*	gallery */
.portHolder {
  padding: 0rem 3rem 2rem 3rem;
  align-items: center;
}

.gallery-title {
  font-size: 36px;
  color: #bb7c18;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.filter-button {
  font-size: 18px;
  border: 2px solid #bb7c18;
  padding: 5px 10px;
  text-align: center;
  color: #bb7c18;
  margin-bottom: 30px;
  background: transparent;
}

.filter-button:hover,
.filter-button:focus,
.filter-button.active {
  color: #ffffff;
  background-color: #7d5b13;
  outline: none;
}

.gallery_product {
  margin: 0px;
  padding: 0;
  position: relative;
}

.gallery_product .img-info {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  overflow: hidden;
  color: #fff;
  top: 0;
  display: none;
  transition: 2s;
}

.gallery_product:hover .img-info {
  display: block;
  transition: 2s;
}

.flex-container {
  display: flex;
  justify-content: center;
}

.container {
  display: flex;
  justify-content: space-around;
}

.item {
  margin: 0.2em;
  margin-bottom: 1rem;
}

.cube {
  overflow: clip;
}

/*End Gallery*//*# sourceMappingURL=custom.css.map */