/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color: #180f18;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h2 {
	font-size: x-large;
	font-weight: 600;
	padding-bottom: 1.25rem;
	text-align: center;
}

.yellow-pop {
	color: #bf9907;
}

.light-plum-pop {
	color: #d9c7da;
}

.dark-green-pop {
	color: #446f44;
}

.icon-break {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 4rem;
	margin-bottom: 6rem;
	align-self: center;
}

.icon-break img {
	width: 3.5%;
	opacity: .3;
}

.hero-section {
	display: flex;
}
	
.section-heading {
	text-align: center;
	padding-bottom: 3rem;
}

.hero-image {
  background: url('images/pexels-minan1398-1006121.jpg');
  height: 100vh;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 30% 57%;
  padding: 2rem;
	color: #fff;
	display: flex;
	justify-content: space-between
}

.hero-image div a {
	padding: 1rem 2rem;
	background-color: #d2bd20;
	text-decoration: none;
	color: black;
	font-size: x-large;
	box-shadow: 2.5px -2.5px 2.5px black;
}

.hero-image div {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 1.5rem;
}

.hero-image div p {
	text-align: center;
	padding-top: .75rem;
	font-size: x-large;
}

.nav-bar {
	display: flex;
}

.nav-bar .connect-button {
	padding: .75rem 3rem;
	background-color: #d2bd20;
	font-size: 1.65rem;
	width: 30%;
	text-align: center;
	color: #000;
	line-height: 1.2;
	font-weight: 500;
	box-shadow: 4px 4px 4px #180f18;
}

.nav-bar p {
	color: #fff;
	font-size: x-large;
}

.nav-bar a, .nav-bar a:active, .nav-bar a:visited {
	text-decoration: none;
	/* color: #fff; */
}

.nav-bar a:nth-child(2) {
	font-size: larger;
	font-weight: 600;
	letter-spacing: .075rem;
}

.nav-bar h1 {
	font-size: 11rem;
	font-style: italic;
	font-weight: 900;
	width: 1rem;
	color: #fff;
}

.religious-icons {
	padding: 1rem;
	display: flex; 
	gap: 3rem;
	box-shadow: -.5px .5px .5px #000;
}

.religious-icons img {
	width: 3.5%;
	opacity: .35;
}

.spiritual-direction {
	margin: 9rem 0rem;
	text-align: center;
	padding-bottom: 1rem;
	box-shadow: 5px 5px 5px #000;
}

.spiritual-direction h2 {
	padding-bottom: 2rem;
	color: #fff;
	text-transform: capitalize;
}

.spiritual-direction .what-is {
	width: 65%;
	margin: auto;
	font-size: 1.15rem;
	line-height: 1.75;
	letter-spacing: .1rem;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
	color: #faf1fb;
	font-style: italic;
}

.spiritual-direction article {
	display: flex;
	gap: 2rem;
	flex-direction: row;
	padding: .5rem;
	margin-top: 7rem;
}

.spiritual-direction .fruits {
	text-align: center;
	text-wrap: wrap;
	border-radius: 1rem;
	width: 40%;
	background-color: #271827;
	position: relative;
	left: clamp(8rem, 9.5rem, 12rem);
	top: 2.25rem;
	z-index: 1
}

.spiritual-direction .fruits div {
	padding: 1rem;
}

.spiritual-direction article h2 {
	text-align: left;
	color: #000;
	background-color: #bf9907;
	padding: 1.9rem 1rem;
	border-radius: 1rem 1rem 0 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
}

.spiritual-direction article p {
	padding-bottom: 1.15rem;
	line-height: 1.65;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-style: italic;
	font-size: clamp(13px, 1.25vw, 8vw);
	color: #d9c7da;
	letter-spacing: .025rem;
}

.spiritual-direction article img {
	width: 47%;
}

