.landing--banner {
	background-image: url(/Assets/landing-page-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	height: 85vh;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 1;
}
.landing--banner::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(32, 32, 32, 0.8);
	z-index: -1;
}
.landing--header {
	color: #fff;
	font-weight: var(--bold-font-weight);
	font-size: 5rem;
	text-align: center;
	line-height: 120%;
	text-shadow: 0px 0px 30px black;
}

@media (max-width: 600px) {
	.landing--banner {
		height: 100vh;
	}
	.landing--banner::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: rgba(32, 32, 32, 0.8);
		z-index: -1;
	}
	.landing--header {
		color: #fff;
		font-weight: var(--bold-font-weight);
		font-size: 5rem;
		text-align: center;
		line-height: 120%;
		text-shadow: 0px 0px 30px black;
	}
}
@media (max-width: 600px) {
	.landing--header {
		font-size: 2.25rem;
		margin: 2.25rem 1rem;
	}
}

/* form!!! */

.form--hero {
	display: grid;
	background-color: var(--grey-color);
	max-width: 1000px;
	margin: 0 auto 4rem;
	text-align: center;
}
.form--hero p {
	color: #000;
	font-weight: var(--regular-font-weight);
	font-size: 2rem;
	margin-top: 3rem;
}
.form--input {
	display: grid;
	gap: 2rem;
	margin-bottom: 3rem;
	grid-template-columns: repeat(1fr, 3);
	grid-template-rows: repeat(1fr, 2);
	border: none;
	grid-column-start: 1;
	grid-column-end: 3;
}
.form--input input {
	display: inline;
	border: 1px solid #c5c5c5;
	border-radius: 0%;
	width: auto;
	background-color: var(--grey-accent-color);
	padding: 1rem;
}
.fields-one input {
	width: 40%;
}
.fields-two input {
	width: 40%;
}
.fields-three textarea {
	max-width: calc(80% + 2rem);
	width: 100%;
	height: 100px;
	resize: none;
	font-size: 1rem;
	padding: 1rem;
	background-color: var(--grey-accent-color);
	border: 1px solid #c5c5c5;
	border-radius: 0%;
}
.fields-one input:nth-child(odd),
.fields-two input:nth-child(odd) {
	margin-right: 2rem;
}
.form--submit {
	border: none;
	position: relative;
	grid-column-start: 3;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 4;
}
.form--submit p {
	color: #fff;
	margin: 0 auto;
	font-size: 2rem;
	transform: translateY(0);
}
form p {
	margin-top: 3rem;
	grid-column-start: 1;
	grid-column-end: 3;
}

@media (max-width: 600px) {
	.form--hero {
		max-width: 80vw;
		justify-content: center;
		margin: 0 auto 2rem;
	}
	.form--submit {
		border: none;
		position: relative;
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 4;
		grid-row-end: 4;
	}
	.form--input {
		display: grid;
		gap: 0rem;
		margin-bottom: 1rem;
		justify-content: center;
	}
	.fields-one input,
	.fields-two input {
		max-width: calc(80% + 0.25rem);
		width: 100%;
		gap: 0.25rem;
	}
	.fields-three textarea {
		max-width: calc(80% + 0.25rem);
		width: 100%;
		resize: none;
	}
	.fields-one input:nth-child(odd),
	.fields-two input:nth-child(odd) {
		margin-right: 0rem;
	}
	.form--hero p {
		font-size: 1.5rem;
		margin-top: 2rem;
	}
	.form--submit > p {
		margin: 0;
	}
}

/* form!!! */
/* landing page specific rules */

/* intro section */
.intro--container {
	text-align: center;
	background-color: #fff;
	color: #000;
}
.intro-inset {
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.336);
	border: 1px solid rgba(0, 0, 0, 0.336);
	max-width: 100%;
	max-height: 100%;
	margin: 0;
}
.intro--header {
	font-size: 2rem;
	margin: 1rem 0;
}
.intro--paragraph {
	color: var(--textcolor-accent-color);
	margin: 1rem 0;
	line-height: 160%;
}
@media (max-width: 1000px) {
	.intro--container {
		max-width: 85vw;
		margin: 2rem auto;
	}
	.intro--header {
		font-size: 1.5rem;
	}
}
/* intro section */

