#section-app > div.text-section > div > div.section-title > h3 {
	font-family: 'Amatic SC' !important; 
	font-weight: bold; 
	color:#aa2741;
}

.text-section {
	background-color:#fff; 
	padding:20px 0;
}

.about-mealy{
	margin:60px 0 40px 0;
}

.download-cta {
	padding:20px 0 0 0; 
	text-align: center;
}
.download-cta .download-buttons {
	margin-top:10px;
}
.download-buttons .sr-button {
	margin:2px 10px;
}
.section-title {
	margin-bottom:0;
}
.recipe{
	width:100%;
	height:100%;
	background-image: url('recipe-site-background-tile.png');
	background-size:124px 216px;
	background-color: #eee;
	box-sizing: border-box;
	padding:60px 0 30px 0
}
.recipe-inner-wrapper{
	max-width:600px;
	margin:0px auto;
	padding:20px;

}
.recipe-card-img{
	margin:0px auto;
	display:block;
	max-width: 90%;
	width:400px;
} 

.blogger-recipes-wrapper {
	width:100%;
	padding:40px 0;
	background-color: #eee;
	background-size:124px 216px;
	background-image: url('recipe-site-background-tile.png');
}

.blogger-recipes{
	max-width:1100px;
	margin:0px auto;
}
.blogger-recipes .column {
	margin-bottom:20px;
}
#section-app.blogger .section-title {
	padding-bottom:40px;
}
@media only screen and (max-width: 1200px) {
	.blogger-recipes{
		max-width:938px;
	}
}
@media only screen and (max-width: 1023px) {
	.blogger-recipes{
		max-width:740px;
	}
}
@media only screen and (max-width: 760px) {
	.blogger-recipes{
		max-width:400px;
		padding:20px;
	}
}