.icons h2,
.spiritual-partnership-process h2,
.testimonials h2 {
	color: #fff;
	font-size: xx-large;
	font-weight: 100;
	letter-spacing: .075rem;
}

.icons {
	padding-bottom: 7rem;
	box-shadow: 2px 2px 3px #180f18;
	border-radius: 0% 0% 15% 15%;
}

.icons .icon-container {
	padding-top: 5rem;
	display: flex;
	flex-direction: row;
}

.icons .icon-container article {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	color: #fff;
	font-style: italic;
	letter-spacing: .05rem;
}

.icons .second {
	margin-top: -7rem;
	padding-top: 0rem;
	display: flex;
	justify-content: center;
}

.icons .icon-container article img {
	margin-top: 2rem;
	background-color: #3f263f;
	padding: 2.25rem;
	border-radius: 50%;
	width: 35%;
	opacity: .9;
}

.icons .second article {
	width: 25%;
}

.icons .second article img {
	width: 35%;
}

.spiritual-partnership-process img {
	margin: 2rem;
	width: 45%;
	border-radius: 2rem;
}

.spiritual-partnership-process .content-container {
	gap: 5rem;
	padding-top: 5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.spiritual-partnership-process article {
	display: flex;
	flex-direction: row-reverse;
}

.spiritual-partnership-process article:nth-of-type(1) {
	flex-direction: row;
}

.spiritual-partnership-process .text-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0rem 4rem;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	color: #fff;
	width: 40%;
}

.spiritual-partnership-process .text-content p {
	font-size: 1.2rem;
	padding-top: 1.5rem;
	line-height: 1.25;
	font-family:Georgia, 'Times New Roman', Times, serif
}

.spiritual-partnership-process .text-content h3 {
	font-size: x-large;
	line-height: 1.3;
}

.testimonial-container {
	padding: 4rem 2rem;
	display: flex;
	justify-content: space-around;
}

.testimonial-container article {
	background-color: #3f263f;
	width: 20%;
	padding: 2rem;
	border-radius: 1rem;
}

.testimonial-container article p:nth-of-type(1) {
	font-size: x-large;
	line-height: 1.35;
	font-style: italic;
	color: #fff;
}

.testimonial-container article p:nth-of-type(2) {
	margin-top: 1rem;
	font-size: larger;
	font-weight: 500;
	color: #180f18;
}

.meet-the-pastor {
	padding: 0rem 2rem;
	display: flex;
	justify-content: center;
	gap: 2rem;
	padding-bottom: 3rem;
}

.meet-the-pastor h2 {
	text-align: left;
	background-color: #3f263f;
	color: #bf9907;
	padding: 1.9rem 1rem;
	border-radius: 1rem 1rem 0rem 0rem;
}

.meet-the-pastor img {
	margin-top: 4rem;
	width: 30%;
	box-shadow: 10px 10px 30px #3f263f;
	border: 5px solid #3f263f;
	border-radius: 1rem;
}

.meet-the-pastor article {
	top: 6rem;
	right: 3rem;
	font-size: large;
	line-height: 1.27;
	width: 45%;
	position: relative;
	background-color: #fff;
	border-radius: 1rem;
}

.meet-text-content div {
		padding: 2rem;
}

.meet-the-pastor article p {
	/* font-family: Arial, Helvetica, sans-serif; */
	padding-top: 2rem;
}

.financial-relationship {
	width: 60%;
	font-size: xx-large;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	color: #fff;
	margin: auto;
	padding-bottom: 6rem;
}

.financial-relationship h2 {
	color: #bf9907;
	padding-bottom: 2.5rem;
}

.financial-relationship p {
	padding-bottom: 2rem;
}

.prayer-section-container {
	display: flex;
}

