/* CSS Document */
@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Birthstone&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Oswald:wght@200..700&display=swap');

:root {
	--visible-lime: #8bb738;
	--visible-cream: #f6edd9;
	--gold: #caa659;
}

html, body {
	height: 100%;
 	margin: 0;
	padding: 0;
}

body {
 	font-family: "Open Sans", sans-serif;
	background-color: black;
	color: white;
	font-size: 20pt;
}

#heroTitle {
	margin: 0;
	background-image: url("images/church.jpg");
	background-size: cover;
	height: auto;
	padding: 100px;
}

a, a:visited {
	color: #a48240;
}

.noBottomPad {
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 0
}

.wrapper {
	min-height: 100%;
	margin-bottom: -120px; /* negative height of footer + its padding */
}

.top-container {
  background-color: #f1f1f1;
  padding: 30px;
  text-align: center;
}

.header {
	position: relative;
  	padding: 0;
 	background-color: white;
 	color: black;
	width: 100%;
	box-shadow: 0px 1px 10px 3px rgba(255, 255, 255, 0.2);	
	height: 150px;
	z-index: 1;
	border-bottom: 4px solid #a48241;
}

.content {
  padding: 0px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0;
}

.sticky + .content {
  padding-top: 102px;
}

.preload {
    display: none;
}

#donate {
	position: absolute;
	top: 49px;
	right: 49px;
}

.donateLink span, .contactLink span, .donateLinkHeader span {
	display: none;
}

.donateLink, .contactLink, .donateLinkHeader {
    display: inline-block;
    width: 175px;
	height: 52px;
    background-size: 175px 52px;
    margin: 0;
    transition-duration: 0.4s;
}

.donateLink, .donateLinkHeader {
    background-image: url("/images/donate-button.jpg");
}

.donateLink:hover, .donateLinkHeader:hover {
    background-image: url("/images/donate-button-hover.jpg");
}

.contactLink {
	background-image: url("/images/contact-button.jpg");
}

.contactLink:hover {
	    background-image: url("/images/contact-button-hover.jpg");
}

#headerLogo {
	margin-left: 30px;
	margin-top: 25px;
	height: 90px;
}

.rightFloatImage {
	width: 300px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.push {
  height: 80px;
}

#footer {
	clear: both;
	margin: 0;
	padding: 50px;
	background-color: black;
	font-size: 16px;
	text-align: center;
}

#footerLeftSide {
	float: left;
	margin-top: auto;
	margin-right: auto;
}

#footerLeftSide img {
	width: 168px;
}

#footerRightSide {
	margin-top: auto;
	margin-bottom: auto;
	float: right;
	text-align: right;
}

#footer, #footer a, #footer a:visited {
	color: white;
}

.fullWidthImage {
	width: 100%;
}

#centeredBannerImage {
	position: absolute;
	display: block;
	margin-left: -110px;
	margin-top: -36px;
	width: 220px;
	left: 50%;
	top: 50%;
}

h2 {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 70px;
	font-weight: 100;
	letter-spacing: 1.5px;
	line-height: 115%;
	text-align: center;
	margin-top: 20px;
}

h3 {
	font-family: "Bebas Neue", sans-serif;
	font-size: 60px;
	font-weight: 100;
	letter-spacing: 1.5px;
	line-height: 125%;
	text-align: center;
}

.scriptTitle {
	font-family: "Birthstone", cursive;
	font-size: 40pt;
	margin-bottom: 40px;
}

.authorName {
	font-family: "Birthstone", cursive;
	font-size: 40pt;
	margin: 0;
}

.thirdWidthBox {
	float: left;
	display: block;
	width: 33%;
	text-align: center;
}

.thirdWidthBox div {
	padding: 10px;
}

.featureBox {
	padding: 30px;
	font-size: 20px;
	line-height: 140%;
	text-align: left;
}

.featureBox h3 {
	padding: 0 100px;
}

.videoLoginBox {
	padding: 30px;
	font-size: 24px;
	line-height: 140%;
	text-align: center;
}

.fullWidthVideoBox {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
	margin-bottom: 0px;
}

.fullWidthVideo {
    position: absolute;
    top: 0;
    left: 2%;
    width: 96%;
    height: 100%;
}

.featureBox h2 {
	margin-bottom: 50px;
	margin-top: 20px;
}

.rightFeatureImage, .brochureImage {
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
	box-shadow: 0px 10px 20px 10px rgba(0, 0, 0, 0.2);
	width: 40%;
	max-width: 500px; 
}

.authorImage {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 125px;
	margin-bottom: 30px;
	box-shadow: 0px 10px 20px 10px rgba(0, 0, 0, 0.2);
	width: 250px;
}

.brochureImage {
	float: none;
	width: 350px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.brochureText {
	text-align: center;
}

.clearBoth {
	clear: both;
}

hr.separator {
	border-top: 8px solid var(--visible-lime);
 	border-radius: 5px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 50px;
	margin-bottom: 50px;
	border-style: outset;
}

#helpArea {
	width: 100%;
	background-color: #dbd4c7;
	border-radius: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.highlightText {
	color: #db7022;
}

.highlightParagraph {
	color: #a48240;
	font-weight: bold;
}

#topBox {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	background-color: black;
	padding-bottom: 80px;
}

#contentBox {
	padding: 20px;
	background-color: white;
	color: black;
}

.watchText {
	font-family: "Bebas Neue";
	font-size: 42pt;
	color: white;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1.5px;
}

.brochureCover {
	width: 500px;
	box-shadow: 0px 10px 20px 10px rgba(0, 0, 0, 0.2);
}

.thirdWidthBoxIcon {
	width: 135px;
	height: 139px;
}

.centeredContent {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	display: block;
	margin-top: 60px;
	text-align: center;
}

.centerText {
	text-align: center;
}

/* max-device-width */
@media only screen and (max-width: 1000px)
{
	body, .featureBox {
		font-size: 30pt;
	}
	
	#topBox {
		width: 100%;
	}
	
	h2 {
		font-size: 80pt;
	}
	
	.featureBox h3 {
		font-size: 50pt;
		padding: 0 40px;
	}
	
	.thirdWidthBox {
		float: none;
		display: block;
		width: inherit;
		text-align: center;
		margin-bottom: 40px;
	}
	
	.bottomLineBox {
		border-bottom: 20px solid #dbd4c7;		
	}	
	
	.thirdWidthBox h3 {
		margin-top: 5px;
		font-size: 70pt;
	}
	
	.thirdWidthBox p {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.brochureCover {
		width: 100%;
		margin: 40px 0
	}
	
	.bottomLineBox div {
		padding-bottom: 40px;
	}
	
	.rightFeatureImage {
		width: 100%;
		clear: both;
		float: none;
		margin: 40px 0;
		padding: 0;
		max-width: none;
	}
	
	.centeredContent {
		margin-left: auto;
		margin-right: auto;
		width: auto;
		display: block;
		text-align: center;
	}
	
	#footer {
		font-size: 30pt;
	}
	
	#footerLeftSide img {
		width: 200px;
	}
	
	.donateLink, .contactLink {
		width: 400px;
		height: 119px;
		background-size: 400px 119px;
	}
	
	.thirdWidthBoxIcon {
		width: 300px;
		height: 300px;
	}
	
	.scriptTitle {
		font-size: 80pt;
		margin-bottom: 10px;
	}
	
	.authorName {
		font-size: 80pt;
		line-height: 80%;
	}
}
