:root {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	position: relative;
	width: 100%;
}

h1 {
	font-size: 40px;
}

h2 {
	text-align: center;
	width: 90%;
}

a {
	color: black;
}

.lightOverlay {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	background-color: #ffffff80;
}

.spa_container {
	min-height: fit-content;
	background-image: url('img/bg_texture.jpg');

}

.page_container {
	position: relative;
	/* min-height: 100vh; */
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 24px;
}

.page_container p {
	width: 80%;
}

.page1 {
	background-image: url('img/backgroundImage.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px;
}

.page2,
.page3,
.page4 {
	min-width: 100%;
	max-width: 100%;
}


.header_container {
	min-width: 100%;
	max-width: 100%;
	min-height: fit-content;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	z-index: 5;
	margin-bottom: 32px;
}

.header_container_alt {
	min-width: 100%;
	max-width: 100%;
	height: fit-content;
	display: flex;
	flex-direction: row;
}

.header_section {
	min-width: 50%;
	max-width: 100%;
	min-height: 112px;
	max-height: 112px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 32px 0 0 0;
	margin-bottom: 5%;
	gap: 24px;
	text-align: left;
}

.header_section_alt {
	min-width: 25%;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: 48px 0 0 0;
	gap: 24px;
	text-align: left;
}

.header_img {
	align-self: flex-start;
	max-height: 240px;
	width: auto;
}

.sm_img {
	max-height: 120px;
	width: auto;
}

.med_img {
	max-height: 360px;
	width: auto;
}

.lg_img {
	height: auto;
	width: 500px;
}

.owner_title {
	text-transform: uppercase;
	text-align: center;
	font-size: 48px;
	line-height: 125%;
	text-shadow: 2px 2px 1px #121212cc;
	background-color: #234372af;
	width: 80%;
	min-width: fit-content;
	padding: 8px 0;
	margin-top: 16px;
}

.owner_title_alt {
	text-transform: uppercase;
	text-align: center;
	font-size: 48px;
	line-height: 125%;
	color: black;
	width: 80%;
	padding: 8px 0;
	margin-top: 16px;
}

.owner_subtitle {
	text-transform: uppercase;
	text-align: center;
	font-size: 24px;
	line-height: 125%;
	text-shadow: 1px 1px 1px #121212cc;
	background-color: #234372af;
	width: 50%;
	min-width: fit-content;
	padding: 8px 0;
}

.content_container {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.content_section {
	width: 50%;
	display: flex;
	flex-direction: row;
	align-items:flex-start;
	justify-content: center;
}

.content_section_column {
	padding-top: 32px;
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

.content_section_pic {
	margin: 0 auto;
	height: auto;
	width: 500px;
}

.pb_container {
	position: relative;
	width: 50%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.pb_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 500px;
	height: 500px;
	background-image: url("img/pbLogo.png");
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	opacity: .6;
}

.pb_logo_overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-49%, -50%);
	height: 500px;
	width: 450px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-family: 'Times New Roman', Times, serif;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	text-shadow: 2px 2px 1px #121212;
	text-transform: uppercase;
}


.content_section_pic {
	width: 60%;
	border: 8px solid white;
	border-radius: 4px;
	box-shadow: 4px 4px 4px #212121;
	z-index: 5;
}

.content_section_caption {	
	width: 60%;
	/* margin-top: 32px; */
	color: black;
	line-height: 125%;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
	vertical-align: middle;
	z-index: 5;
}


.img_white_bg {
	border: 8px solid #234372;
	box-shadow: 4px 4px 4px #23437230;
}


/* .footer_container {
	height: fit-content;
	width: 100%;
	padding: 16px 10%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	background-color: #ffffff30; //commented out
	z-index: 5;
} */

.skybox_logo {
	height: 120px;
	width: auto;
}

.links {
	align-self: flex-end;
	justify-self: flex-end;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 64px;
	border-radius: 8px;
}

#juice_plus {
	height: 120px;
	width: auto;
	border-radius: 16px;
}

#prayer_bayou {
	height: 120px;
	width: auto;
	border-radius: 16px;
}

.page2 .owner_title {
	color: black;
	text-shadow: none;
}

.alt_page_header {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: center;
	justify-content: center;
	place-items: center;
	margin: 32px 0px;
}

.bio_section_img_1 {
	grid-column: 1;
	align-items: center;
}

.bio_section_h1 {
	grid-column: 2;
	text-align: center;
}

.bio_section_img_2 {
	grid-column: 1;
	align-items: center;
}

