img {
	display: block;
	margin: 0 auto;
	width: 1120px;
}

.over-menu-landing {
	display: grid;
	grid-column: 3/5;
	font-family: "Atma", system-ui;
	font-weight: 600;
	font-style: normal;
	font-size: 3.5rem;
	font-style: italic;
	font-weight: normal;
	word-wrap: wrap;
	line-height: 2.9rem;
	display: flex;
	display: inline-flex;
	align-content: center;
	align-items: center;
	flex-shrink: 0;
	margin-top: 125px;
	margin-left: 50px;
}

.thanks-over-menu {
	grid-column: 3/5;
	font-family: "Atma", system-ui;
	font-weight: 600;
	font-style: italic;
	font-size: 50px;
	letter-spacing: .2rem;
	font-weight: normal;
	word-wrap: wrap;
	line-height: 4.2rem;
	display: flex;
	display: inline-flex;
	align-content: center;
	align-items: center;
	flex-shrink: 0;
	margin-top: -5px;
}


.landing-container-menu {
	display: flex;

}

.landing-image {
	display: flex;
	width: 100%;
	margin: 0;
}

.grid-container {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-gap: 15px;
	margin-top: 50px;
	padding-left: 0px;

}

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

.grid-item-2 {
	grid-column: 2;
}

.landing-image {
	display: flex;
	width: 100%;
	margin: 0;
}

.landing-copy {
	font-family: Noto, "Helvetica Neue", Helvetica;
	font-size: 30px;
	line-height: 40px;
	font-weight: normal;
	word-wrap: wrap;
	text-align: left;
	margin-top: 10px;
}

.landing-spacer {
	visibility: hidden;
	margin-top: 25px;
}

.dusia-sig {
	display: flex;
	margin-top: -7px;
	margin-bottom: 30px;
	align-content: center;
	align-items: center;
	width: 150px;
	flex-shrink: 0;
}

.dusia-round {
	display: flex;

	align-content: center;
	align-items: center;
	width: 220px;
	flex-shrink: 0;

}



.about-me-title {
	font-family: Noto, "Helvetica Neue", Helvetica;
	font-size: 35px;
	line-height: 40px;
	font-weight: normal;
	word-wrap: wrap;
	padding: 10px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: -10px;
}

.about-me {
	font-family: Noto, "Helvetica Neue", Helvetica;
	font-size: 1.5625rem;
	line-height: 2rem;
	font-weight: normal;
	padding: 10px;
	word-wrap: wrap;
	text-align: left;
	margin-top: 10px;
}

/* img {
  display: block;
  margin: 0 auto;
		/* width: 120px; */


.recipes-grid1 {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 2rem;
	padding: 1rem 0;
}



/* .grid-container {
		display: grid;
		grid-template-columns: 2fr 1fr;
		gap: 10px;
} */


.grid-bottom {
	display: grid;
	grid-template-columns: 600px 1fr;
	gap: 20px;
}

.column-1 {
	/* background-color: #eee; */
	padding: 20px;
}

.column-2 {
	/* background-color: #ddd; */
	padding: 120px;
}


/* Make the navigation menu responsive */
/* @media only screen and (max-width: 767px) {
	.dusia-icon {
		margin-bottom: -1600px;
	}
} */




@media only screen and (max-width: 1280px) {
	.landing-image {
		/* Add your desired styles here */
		width: 100%;
		height: auto;
	}
}

@media only screen and (max-width: 4080px) {
	.landing-other {
		/* Add your desired styles here */
		width: 100%;
		height: auto;
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	.landing-image {
		/* Add your desired styles here */
		width: 100%;
		height: auto;
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	.landing-other {
		/* Add your desired styles here */
		width: 100%;
		height: auto;
		display: flex;
		margin-top: 70px;

		/* display: none; */
	}
}





















@media only screen and (max-width: 767px) {
	.bottom-navigation {
		flex-direction: column;
	}

	.bottom-navigation a {
		margin-bottom: 10px;
	}
}

/* Make the grid container responsive */
@media only screen and (max-width: 767px) {
	.grid-container {
		grid-template-columns: 1fr;
	}
}

/* Make the recipes grid responsive */
@media only screen and (max-width: 767px) {
	.recipes-grid {
		grid-template-columns: 1fr;
	}

	.recipes-grid article {
		margin-bottom: 20px;
	}
}

/* Make the subscription form responsive */
/* @media only screen and (max-width: 767px) {
	.subscription-form {
		width: 100%;
		display: flex;
	}

	.subscription-form input {
		width: 100%;
		display: flex;
	}

	.subscription-form button {
		width: 100%;
		display: flex;
	}
}

@media only screen and (max-width: 767px) {
	.grid-bottom {
		grid-template-columns: 1fr;
		display: flex;
	}
} */
@media (max-width: 767px) {
	.grid-bottom .column-1 .col-md-3.subscription-box {
		width: 100%;
	}
}

@media (max-width: 443px) {
	.grid-bottom .column-1 .col-md-3.subscription-box {
		width: 60%;
	}
}



@media (max-width: 390px) {
	.grid-bottom .column-1 .col-md-3.subscription-box {
		width: 50%;
	}
}