/* Bulletin post css */

.bulletin-post{
	margin-top:4em;
}

.bulletin-header h1{
	border-bottom:3px solid;
}

.recipe-image{
	overflow:hidden;
}

.recipe-image img{
	position:absolute;
	width:100%;
	height:auto;
	top:0;
	left:0;
}

.bulletin-intro{
	font-size:1em;
	font-weight:600;
}

@media screen and (min-width:768px){
	.bulletin-intro{
		font-size:1.75em;
	}
}

.recipe-prep{
	
}



