/* body{
	margin-top: -6.25rem;
} */



.blog-image-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2rem;
	grid-gap: 2.2rem;
}

.grid-item {
	grid-column: 1 / 3;
}

.sidebar1 {
	grid-column: 3;
	/* border: 3px solid black; */
}



.centered-main {
	text-align: center;
}

.title-grid {
	display: inline-block;
	margin: 0 auto;
}

.title-grid div {
	display: inline-block;
	margin-top: 4.5rem;
	/* add some margin between the images */
}



/* Optional: add some basic styling */
.grid-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.over-menu-blog {
	grid-column: 3/5;
	font-family: "Nothing You Could Do", cursive;
	font-weight: 400;
	/* font-style: normal; */
	font-size: 2.5rem;
	font-style: italic;
	font-weight: normal;
	line-height: 1.1;
	display: flex;
	display: inline-flex;
	align-content: center;
	align-items: center;
	flex-shrink: 0;
	margin-top: 4.625rem;
}

/* todo	================================ */
/* <!-- THE TITLE OF BLOG IS HERE
		============================= --> */


.blog-title-container {
	grid-area: title;
	font-size: 1.5rem;
	line-height: 3.5rem;
	/* letter-spacing: 10px; */
	font-weight: bold;
	text-align: center;
	margin-top: 1rem;
}

.blog-title-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 2.2rem;
}

.better-blog-title {
	grid-column: 1 / 3;
	font-size: 2rem;
line-height: 4rem;
	text-align: center;
	margin-top: 1.25rem;
	margin-bottom: 1.875rem;
}

.empty {
	grid-column: 3;
	background-color: #dd7d23;
	/* border-radius: ;
		border-color: blue; */
}


/* <!-- THE BLOG STORY IS HERE */
/* ============================= --> */
/* todo	================================ */




.blog-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 2.2rem;
}

.blog-text {
	grid-column: 1 / 3;
}

.sidebar2 {
	display: flex;
	flex-direction: column;
	gap: 2.2rem;
	justify-content: space-around;
	/* center horizontally */
}

.item1 {
	/* width: 20px;  */
	/* height: auto; */
	/* adjust the width as needed */
	/* background-color: blue; */
	border: 3px solid black;

	/* margin-left: 100px; */
	/* add some padding around each item */
	text-align: center;
	/* center the text inside each item */
}

.item2 {
	/* adjust the width as needed */
	/* background-color: blue; */
	/* border: 13px solid black; */

	/* add some padding around each item */
	text-align: center;
	/* center the text inside each item */
}

.blog-textdropcap {
	float: left;
	font-size: 3.125rem;
	line-height: -0.9;
	font-weight: bold;
	margin-right: 0.5rem;
	margin-top: 0.875rem;
	/* margin-bottom:-4px ; */
	margin-left: -0.8rem;
	padding-left: 1rem;
	padding: -0.625rem;
	color: red;
	font-family: "Noto Sans",
		"Gill Sans MT", Calibri,
		"Trebuchet MS", sans-serif;
	text-shadow: gray 0.05em 0.05em;
}

.indented-blog-story {
	text-indent: 1.25rem;
	font-size: 1.1rem;
	font-weight: normal;
	line-height: 1.5rem;
	text-align: left;
	margin-bottom: .6rem;
}

.blog-text {
		font-size: 1.1rem;
			font-weight: normal;
			line-height: 1.5rem;
			text-align: left;
	margin-top: 0.5rem;
	margin-left: -0.8rem;
/* padding-left: 30px; */
	font-weight: normal;
	line-height: 1.6rem;
	text-align: left;
	margin-top: -1.5rem;
	margin-bottom: 11.6rem;
	/* margin-left: -0.8rem; */
	/* padding: 10px; */
}

.blog-text-bullet {
		font-size: 1.1rem;
			font-weight: normal;
			line-height: 1.5rem;
			text-align: left;
	margin-top: 0.5rem;
	margin-left: -0.8rem;
padding-left: 1.875rem;
	font-weight: normal;
	line-height: 1.6rem;
	text-align: left;
	margin-top: -1.5rem;
	margin-bottom: 11.6rem;
	/* margin-left: -0.8rem; */
	/* padding: 10px; */
}







.blog-headings {
	font-family: "Noto Sans",
		"Gill Sans MT", Calibri,
		"Trebuchet MS", sans-serif;
	font-size: 1.5rem;
	line-height: 1.3rem;
	margin-top: 1rem;
	margin-bottom: 0.375rem;
}

.padding-recipe {
	padding-left: 1.25rem;
}

.spacer-blog {
	visibility: hidden;

	margin-bottom: -0.625rem;
}

.blog-text-subtitle {
	grid-area: story;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.6rem;
	text-align: left;
	margin-top: 1.5625rem;
	margin-bottom: 1.850rem;
	color: green;
}

/* ul {
	list-style-position: outside;
	padding-left: 20px;
	margin-top: -150px;
} */

.bottom-navigation-blog{
margin: auto;
	margin-top: 1.5rem;


}



.good {
	font-family: "Nothing You Could Do",
		cursive;
	font-weight: 400;
	font-size: 3rem;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	margin-bottom: -11rem;
	margin-top: -10rem;
	/* display: flex;
	display: inline-flex;
	align-content: center;
	align-items: center; */
}