/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .specials-div {
	clear:both;
	margin:30px auto;
	padding:20px;
	box-sizing:border-box;
	border:dashed 1px #4499d8;

}

.specials-div h3 {
	color:#4499d8;
	font-size:24px;
	font-weight:700;
}

.specials-div h5 {
	color:#4499d8;
	font-weight:700;
}

.specials-div h6 {
	font-size:14px;
	font-style:italic;
}