.bio_section {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 128px;
}

.bio_section h1 {
	font-size: 40px;
	font-style: italic;
	color: black;
	line-height: 3;
	display: inline;
}

.bio_section_h2 {
	font-size: 32px;
	font-weight: normal;
	color: black;
	line-height: 3;
	display: block;
	word-wrap: no-wrap;
}

.bio_section p {
	text-align: center;
	font-size: 24px;
	color: black;
	line-height: 1.5;
}

.contact_section {
	width: 80%;
	height: 96px;
	display: flex;
	flex-direction: row;
	align-items:center;
	justify-content: space-between;
	gap: 24px;
	font-size: 24px;
}

.contact_links {
	max-width: fit-content;
	display: row; 
	justify-content: flex-start;
	margin: 0;
	gap: 8px;
}

#cell {
	text-decoration-line: none;
}

.large_image {
	height: 350px;
	width: auto;
}

.media_container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 128px;
}

@media screen and (max-width: 320px) {
	.header_container {
		min-width: 100%;
		max-width: 100%;
		min-height: fit-content;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		z-index: 5;
	}

	.header_section {
		min-width: 50%;
		max-width: 100%;
		min-height: 112px;
		max-height: 112px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 32px 0 0 0;
		gap: 24px;
		text-align: center;
	}

	.owner_title {
		text-transform: uppercase;
		text-align: center;
		font-size: 32px;
		line-height: 3rem;
		text-shadow: 2px 2px 1px #121212cc;
	}

	.owner_subtitle {
		text-transform: uppercase;
		text-align: center;
		font-size: 24px;
		line-height: 100%;
		text-shadow: 1px 1px 1px #121212cc;
	}

	.content_section {
		width: 50%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	#couplePic {
		max-width: 90vw;
		border: 8px solid white;
		border-radius: 4px;
		box-shadow: 4px 4px 4px #212121;
		z-index: 5;
	}

	.page_container {
		position: relative;
		min-height: 100vh;
		min-width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		background-image: url('img/bg_texture.jpg');
		gap: 24px;
	}
	
	.page_container p {
		width: 100%;
	}
	
}


@media screen and (max-width: 480px) {
	.owner_title,
	.owner_subtitle {
		padding: 1.6rem;
	}
	.pb_logo {
		margin: 2rem 2rem;
	}
	.content_section_column {
		margin: 3rem 0rem;
		width: fit-content;
	}
	.content_section_pic {
		margin-bottom: 2rem; 
	}

	.bio_section_h1 {
		grid-column: 1 / span 2;
		margin-left: -10rem;
	}
}


@media screen and (max-width: 768px) {
	.owner_title,
	.owner_subtitle {
		padding: 1.6rem;
	}

	.pb_logo {
		margin: 5rem 0px;
	}
	.pb_logo_overlay {
		margin-top: 5rem;
	}
	.pb_container {
		top: -250px;
		margin-bottom: 0px;
	}

	.content_container {
		width: 100%;
		height: 120vh;
		display: flex;
		margin-top: 150px;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		gap: 24px;		
	}
	.content_section_column {
		margin: 3rem 0rem;
		width: fit-content;
	}

	.content_section_caption {
		color: white;
		text-shadow: 2px 2px 1px #121212;
	}
	.content_section_pic {
		position: relative;
		top: 150px;
		margin: 2rem 0rem; 
	}
	.alt_page_header {
		grid-template-columns: repeat(2, 1fr);
	}
	.alt_page_header {
		margin-top: 10rem;
		margin-left: 10rem;
	}
}


@media screen and (max-width: 1024px) {
	.header_section {
		padding: 1.6rem;
		margin: 0 auto;
	}

	.bio_section {
		min-height: fit-content;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: 0px;
	}
	
	.pb_container {
		top: 250px;
		margin-bottom: 0px;
	}

	.content_container {
		width: 100%;
		height: 120vh;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		gap: 24px;		
	}

	.content_section_pic {
		width: 100%;
		height: auto;
	}

	.contact_section {
		width: 100%;
		height: 96px;
		display: flex;
		flex-direction: column;
		align-items:center;
		justify-content: space-between;
		gap: 24px;
		font-size: 24px;
	}
	
}


@media screen and (max-width: 1200px) {
.bio_section_h2 {
	font-size: 24px;
	font-weight: 700;
	color: black;
	line-height: 2;
	display: block;
	word-wrap: no-wrap;
}

}


@media screen and (min-width: 1201px) {

}

