@charset "utf-8";

/*
	I Don't Care Family Restaurant and Sports Bar Layout Styles
	Filename: privateevents_layout.css
 */


/* Section Styles */

p > img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}

section > img {
	border-radius: 25px;
	box-shadow: rgba(51, 51, 51) 0px 0px 20px 10px;
}


section article p {
	margin-left: auto;
	margin-right: auto;
	padding: 0px 15px 15px 25px;
}

section article p {
	line-height: 1.5em;
}

section article p {
	text-align: center;
}