.prayer-section-container .prayer-container {
	padding: 6rem 4rem;
	width: 42%;
	background-image: radial-gradient(farthest-corner at 80% 20%, #e2cc78, #fff);
	min-height: 82.5vh;
} 

.prayer-container {
	overflow-y: scroll;
}

.prayer-section-container .prayer-container article {
	background-color: #bf9907;
	color: #fff;
	border-radius: 1.65rem;
	padding: 1rem;
	margin-bottom: 1rem;
	scroll-behavior: smooth;
}

.prayer-section-container .form-section {
	background: url('images/pexels-minan1398-1006121.jpg');
	background-position: 70% 10%;
	background-size: auto;
	/* height: 110vh; */
	width: 50%;
	display: flex;
	align-items: center;
}

.prayer-section-container .form-section form {
	background-color: #3f263f;
	display: flex;
	flex-direction: column;
	width: 65%;
	margin: auto;
	gap: 1.5rem;
	margin-bottom: 5rem;
	padding: 3rem;
	border-radius: 2.5rem;
	color: #fff;
	box-shadow: 2px 2px 2px #271827;
}

form .input-text {
	display: flex;
	flex-direction: column;
}

form .input-text label {
	padding-bottom: .25rem;
}

form input {
	line-height: 2.9;
	border-radius: .75rem;
}

form .radio-button {
	display: flex;
}

footer {
	background: url('images/pexels-darina-belonogova-9179033.jpg');
	height: 100vh;
	background-repeat: no-repeat;
	background-position: 75% 57%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

footer article {
	padding: 1rem;
	margin-top: 4rem;
	margin-left: 4rem;
	background-color: #fff;
	text-align: center;
	width: 30%;
	border-radius: .5rem;
}

footer .end-of-footer,
.end-of-footer {
	border-radius: 2rem 2rem 0 0;
	background-color: #271827;
	padding: 1rem;
	color: #fff;
	box-shadow: 20px -5px 3px #180f18;
}

footer .acknowledgment-section,
.end-of-footer .acknowledgment-section {
	display: flex;
	justify-content: space-between;
}

footer .end-of-footer h2,
.end-of-footer h2 {
	text-align: left;
}

footer .end-of-footer p,
.end-of-footer p {
	padding-top: .5rem;
}

@media screen and (max-width: 767px) { /*small mobile*/
	.mobile-hidden {
		display: none;
	}

	.spiritual-direction article {
	}
}

@media (min-width: 768px) and (max-width: 1023px) { /*mobile/tablet*/
	.mobile-hidden {
		display: none;
	}

	.spiritual-direction {
		padding-bottom: .75rem;
	}

	.spiritual-direction article img {
		margin-left: 4.5rem;
		width: 49%;
	}

	.spiritual-direction .fruits div {
		padding: 1.25rem;
	}

	.spiritual-direction .fruits {
		width: 55%;
	}

	.spiritual-direction article {
		height: 30vh;
	}

	.spiritual-partnership-process .text-content {
		width: 50%;
		padding: 0rem 2rem;
	}

	.spiritual-partnership-process img {
		width: 45%;
		margin: 2rem;
	}

	.meet-the-pastor {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.meet-the-pastor img {
		width: 40%;
		height: 25vh;
	}

	.meet-the-pastor article {
		width: 70%;
	}

	.testimonial-container {
		padding: 4rem 1rem;
	}

	.testimonial-container article {
		width: 28%;
		padding: 1.25rem;
	}

	.testimonial-container article p:nth-of-type(1) {
		font-size: 2.25rem;
	}

	.financial-relationship {
		width: 75%;
		font-size: 2.75rem;
	}

	.prayer-section-container {
		display: flex;
		flex-direction: column-reverse;
	}

	.prayer-section-container .form-section {
		width: 100%;
	}
	.prayer-section-container .prayer-container {
		width: 87%;
	}

	footer {
		height: 55vh;
	}

	footer article {
		width: 50%;
	}

	footer .end-of-footer {
		padding: 2rem;
	}
}

@media (min-width: 1024px) and (max-width: 1337px) and (orientation: portrait) { /*portrait mode*/
}

