/* CSS Document */

/* HOME PAGE */
.page-header-hero-home-page {
	background-image: url("../images/hero-home.jpg") !important;
	min-height: 300px !important;
	max-height: 300px !important;
	background-repeat: no-repeat !important;
	background-position: bottom right !important;
	background-size: cover !important; 
    /*-webkit-text-stroke: 1px black;*/
	/*color: #333333 !important;*/
}
.page-header-hero-about-us {
	background-image: url("../images/hero-about-us.jpg") !important;
	min-height: 300px !important;
	max-height: 300px !important;
	background-repeat: no-repeat !important;
	background-position: right !important;
	background-size: cover !important; 
    /*-webkit-text-stroke: 1px black;*/
	/*color: #333333 !important;*/
}
.page-header-hero-contact-us {
	background-image: url("../images/hero-contact-us.jpg") !important;
	min-height: 300px !important;
	max-height: 300px !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important; 
    /*-webkit-text-stroke: 1px black;*/
	/*color: #333333 !important;*/	
}
.page-header-hero-donate {
	background-image: url("../images/hero-donate.jpg") !important;
	min-height: 300px !important;
	max-height: 300px !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important; 
    /*-webkit-text-stroke: 1px black;*/
	/*color: #333333 !important;*/	
}
.page-header-hero-video-archives {
	background-image: url("../images/hero-videos.jpg") !important;
	min-height: 300px !important;
	max-height: 300px !important;
	background-repeat: no-repeat !important;
	background-position: right !important;
	background-size: cover !important; 
    /*-webkit-text-stroke: 1px black;*/
	/*color: #333333 !important;*/	
}
.page-header-hero-photo-gallery {
	background-image: url("../images/hero-photo-gallery.jpg") !important;
	min-height: 300px !important;
	max-height: 300px !important;
	background-repeat: no-repeat !important;
	background-position: left !important;
	background-size: cover !important; 
    /*-webkit-text-stroke: 1px black;*/
	/*color: #333333 !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-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;
}


/* ROMANIAN VERSION */
.btn-gradient-fast-blue-red { background: linear-gradient(to right, #0039e3, #9f1007, #0039e3); color: #fff; background-size: 200% auto; transition: all 0.3s cubic-bezier(.25,.8,.25,1); }


/* ROMANIAN VERSION */
.text-gradient-romanian-colors { background: linear-gradient(to right, #0a63ad 20%, #0476bd 40%, #f6a600 10%, #fdc600 5%, #e64a2f 75%, #9f1007 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

.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;	
}
