/*!
 * Start Bootstrap - Busines Frontpage (https://startbootstrap.com/template-overviews/business-frontpage)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-frontpage/blob/master/LICENSE)
 */

 /* Global */
 
 body {
	padding-top: 54px;
}
::-moz-selection { background: rgba(150, 0, 0, 0.8); color: white; }
::selection { background: rgba(150, 0, 0, 0.8); color: white; }
img::-moz-selection { background: none; color: inherit; }
img::selection { background: none; color: inherit; }
iframe::-moz-selection { background: none; color: inherit; }
iframe::selection { background: none; color: inherit; }
.navbar a::-moz-selection { background: none; color: inherit; }
.navbar a::selection { background: none; color: inherit; }
.navbar button::-moz-selection { background: none; color: inherit; }
.navbar button::selection { background: none; color: inherit; }
.page-content { max-width: 2000px; margin: 0 auto; }
@media (min-width: 992px) {
  body {
    padding-top: 56px;
	font-family: 'Alegreya Sans', 'Source Sans Pro', sans-serif;
  }
}
h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
}
p {
	font-family: 'Alegreya Sans', 'Source Sans Pro', sans-serif;
}
hr.red-line {
	width: 50px;
	margin: 15px 0;
	border-top: 2px solid #bf0000;
}
hr.red-line-centered {
	width: 50px;
	margin: 15px auto;
	border-top: 2px solid #bf0000;
}
hr.white-line {
	width: 50px;
	margin: 15px 0;
	border-top: 2px solid #ccc;
}
hr.white-line-centered {
	width: 50px;
	margin: 15px auto;
	border-top: 2px solid #ccc;
}
a {
	color: #bf0000;
}
a:hover {
	color: #ea0000;
}
.card {
	height: 100%;
}
.ghost-button {
	display: inline-block;
	border: 2px solid #c94e4e;
	padding: 4px 10px;
	text-transform: uppercase;
	transition: all .1s linear;
	font-family: 'Alegreya Sans', 'Source Sans Pro', sans-serif;
}
.ghost-button:hover {
	text-decoration: none;
	color: #fff;
	background-color: #c94e4e;
	border: 2px solid: #c94e4e;
}
.ghost-button::-moz-selection { background: none; color: inherit; }
.ghost-button::selection { background: none; color: inherit; }
/* Navbar */

.navbar-light {
	font-family: 'Alegreya Sans', 'Source Sans Pro', serif;
	font-size: 1.2rem;
}
.navbar-toggler i {
	font-size: 1.1rem;
	border: none;
}
.navbar-brand img {
	transition: all .2s linear;
}
@media (max-width: 991px) {
	.navbar-brand img {
		height: 30px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-brand img {
		height: 38px;
	}
}
@media (min-width: 1200px) {
	.navbar-brand img {
		height: 45px;
	}
}

/* Navbar Divider */

@media (min-width: 992px) {
	.navbar-light .divider {
		display: inline-block;
		margin: 0 10px;
		border: none;
		border-left: 1px solid rgba(0,0,0,0.1);
	}
}
@media (max-width: 991px) {
	.navbar-light .navbar-nav li.divider {
		display: block;
		margin: 10px 0;
		border: none;
		border-top: 1px solid rgba(0,0,0,.1);
	}
}
@media (min-width: 992px) {
	.navbar-dark .divider {
		display: inline-block;
		margin: 0 10px;
		border: none;
		border-left: 1px solid rgba(255,255,255,0.1);
	}
}
@media (max-width: 991px) {
	.navbar-dark .navbar-nav li.divider {
		display: block;
		margin: 10px 0;
		border: none;
		border-top: 1px solid rgba(255,255,255,.1);
	}
}

/* Footer */

#footer {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: .8rem;
}
.footer-header {
	display: block;
	margin-bottom: 10px;
}
#footer a {
	color: #222;
}
#footer .colored-links a {
	color: #bf0000;
}
#footer .colored-links a:hover {
	color: #ea0000;
}
#footer-bottom div:nth-child(3) a {
	padding: 0;
}
#footer i {
	padding: 5px 5px;
	border: 1px solid #222;
	border-radius: 100%;
	margin-left: 2px;
	color: #222;
	transition: all .1s linear;
}
#footer i.fa-facebook-f {
	padding: 5px 8px;
}
#footer i:hover {
	color: #fff;
	background-color: #222;
}
@media (min-width: 768px) {
	#footer-top div:nth-child(1) {
		text-align: left;
	}
	#footer-top div:nth-child(2) {
		text-align: left;
	}
	#footer-top div:nth-child(3) {
		text-align: right;
	}
	#footer-bottom div:nth-child(1) {
		text-align: left;
	}
	#footer-bottom div:nth-child(2) {
		text-align: center;
	}
	#footer-bottom div:nth-child(3) {
		text-align: right;
	}
}

