#festModal-overlay {
	position:fixed; 
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(35, 31, 32, 0.6);
	z-index: 5;
}

#festModal-modal {
	position: fixed;
	z-index: 10;
}

#festModal-content {
	background:#fff;
	padding:16px;
	color: #231F20;
	font-style: italic;
	overflow-y: scroll;
}

#festModal-content p {
  font-size: 0.8rem !important;
}

#festModal-close {
  position: absolute;
  width: 24px;
  height: 24px;
  display: block;
  top: 12px;
  right: 12px;
  text-align: right;
  color: #231F20;
  font-size: 1.2em;
}