.venue-details{
    border-top: 1px solid #000;
}
.image-collection.image-container{
    margin: 15px 0px;
}
.accordion-body-text h1, 
.accordion-body-text h2, 
.accordion-body-text h3, 
.accordion-body-text h4, 
.accordion-body-text h5, 
.accordion-body-text h6{
    margin-top: 2rem;
}
.accordion-body-text h1 span,
.accordion-body-text h2 span,
.accordion-body-text h3 span,
.accordion-body-text h4 span,
.accordion-body-text h5 span,
.accordion-body-text h6 span {
    font-family: FranklinGothicDemiCompressed;
}
.accordion-body-text ul{
    margin: 1rem 0rem;
}
.img-container:hover{
    filter: brightness(90%);
}

#venueHireAccordion ul li{
    color: #858585;
}
#venueHireAccordion .accordion-item{
    border-bottom: 1px solid !important;
}

#venueHireAccordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2'/%3E%3C/svg%3E");
    width: 24px;
    height: 24px;
    background-size: contain;
  }
  #venueHireAccordion .accordion-item:last-child{
    border-bottom: none !important;
  }