/* Home */

.business-header {
	height: 50vh;
	min-height: 300px;
	background: url('/img/welcome-home.jpg') 0% 30% no-repeat scroll;
	background-color: white;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	letter-spacing: 2px;
	/* text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5); */
}
.business-header div {
	height: 100%;
}
.business-header-valign {
	position: absolute;
    top: 50%;
    left: 30%;
    height: 30%;
    width: 50%;
    margin: -10% 0 0 -25%;
}
@media(max-width: 767px) {
	.business-header-valign {
		top: 20%;
	}
}
.business-header h2 {   
	font-size: 3rem;
	color: #222;
	font-weight: 600;
	
}
.business-header h3 {
	font-size: 1.5rem;
	color: #bf0000;
	font-weight: 400;
	text-transform: none;
	font-family: 'Alegreya Sans', 'Source Sans Pro', serif;
}
.business-header h2::-moz-selection { background: none; }
.business-header h2::selection { background: none; }
.business-header h3::-moz-selection { background: none; }
.business-header h3::selection { background: none; }
.business-header br::-moz-selection { background: none; }
.business-header br::selection { background: none; }
#welcome {
	margin-top: 100px;
}
#what-we-believe {
	margin-top: 50px;
	margin-bottom: 100px;
}
.belief-header h3 {
	cursor: pointer;
	font-size: 1.3rem;
}
.belief-header h3:hover {
	color: #bf0000;
}
.belief-text {
	display: none;
}
#services-banner {
	height: 30vh;
	min-height: 200px;
	background: url('/img/services.jpg') 0 center no-repeat scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
#services {
	margin-top: 100px;
}
@media(max-width:991px) {
	#services:nth-child(1) {
		margin-bottom: 40px;
	}
}
#map {
	height: 300px;
	width: 100%;
}
#contact-us {
	margin-top: 50px;
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #f5f5f5;
}
#podcast {
	margin-top: 100px;
	margin-bottom: 100px;
}
#podcast .row div:first-child {
	padding-top: 50px;
	padding-bottom: 50px;
}

#podcast .row div:nth-child(2) {
	background: url('/img/podcast.jpg') 50% 50% no-repeat scroll;
	background-size: cover;
	min-height: 300px;
}
@media (min-width: 992px) {
	#podcast .row div:nth-child(2) {
		-webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
		clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
	}
}
/* About Us */

#about-us-banner {
	margin-top: 50px;
	margin-bottom: 50px;
	height: 40vh;
	min-height: 300px;
	background: url('/img/about-us.jpg') 50% 30% no-repeat scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
#about-us {
	margin-top: 50px;
	margin-bottom: 50px;
	min-height: 90vh;
}
@media (min-width: 1400px) {
	#about-us-banner {
		margin-bottom: 100px;
	}
}
#inc {
	background-color: rgba(150,0,0,1);
}
#inc p {
	color: #eee;
}
#inc h1, #inc h2, #inc h3, #inc h4, #inc h5, #inc h6 {
	color: #fff;
}
#inc a {
	color: #ddd;
	text-decoration: underline;
}
#inc a:hover {
	color: #fff;
}
@media (min-width: 1400px) {
	#inc .row div:first-child {
		padding: 200px 100px;
	}
}
@media (min-width: 992px) and (max-width: 1399px) {
	#inc .row div:first-child {
		padding: 100px 50px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#inc .row div:first-child {
		padding: 70px 50px;
	}
}
@media (max-width: 767px) {
	#inc .row div:first-child {
		padding: 50px 20px;
	}
}
#inc .row div:nth-child(2) {
	background: url('/img/inc.jpg') 50% 80% no-repeat scroll;
	background-size: cover;
}
@media (max-width: 991px) {
	#inc .row div:nth-child(2) {
		height: 50vh;
		min-height: 300px;
	}
}

