p {
  font-family: 'Comfortaa';
  color: rgb(50,50,50);
}

.product-image {
  max-width: 75%;
}

.product-item {
  text-align: center;
  border: .5px solid rgb(95,93,93) ;
}

.grid-headline {
  font-size: 16px;
  font-weight: bold;
  border-color: rgb(59,59,59);
  color: var(--bs-red);
  text-transform: uppercase;
}

.list-line-item {
  font-size: 14px;
  font-family: Comfortaa, serif;
}

h6 {
  color: var(--bs-red);
  text-decoration:  underline;
}

.footer-description {
  font-size: 13px;
  color: rgb(69,69,69);
  transform: perspective(0px) scale(1) skew(0deg);
}

.image-block {
  text-align: center;
  padding: 10px;
}

.py-5 {
  padding-top: 8rem !important;
  padding-bottom: 3rem !important;
}

.rule-seperator {
  margin-bottom: 1em;
  border-bottom-style: ridge;
  border-bottom-color: rgb(174,174,174);
}

#pbom-logo {
  max-width: 100%;
  height: auto;
  max-width: 60px;
  opacity: 80%;
  margin-top: -20px;
}

.sub-heading {
  font-size: 16px !important;
  font-style: italic;
  color: rgba(98,98,98,0.9);
}

.barn-img {
  max-width: 85%;
}

.cat-header {
  font-family: Comfortaa, serif;
  font-weight: bold;
  color: var(--bs-gray-700);
}

