.main-body {
	max-width: 800px;
}

.subtitle-container {
	text-align: center;
}

.subtitle {
	display: inline-block;
	text-align: left;
}

h1 {
	font-family: "Tenor Sans";
	color: #8c827a;
	margin-top: 40px;
	margin-bottom: 30px;
}
@media only screen and (min-width: 960px) { h1 { font-size: 50px; } }
@media only screen and (min-width: 768px) and (max-width: 959px) { h1 { font-size: 45px; } }

.imagen-principal {
	margin-top:30px;
}

h2 {
	font-family: "Tenor Sans";
	font-size: 32px;
	color: #8c827a;
	margin-top: 20px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {h2 { font-size: 25px; } }

h3 {
	font-family: "Tenor Sans";
	font-size: 26px;
	font-weight: bold;
	color: #8c827a;
}
@media only screen and (min-width: 960px) { h3 { font-size: 16px; } }
@media only screen and (min-width: 768px) and (max-width: 959px) {h3 { font-size: 16px; } }

.body-text {
	font-family: "Cormorant";
	font-size: 22px;
	color: #383432;
}
/*
@media only screen and (min-width: 960px) { .body-text { font-size: 16px; } }
@media only screen and (min-width: 768px) and (max-width: 959px) {.body-text { font-size: 16px; } }
*/

/* highlights top of the recipe below the main picture */
.receta-highlights {
	margin-top: 15px;
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
}

.receta-highlights ul {
	list-style-type: none;
}

.ingredientes ul {
	list-style-type: none;
}
