/* :root {
	box-sizing: border-box;
} */

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
}

p, input, input::placeholder, button, a, h1, h2 {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	vertical-align: bottom;
}

section {
	width: 80vw;
	margin: 50px auto;
	display: flex;
	flex-direction: column;
}

#waitlist, #substack-signup {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

#waitlist {
	margin-top: 15px;
}

#waitlist > p, #substack-signup > p {
	margin: 0 5px 0 0;
	font-size: 16px;
	text-align: center;
}

#waitlist > p {
	padding-top: 2px;
}

#waitlist > form, #substack-signup > form {
	display: flex;
	flex-direction: row;
}

#waitlist > .confirmation, #substack-signup > .confirmation, #jukebox > .confirmation {
	display: none;
	color: black;
	margin: 0;
	margin-top: 10px;
	font-size: 16px;
	padding-top: 2px;
	transition: 0.2s;
}
.break {
  flex-basis: 100%;
  height: 0;
}

#waitlist > form > input, #substack-signup > form > input {
	margin: 0;
	border-radius: 0;
	/* outline: none; */
	border: none;
	border-bottom: 1px solid black;
	font-size: 16px;
	padding-top: 1px;
	line-height: 18px;
}

/* #waitlist > input:focus::placeholder {
	color: transparent;
	transition: 0.1s;
} */

#waitlist > form > input::placeholder, #substack-signup > form > input::placeholder {
	color: black;
	font-size: 16px;
	font-weight: 200;
}

#waitlist > form > button, #substack-signup > form > button, #jukebox-submit-btn {
	border-radius: 0;
	background-color: white;
	border: none;
	border-bottom: 1px solid black;
	font-size: 14px;
	padding-top: 1px;
}

#waitlist > form > button:hover, #substack-signup > form > button:hover, #jukebox-submit-btn:hover {
	cursor: pointer;
}

#jukebox {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#jukebox-form {
	display: flex;
	flex-direction: row;
	padding: 20px 40px;
	border: 1px solid black;
	border-radius: 5px;
}

#jukebox-input {
	margin: 0;
	border-radius: 0;
	width: 500px;
	/* outline: none; */
	border: none;
	border-bottom: 1px solid black;
	font-size: 24px;
	padding-top: 5px;
	line-height: 26px;
	text-align: center;
}

/* #jukebox-input:focus::placeholder {
	color: transparent;
	transition: 0.1s;
} */

#jukebox-input::placeholder {
	color: black;
	font-size: 24px;
	text-align: center;
	font-weight: 200;
}

#jukebox-submit-btn {
	font-size: 18px;
	padding: 5px 5px 0 0;
}

#jukebox-blessing {
	background-color: #b1d7d2;
	color: white;
	width: 70%;
	max-height: 0;
	transition: max-height 0.15s ease-out;
	margin: 0;
	padding: 0;
	/* padding: 40px;
	margin-top: 20px; */
	/* overflow: hidden; */
}

.blessing-text {
	font-family: "Kaushan Script", cursive;
  font-weight: 400;
  font-style: normal;
	font-size: 32px;
	text-align: center;
}

#title-banner {
	/* padding-top: 130px; */
	position: relative;
}

#title-banner > h2 {
	/* display: block; */
	position: absolute;
	top: calc(50% - 29px);
	margin: 0;
	width: 100%;
	padding-top: 10px;
	color: #e36920;
	background-color: rgba(255, 255, 255, 0.8);
	text-align: center;
	font-size: 48px;
	z-index: 1;
}

#title-banner > h2 > .title-small {
	font-size: 36px;
	position: relative;
	top: -5px;
}

#title-banner > img {
	max-height: 400px;
	width: auto;
	object-fit: cover;
	right: 0;
}

#text-block-1 {
	display: flex;
	align-items: center;
}

.text-block {
	background-color: #ff5c4d;
	color: white;
	font-size: 24px;
	line-height: 1.5em;
	width: 70%;
	padding: 50px;
}

#blessings-sampler {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#blessings-sampler > .sampler-div {
	background-color: #b1d7d2;
	color: white;
	width: 40%;
	margin: 10px 0;
	padding: 30px;
}