/* Ministries */

#ministries {
	max-width: 1140px;
	text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.8);
}
.ministry-thumb {
	transition: all .2s linear;
	box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.3);
	padding: 30px 30px;
	font-size: 1.2em;
	min-height: 40vh;
}
.ministry-thumb h2 {
	color: #eee;
	font-weight: 700;
	letter-spacing: 1px;
}
.ministry-thumb p {
	color: #ddd;
	font-style: italic;
	opacity: 0;
}
.ministry-thumb a {
	color: #fff;
}
.ministry-thumb:hover {
	box-shadow: inset 0 0 0 1000px rgba(150, 0, 0, 0.8);
	padding: 70px 50px;
	background-size: 150%;
}
.ministry-thumb:hover p { opacity: 1; }
@media (max-width: 991px) {
	.ministry-thumb {
		box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.7);
		padding: 70px 50px;
	}
	.ministry-thumb p { opacity: 1; }
}
#spirit-riders-thumb {
	background: black url('/img/spirit-riders.jpg') 50% 50% no-repeat scroll;
	background-size: cover;
}
#life-groups-thumb {
	background: black url('/img/life-groups.jpg') 50% 50% no-repeat scroll;
	background-size: cover;
}
#warrior-women-thumb {
	background: black url('/img/warrior-women.jpg') 50% 50% no-repeat scroll;
	background-size: cover;
}
#embassy-men-thumb {
	background: black url('/img/embassy-men.jpg') 50% 50% no-repeat scroll;
	background-size: cover;
}
#bags-of-love-thumb {
	background: black url('/img/bags-of-love.jpg') 50% 50% no-repeat scroll;
	background-size: cover;
}
#serving-teams-thumb {
	background: black url('/img/serving-teams.jpg') 50% 50% no-repeat scroll;
	background-size: cover;
}
#kids-ministry-thumb {
	background: black url('/img/kids-ministry.jpg') 50% 50% no-repeat scroll;
	background-size: cover;
}
#contact-us-thumb {
	background-color: #222;
	padding: 10% 50px;
	text-align: center;
	font-size: 1.2rem;
	transition: all .2s linear;
}
#contact-us-thumb h2 {
	color: #fff;
	font-weight: 700;
	letter-spacing: 1px;
}
#contact-us-thumb p {
	color: #eee;
}
#contact-us-thumb a {
	color: #eee;
	text-decoration: underline;
}
#contact-us-thumb a:hover {
	font-weight: 700;
}
#contact-us-thumb i {
	color: #eee;
	font-size: 70px;
	margin-bottom: 20px;
}
#contact-us-thumb i:nth-child(2) {
	margin-left: 20px;
}
#contact-us-thumb:hover {
	box-shadow: inset 0 0 0 1000px rgba(150, 0, 0, 0.7);
}

/* Ministries -- Subpages */

.ministry {
	margin-top: 100px;
	margin-bottom: 100px;
}
#spirit-riders .ministry-banner {
	background: url('/img/spirit-riders.jpg') 50% 50% scroll no-repeat;
	background-size: cover;
}
#life-groups .ministry-banner {
	background: url('/img/life-groups.jpg') 50% 50% scroll no-repeat;
	background-size: cover;
}
#warrior-women .ministry-banner {
	background: url('/img/warrior-women.jpg') 50% 30% scroll no-repeat;
	background-size: cover;
}
#embassy-men .ministry-banner {
	background: url('/img/embassy-men.jpg') 50% 30% scroll no-repeat;
	background-size: cover;
}
#bags-of-love .ministry-banner {
	background: url('/img/bags-of-love.jpg') 50% 50% scroll no-repeat;
	background-size: cover;
}
#serving-teams .ministry-banner {
	background: url('/img/serving-teams.jpg') 50% 30% scroll no-repeat;
	background-size: cover;
}
#kids-ministry .ministry-banner {
	background: url('/img/kids-ministry.jpg') 50% 50% scroll no-repeat;
	background-size: cover;
}
.ministry .ministry-banner {
	height: 30vh;
	min-height: 300px;
	width: 100%;
	margin-bottom: 50px;
	border-radius: 5px;
}
#ministries-nav {
	letter-spacing: 1px;
}
#ministries-nav li a {
	color: #555;
	letter-spacing: 1px;
}
#ministries-nav li.active a {
	color: #555;
	font-weight: 700;
}
@media (max-width: 991px) {
	#ministries-nav {
		text-align: center;
		margin-top: 50px;
	}
}
.ministry .subheader {
	color: #222;
	font-size: 1.2rem;
	font-family: 'Alegreya Sans', 'Source Sans Pro', serif;
}
.ministry .header {
	color: #111;
	font-size: 2rem;
	font-family: 'Alegreya Sans', 'Source Sans Pro', serif;
}

