/* ADD CUSTOM STYLES */

.heading {

		color: rgba(143, 11, 16, 1);
		font-size: 1.25em;
		text-decoration: underline;
		font-weight: bolder;
		margin-top: 40px;
		display: block;
		margin-bottom: 10px;
	}

.item-title {
		color: rgba(57, 54, 54, 1);
		font-weight: 600;
		font-size: 16px;
	}

.tickets-on-sale{
		display: block;
		margin: 0 auto;
		text-align: center;
		order-radius: 5px;
		background-color: #39b3e4;
		color: #ffffff;
		max-width: 200px;
		padding: 10px;
		text-decoration: none;
		font-size: 16pt;
		box-shadow:
		   inset 3px 3px 10px rgba(0, 118, 187, .4),
		   inset -3px -3px 10px rgba(0, 118, 187, .4);
}