.blessings-sampler-text {
	font-family: "Kaushan Script", cursive;
  font-weight: 400;
  font-style: normal;
	font-size: 24px;
	text-align: center;
	line-height: 1.7em;
	background-color: #b1d7d2;
	color: white;
	width: 100%;
	height: 100%;
	margin: 10px 0;
	padding: 50px;
}

.carousel-inner {
	width: 100%;
}

.carousel-control.left, .carousel-control.right {
	background-image: none;
	width: 6%;
	text-shadow: none;
	opacity: 1;
}

.carousel-indicators {
	bottom: 5px;
}

#text-image-bar {
	position: relative;
}

#text-image-bar-text {
	background-color: #dcad90;
	padding: 30px;
}

#text-image-bar-bar {
	position: absolute;
	top: calc(50% - 45px);
	width: 100%;
	height: 90px;
	background-color: #b1d7d2;
	z-index: -1;
}

#text-image-container {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
}

#text-image-bar-text {
	width: 35%;
	height: 300px;
	display: flex;
	align-items: center;
	text-align: center;
	font-size: 32px;
}

#text-image-bar-text > p {
	width: 100%;
}

.text-image-bar-image {
	width: 35%;
	height: auto;
	object-fit: contain;
}

#what-is p {
	font-size: 36px;
	text-align: center;
	background-color: #efa710;
	padding: 30px 0;
	color: white;
}

#text-block-2 {
	position: relative;
	display: flex;
	align-items: center;
}

#text-block-2 > p {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	margin: 0;
	padding: 30px 60px;
	background-color: rgba(255, 255, 255, 0.87);
	color: #ff5c4d;
	width: 70%;
	height: 100%;
	text-align: center;
	font-size: 30px;
	display: flex;
	align-items: center;
	line-height: 1.3;
}

#text-block-2 > img {
	object-fit: cover;
	width: 70%;
	height: 64vh;
}

#text-links {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}

.text-link {
	width: 35%;
	font-size: 20px;
	padding: 0;
	color: white;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	line-height: 1.5em;
}

.text-link > a {
	/* display: block; */
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	flex-direction: column;
	color: inherit;
	text-decoration: inherit;
	font-size: inherit;
	font-style: inherit;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 20px;
}

#img-links {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

#learn-more, #additional-resources {
	height: 200px;
	width: 200px;
	background-repeat: no-repeat;
	background-size: contain;
}

#learn-more {
	background-image: url("./img/ACS_0389.JPG");
	margin-right: 70px;
}

#additional-resources {
	background-image: url("./img/ACS_0379.JPG");
}

#learn-more p, #additional-resources p {
	color: #ff5c4d;
	font-size: 32px;
	background-color: rgba(255, 255, 255, 0.85);
	line-height: 36px;
	padding: 64px 0;
	width: 100%;
	text-align: center;
}

/* Added while links temporarily removed */
p.text-link {
	padding: 20px;
}

.text-link > a > .quote-credit {
	font-size: 16px;
	font-style: normal;
}

.text-link.left {
	background-color: #b8da70;
}

.text-link.middle {
	background-color: #ffcd58;
}

.text-link.right {
	background-color: #8ad4b9;
}

.text-link.quote {
	font-style: italic;
}

#one-more {
	display: flex;
	align-items: center;
}

#one-more .text-link {
	width: 100%;
	font-size: 26px;
}

#links {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

/* #links p {
	margin: 0;
} */

#links a {
	color: black;
	text-decoration: none;
	margin: 0 10px;
	text-align: center;
}

#other-links {
	display: flex;
	justify-content: right;
	align-items: center;
	width: 50%;
}

/* #substack-signup-iframe {
	display: none;
} */

#substack-signup-prompt {
	margin: 0 5px 0 0;
	padding-top: 1px;
}

#custom-substack-embed {
	display: none;
}

#overflow {
	display: flex;
	align-items: center;
}

.text-block {
	background-color: #ff5c4d;
	color: white;
	font-size: 24px;
	line-height: 1.5em;
	width: 70%;
	padding: 50px;
}