/* Giving */

#giving {
	text-align: center;
	color: #eee;
	background-color: rgba(150,0,0,1);
	text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
	min-height: 85vh;
	margin-top: -50px;
}
#giving h1, #giving h2, #giving h3 {
	text-align: center;
}
#giving i {
	font-size: 60px;
	padding: 10px;
}
#giving .container {
	padding-top: 20vh;
	padding-bottom: 15vh;
}
#giving .row:first-child {
	margin-bottom: 100px;
}
#giving .row:nth-child(2) {
	margin-bottom: 100px;
}
@media (max-width: 767px) {
	#giving .row:first-child {
		margin-bottom: 30px;
	}
	#giving .row:nth-child(2) {
		margin-bottom: 30px;
	}
}
#giving h2 {
	margin-bottom: 50px;
}
#giving .row div {
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 50px;
}
@media (min-width: 1200px) {
	#giving .row div {
		padding-left: 60px;
		padding-right: 60px;
	}
}
#giving .row:nth-child(3) div {
	padding-left: 15px;
	padding-right: 15px;
}

/* Events */

.event {
	padding-top: 50px;
}
#event-sunday-service .row div:first-child, #event-family-sunday .row div:first-child, #event-ministries .row div:first-child {
	padding-top: 50px;
	padding-bottom: 50px;
	min-height: 400px;
}
#event-sunday-service .row div:nth-child(2) {
	background: url('/img/sunday-service.jpg') 0% 10% no-repeat scroll;
	background-size: cover;
	min-height: 400px;
}
#event-family-sunday .row div:nth-child(2) {
	background: url('/img/family-sunday.jpg') 0% 10% no-repeat scroll;
	background-size: cover;
	min-height: 400px;
}
#event-ministries .row div:nth-child(2) {
	background: url('/img/event-ministries.jpg') 50% 10% no-repeat scroll;
	background-size: cover;
	min-height: 400px;
}
@media (min-width: 768px) {
	#event-sunday-service .row div:nth-child(2), #event-ministries .row div:nth-child(2) {
		-webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 20% 100%);
		clip-path: polygon(5% 0, 100% 0, 100% 100%, 20% 100%);
	}
	#event-family-sunday .row div:nth-child(2) {
		-webkit-clip-path: polygon(0 0, 95% 0%, 80% 100%, 0% 100%);
		clip-path: polygon(0 0, 95% 0%, 80% 100%, 0% 100%);
	}
	.event .row div:first-child {
		padding-left: 10px;
		padding-right: 10px;
	}
}
#mailchimp-form {
	max-width: 768px;
	padding-top: 10vh;
	padding-bottom: 10vh;
}

/* FAQ */

#faq {
	padding-top: 100px;
	padding-bottom: 100px;
}
#faq h1 {
	margin-bottom: 50px;
}
.faq-question h2 {
	font-size: 1.5rem;
	cursor: pointer;
	transition: all .1s linear;
}
.faq-question h2 i {
	margin-right: 5px;
}
.faq-question h2:hover {
	color: #bf0000;
}
.faq-answer {
	display: none;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* Contact Us */

#connect-form {
	padding-top: 10vh;
	padding-bottom: 10vh;
	max-width: 968px;
}
/*
     FILE ARCHIVED ON 10:35:34 Dec 08, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 00:29:30 Jul 30, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.687
  exclusion.robots: 0.025
  exclusion.robots.policy: 0.011
  esindex: 0.013
  cdx.remote: 278.072
  LoadShardBlock: 125.733 (3)
  PetaboxLoader3.datanode: 134.508 (5)
  PetaboxLoader3.resolve: 108.764 (2)
  load_resource: 130.151
  loaddict: 36.86
*/