/* section TWO */
.section--two {
	background-image: url(/Assets/section\ 2\ backgropund\ 2.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	background-color: var(--grey-color);
	color: #1d1d1d;
	padding: 6rem 1rem;
	font-size: 1.5rem;
	line-height: 150%;
	position: relative;
	z-index: 1;
}
.section--two-container {
	display: grid;
	gap: 2rem;
	max-width: 900px;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	margin: 0 auto;
}
.img--container-brush,
.img--container-roller {
	background-size: cover;
	background-repeat: no-repeat;
	background-origin: border-box;
	background-position: center;
	box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.5);
	max-width: 100%;
}
.img--container-roller {
	background-image: url(/Assets/four-paint\ rollers.jpg);
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}
.section--paragraph-one {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
	position: relative;
	z-index: 10;
}
.section--paragraph-one::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	filter: blur(20px);
	background-color: #d1d1d1c2;
}
.img--container-brush {
	background-image: url(/Assets/assorted-paintbrushes.jpg);
	grid-column: 2 / 3;
	grid-row: 2 / 3;
}
.section--paragraph-two {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
	position: relative;
	z-index: 10;
}
.section--paragraph-two::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	filter: blur(20px);
	background-color: #d1d1d1c2;
}
@media (max-width: 1000px) {
	.section--two-container {
		display: grid;
		/* gap: 2rem; */
		max-width: 85vw;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr 1fr 1fr 1fr;
		margin: 0 auto;
		text-align: center;
		font-size: 1.25rem;
	}
	.img--container-roller {
		background-image: url(/Assets/four-paint\ rollers.jpg);
		grid-column: 1 / 2;
		grid-row: 1 / 2;
	}
	.section--paragraph-one,
	.section--paragraph-two {
		border: 1px solid #474747;
	}
	.section--paragraph-one {
		grid-column: 1 / 2;
		grid-row: 2 / 3;
		position: relative;
		z-index: 10;
		background-color: rgb(255, 255, 255);
		padding: 1rem;
	}
	.section--paragraph-one::before {
		position: absolute;
		width: 0%;
		height: 0%;
		z-index: -1;
		filter: blur(10px);
		background-color: #ffffff;
	}
	.img--container-brush {
		background-image: url(/Assets/assorted-paintbrushes.jpg);
		grid-column: 1 / 2;
		grid-row: 3 / 4;
	}
	.section--paragraph-two {
		grid-column: 1 / 2;
		grid-row: 4 / 5;
		position: relative;
		z-index: 10;
		background-color: rgb(255, 255, 255);
		padding: 1rem;
	}
	.section--paragraph-two::before {
		position: absolute;
		width: 0%;
		height: 0%;
		z-index: -1;
		filter: blur(10px);
		background-color: #ffffff;
	}
	.section--two {
		background-image: url(/Assets/section\ 2\ backgropund\ 2.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: right;
		background-color: var(--grey-color);
		color: #1d1d1d;
		padding: 2rem 1rem;
		font-size: 1.5rem;
		line-height: 150%;
		position: relative;
		z-index: 1;
	}
}
/* section TWO */

/* section THREE */
.section--three {
	background-image: url(/Assets/painting-bar.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
	text-align: center;
	color: #fff;
}
.section--three::before {
	content: "";
	background-color: rgba(32, 32, 32, 0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	left: 0;
}
.section--three img {
	max-width: 62px;
	filter: invert(100%);
}
.section--three-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.section--three-header {
	background-color: #fff;
	color: #000;
	font-weight: var(--bold-font-weight);
	font-size: 2rem;
	padding: 1rem 2rem;
}
.section--paragraph-container,
.section--three-header {
	max-width: 900px;
}
.section--paragraph-container {
	padding: 1.5rem;
	border: 1px solid var(--grey-color);
	margin: 0 1rem 2rem 1rem;
	font-size: 1.25rem;
	line-height: 180%;
	background-color: rgba(0, 0, 0, 0.75);
	color: #f1f1f1;
}
.section--paragraph-container > p {
	margin-top: 0%;
	margin-bottom: 0%;
}
/* section THREE */