footer {
	display: flex;
	align-items: center;
	width: 100%;
	height: 70px;
	text-align: center;
	margin-top: 20px;
	background-image: url("./img/banner.JPG");
	background-repeat: no-repeat;
	background-size: cover;
}

footer p {
	font-size: 14px;
	margin: 0;
	width: 100%;
	height: 100%;
	line-height: 70px;
	background-color: rgba(255, 255, 255, 0.75);
}

footer a:hover, footer a:visited {
	color: black;
}

.shameless-plug {
	text-decoration: none;
	color: black;
}

@media (max-width: 1176px) {
	#text-block-2 > p {
		font-size: 26px;
	}
	.text-link {
		width: 29%;
	}
}

@media not all and (min-resolution: 0.001dpcm) {
	#jukebox-submit-btn {
		padding: 0 5px 5px 0;
	}
}

_::-webkit-full-page-media #jukebox-submit-btn, _:future #jukebox-submit-btn, :root .safari_only #jukebox-submit-btn {
	padding: 0 5px 5px 0;
}


@media (max-width: 600px) and (orientation:portrait) {
	section {
		width: 95vw;
		margin: 2.5vw auto;
	}
	#waitlist {
		flex-wrap: wrap;
	}
	#waitlist > p {
		margin-bottom: 5px;
	}
	#jukebox {
		margin: 40px auto;
	}
	#jukebox-form {
		padding: 10px 15px;
	}
	#jukebox-input {
		width: 300px;
		font-size: 24px;
		padding-top: 1px;
	}
	#jukebox-input::placeholder {
		font-size: 14px;
		font-weight: 300;
		padding-top: 5px;
		line-height: 14px;
	}
	#jukebox-input::-webkit-input-placeholder {
		padding-top: 50px;
		line-height:revert;
	}
	#jukebox-submit-btn {
		font-size: 10px;
		padding: 6px 5px 0 0;
		
	}
	#jukebox-blessing {
		color: white;
		width: 100%;
	}
	.blessing-text {
		font-size: 28px;
		width: 100%;
		height: 90%;
		margin-bottom: 0;
	}
	#title-banner > h2 {
		top: calc(50% - 22px);
		font-size: 38px;
	}
	#title-banner > h2 > .title-small {
		font-size: 30px;
		top: -4px;
	}
	#title-banner > img {
		height: 95vw;
		width: 95vw;
	}
	.text-block {
		font-size: 22px;
		line-height: 1.5em;
		width: 100%;
		padding: 14px;
	}
	.blessings-sampler-text {
		font-size: 24px;
		line-height: 1.7em;
		margin: 10px 0;
		padding: 25px;
		padding-bottom: 30px;
	}
	#text-image-bar {
		display: flex;
		align-items: center;
	}
	#text-image-bar-bar {
		width: 40%;
	}
	#text-image-container {
		width: 100%;
		height: 100%;
		flex-direction: column;
	}
	.text-image-bar-image {
		width: 80%;
		margin-bottom: 20px;
	}
	#what-is p {
		font-size: 32px;
		padding: 20px;
	}
	#text-block-2 > p {
		padding: 10px;
		width: 100%;
		font-size: 24px;
	}
	#text-block-2 > img {
		width: 100%;
	}
	#text-links {
		flex-direction: column;
	}
	.text-link {
		width: 100%;
		font-size: 18px;
		line-height: 1.4em;
	}
	.text-link > a {
		padding: 15px;
	}
	.text-link.right {
		margin: 0;
		margin-bottom: 5vw;
	}
	#learn-more, #additional-resources {
		height: 120px;
		width: 120px;
	}
	#learn-more {
		margin-right: 40px;
	}
	#learn-more p, #additional-resources p {
		font-size: 22px;
		line-height: 24px;
		padding: 38px 0 34px 0;
	}
	#img-links {
		margin-bottom: 5vw;
	}
	footer {
		height: 50px;
	}
	footer p {
		font-size: 11px;
		line-height: 50px;
	}
}