/* CSS Document */

/* HOME PAGE */
.page-header-hero-home-page, .page-header-hero-about-us, .page-header-hero-generic {
	background-image: url("/images/sb-hero-main-v2.jpg") !important;
	min-height: 250px !important;
	max-height: 250px !important;
	background-repeat: no-repeat !important;
	background-position: top center !important;
	background-size: cover !important; 
    /*-webkit-text-stroke: 1px black;*/
	/*color: #333333 !important;*/
}
@media only screen and (max-width: 767px) {
		.page-header-hero-home-page {
		background-image: url("/images/sb-hero-main-v2.jpg") !important;
		min-height: 150px !important;
		max-height: 150px !important;
		background-repeat: no-repeat !important;
		background-position: top center !important;
		background-size: cover !important; 
		/*-webkit-text-stroke: 1px black;*/
		/*color: #333333 !important;*/
	}
		section {
		padding: 25px 0 !important;
  	}
}

/* Tablet devices */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
		.page-header-hero-home-page {
		background-image: url("/images/sb-hero-main-v2.jpg") !important;
		min-height: 150px !important;
		max-height: 150px !important;
		background-repeat: no-repeat !important;
		background-position: top center !important;
		background-size: cover !important; 
		/*-webkit-text-stroke: 1px black;*/
		/*color: #333333 !important;*/
	}
	section {
		padding: 25px 0 !important;
  	}
}



.hero-frame-top {
	min-height: 2px !important;
	max-height: 2px !important;
	background-repeat: no-repeat !important;
	background-position: bottom !important;
	background-size: cover !important; 
    -webkit-text-stroke: 1px black;
	background-color: #F1F1F1;
}
.hero-frame-bottom {
	min-height: 2px !important;
	max-height: 2px !important;
	background-repeat: no-repeat !important;
	background-position: bottom !important;
	background-size: cover !important; 
    -webkit-text-stroke: 1px black;
	background-color: #F1F1F1;
}
.h1-main-title {
	font-size: 24px !important;
	line-height: normal !important;
}
.h-main-title {
	font-size: 18px !important;
	line-height: normal !important;
}
.slim-container {
	margin-top: 10px !important;
	padding-top: 10px !important;
}
.text-white-footer-contact {
	color: white !important;
	/*font-size: 80% !important;*/
	line-height: normal !important;
}
.text-white-footer-services {
	color: white !important;
	/*font-size: 80% !important;*/
	line-height: normal !important;
}
.text-white {
	color: white !important;
}
.text-white-footer-links {
	color: white !important;
	/*font-size: 80% !important;*/
	line-height: normal !important;
}
.text-white-footer-links a:link {
	color: white !important;
	text-decoration: underline !important;
}
.text-white-footer-links a:hover {
	text-decoration: none !important;
}
.text-white-footer-links a:visited {
	color: white !important;
}
.circle-white-bg {
    border-radius: 50%;
    width: 75px;
    height: 75px; 
	background: white;
 }
.hubspot-link__container sproket {
	display: none !important;
	visibility: hidden !important;
}




.text-neon-blue-hover {
	font-size: 18px !important;
}

/* DONATE BUTTON */
.donate-btn {
	margin-top: 25px !important;
	font-weight: 500;
	font-size: 14px;
	/*margin: 0 18px;*/
	margin-left: 10px !important;
	word-break: normal;
	/*background: #0a63ad;*/
}
/* PRAYER BUTTON */
.request-prayer-btn {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.btn.btn-fast-blue { background: #0a63ad; border-color: #0a63ad; color: #ffffff; }
.btn.btn-fast-blue:hover, .btn.btn-fast-blue:focus { background: transparent; color: #0a63ad; }
.icon-blue-color {
	color: #0a63ad !important;
}

/* HEADER NAV LINKS OVERRIDE MARGIN */
.navbar .navbar-nav .nav-link {
	margin: 0 10px !important;
}
/* FOOTER PADDING TOP */
.padding-slim-top {
	margin-top: 70px !important;	
}

/* TABLES */
table {
  border-collapse: collapse;
}
th, td {
	border: 1px solid #777777;
	padding: 5px 10px 5px 10px;
}

/* UL ELEMENT */
ul {
  	padding-left: 40px !important; /* Override inline style */
	padding-bottom: 20px;
}
footer ul {
  	padding-left: 0px !important; /* Override inline style */
	padding-bottom: 0px !important;
}
.portfolio-overlay {
	padding-left: 0px !important;
}

/* HEADINGS */
h1, h2, h3, h4, h5 {
	color: #232323 !important;
}

/* LINKS */
a, a:active, a:focus {
  color: #0a63ff;
}

/* BLACK BG + WHITE NAV TEXT */
.nav-link {
	color: white !important;
}
.nav-link:hover, .nav-link:visited {
    color: white !important;
    text-decoration: underline !important;
}

.nav-link.active, .nav-link[aria-current="page"] {
    color: white !important;
    text-decoration: underline !important; /* Underlines the active/current link */
}
.navbar.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:hover {
	color: white !important;
    text-decoration: underline !important;
}
.sticky .navbar.header-light .navbar-nav .nav-link {
	color: white !important;
    text-decoration: underline !important;
}
.navbar > .container-fluid {
	background-color: black !important;
}
header.sticky .top-bar + .navbar.fixed-top {
	background-color: black !important;
}
.navbar-toggler-line {
	background-color: white !important;
}