.park-hours-container {
	      
	      
	display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 15px;
    margin: 5 0;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    color: white;
    margin-bottom: 15px;

	      
	  }
	      
	  .park-hours-inner {
    display: flex
;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
}
.park-hours-hours {
    font-family: 'Mother Hen';
    font-size: 21px;
}

.park-hours-start {
    font-size: 20px;
    font-family: "helvetica neue", helvetica, sans-serif;
}
	      
	      
.special-event-text {
  font-family: "helvetica neue", helvetica, sans-serif;
  font-size: 18px;
}
	      
	      .open-now {
	           background: #284707ff;
	          
	      }
	      
	      
	      .soon {
	           background: #a45d03ff;
	          
	      }
	      
	      .closed {
	           background: #a40303ff;
	          
	      }
	      
	       .closed-today {
	              background: #a40303ff;
	       }
	       
	      
	      .extra-hours {
	          
	          background: #a20f98ff;
	      }
	      
	      .park-hours-special-hours-inner {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
}
	      
	  