/* CSS Document */
.parks-icon {
	max-width: 4rem;
	height: auto;
}

.parks-banner {
	max-height: 16rem;
	width: auto;
}

.parks-sidebar-header{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-around;
	margin-bottom: 10px;
}

.btn-parks-contact {
	background-color: #006838 !important;
  border: 1px solid #006838 !important;
	border-radius: 10px !important;
  color: white !important;
  padding: 15px 32px !important;
  text-align: center !important;
  text-decoration: none !important;
}

.park-event-list .park-event-item:not(:last-child) {
	margin-bottom: 0.8rem;
}