/* main-page.css */

/*******  Usable Font Families *******
	font-family: 'Tangerine', serif; 
	font-family: 'Roboto', sans-serif;
	font-family: 'Raleway', sans-serif;
	font-family: 'Lato', sans-serif;
  font-family: 'Arima Madurai', cursive;
	font-family: 'Alex Brush', cursive;
	font-family: 'Cabin', sans-serif;
	font-family: 'Arizonia', cursive;
	font-family: 'Merienda One', cursive;
************************************/

html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family: 'Roboto', sans-serif;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9;	/* ie8 */
}
h1,h2,h3,h4,h5,h6 {
	color: #484848;
}
p {
	color: #59595a;
}

#home {
	background-color: rgba(254, 244, 230, 1);
}

/************************/
/* Return To Top Button */
/************************/

#button {
  display: inline-block;
  background-color: #FFA500;
  width: 40px;
  height: 40px;
	padding-top: 10px;
  text-align: center;
  border-radius: 8px;
  position: fixed;
  bottom: 5px;
  right: 20px;
  transition: 
		background-color .3s, 
		opacity .5s, 
		visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button:hover {
  cursor: pointer;
	color: white;
  background-color: #3f00ff;
}
#button:active {
  background-color: #561eff;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/*******************************/
/* End Of Return To Top Button */
/*******************************/

/**************************************************************************/

/*** The NavBar ***/

#lhbclogo {
	height: 50px;
	padding: 0;
	margin: 0;
}

.navbar {
	border-bottom: rgba(0, 0, 0, 0.9) 1px solid;
	border-top: rgba(0, 0, 0, 0.9) 1px solid;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: 0;
}

/*************************/
/*** End Of The NavBar ***/
/*************************/

/**************************************************************************/

/*** Welcome Section ***/
#welcome {
	background: url('../../media/img/banner-images/lhbcOSCNoFilter.jpg') center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
	height: 100%;
	display: flex;
	align-items: baseline;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

#churchwelcome {
	background: rgba(0, 0, 0, 0.4);
}

#h1-welcome {
	text-align: center;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	color: #ffffff;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 2.0rem;
	font-family: 'Roboto', sans-serif;
}

#h1-welcome2 {
	padding-bottom: 3rem;
	text-align: center;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	color: #ffffff;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 2.7rem;
	font-family: 'Roboto', sans-serif;
}

#openingpara {
	color: #ffffff;
	font-weight: 500;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	text-align: justify;
}

#openpara {
	background: rgba(254, 244, 230, 0.9)
}

/******************************/
/*** End Of Welcome Section ***/
/******************************/

/**************************************************************************/

/*** Disc Gods Plan Section ***/

#disc-gods-plan {
	padding-top: 4rem;
}
.dgpfont {
	font-size: 1.3rem;
}

/* The Plan */

#the-plan {
	padding: 2rem 0;
	background: #f0f8ff;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#whatcanidoimg {
	float: right;
	padding-bottom: 1rem;
}

/* The Problem */

#the-problem {
	padding: 2rem 0;
	background: #ecdab0;
	border-bottom: 1px solid #000;
}

#sin {
	float: left;
	padding-right: 1rem;
	padding-bottom: .5rem;
	padding-top: 1rem;
}

/* The Payment */

#the-payment {
	padding: 2rem 0;
	background: #fff3ae;
	border-bottom: 1px solid #000;
}

#jesusonthecross {
	max-height: 16rem;
	float: right;
	padding-left: 1rem;
}

/* The Promise */

#the-promise {
	padding: 2rem 0;
	background: #ffffd6;
	border-bottom: 1px solid #000;
}

#godspromise {
	max-height: 16rem;
	float: left;
	padding-right: 1rem;
}

/*************************************/
/*** End Of Disc Gods Plan Section ***/
/*************************************/

/**************************************************************************/

/*** Bible Resources Section ***/

#bible-resources {
	padding: 4.6rem 0;
	background: #f0ffff;
}

.brfonts {
	font-size: 1.3rem;
}

.brh1 {
	text-align: center;
	font-weight: 900;
}

.brh4 {
	font-weight: 700;
}

/****** Logos *******/

#olivelogo {
	max-height: 4rem;
}

#eswordlogo {
	padding-left: 25px;
	max-height: 4rem;
}

#ourdailybread {
	padding-left: 25px;
	max-height: 4rem;
}

#youversion {
	padding-left: 25px;
	max-height: 4rem
}

#resource-logos {
	padding-top: 50px;
	text-align: center;
}

#mrh1 {
	padding-top: 75px
}

/**************************************/
/*** End Of Bible Resources Section ***/
/**************************************/

/**************************************************************************/

/*** Sermons/Series ***/

#ss {   /*Stands for Sermon/Series*/
	background-color: #FEF4E5;
}

#ss-heading {
	padding-top: 6rem;
	padding-bottom: 6rem;
	margin-bottom: 0;
	background-image: url('../../media/img/banner-images/sermonseries.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 0;
}

#ss-heading h1 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: white;
}

.card {
	background-color: transparent;
	border: 0;
}

#accordion:hover {
	cursor: pointer;
}

/**************************************/
/*** End Of Sermons/Series ***/
/**************************************/

/**************************************************************************/

/*** Times & Direction Section ***/

#timesndirection {
	background-color: #FEF4E5;
}

#tnd-heading-section {
	padding-top: 6rem;
	padding-bottom: 6rem;
	margin-bottom: 0;
	background-image: url('../../media/img/banner-images/destination.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 0;
}

#tnd-heading-section #tnd-container {
	max-width: 50rem;
	text-align: center;
/*background: rgba(0,0,0,0.2);*/
	padding: 2rem;
	color: white;
}

#h1-tnd-jh {
	color: white;
	font-weight: 300;
	font-size: 5rem;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.7)
}

#tnd-heading-section p {
	color: black;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#tnd-container {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

#tnd-address {
	line-height: .5rem;
}

#tnd-phone {
	font-weight: 700;
	letter-spacing: 0.02rem;
}

#tnd-st {
	padding-bottom: 4rem;
}

#tnd-st p {
	line-height: .5rem;
}

#tnd-st h5 {
	padding: 1rem 0;
}

#h4-tnd-st {
	padding: 2rem 0 1rem 0;
	font-weight: 900;
}

#goomap {
	padding-bottom: 7rem;
	box-shadow: 5px 5px 5px grey;
	float: right;
}

/****************************************/
/*** End Of Times & Direction Section ***/
/****************************************/

/**************************************************************************/

/*** Meet Our Pastor Section ***/

#op {
	background-color: #FEF4E5;
}

#op-card {
	margin-top: 2rem;
}

#op-title{
	font-size: 5rem;
	font-weight: 300;
	padding: 0 0 2rem 1rem;
}

#opn {   /*opn - our pastors name*/
	margin: auto;
	padding: 0 0 0 1rem;
}

#opnd {		/*opn - our pastors name discription*/
	padding: 0 0 2rem 1rem;
}

#op-heading h1 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: white;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

#op-main {
	font-size: 1.3rem;
	font-family: 'Lato', sans-serif;	
	margin-top: 3rem;
	margin-bottom: 8rem;
}

#op-row {
	margin-top: 3rem;
}

#op-para {
	font-size: 1.1rem;
	font-weight: 300;
}

#op-pic {
	padding: 0 0 .5rem 1rem

}

#sig {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#closing {
	margin: 0;
	padding: 0;
}

/**************************************/
/*** End Of Meet Our Pastor Section ***/
/**************************************/

/**************************************************************************/

/*** Doctrinal Beliefs Section ***/

#db {
	background-color: #FEF4E5;
}

#db-heading {
	padding-top: 6rem;
	padding-bottom: 6rem;
	margin-bottom: 0;
	background-image: url('../../media/img/banner-images/dbbible.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 0;
}

#db-heading h1 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: white;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

#db-main {
	font-size: 1.3rem;
	font-family: 'Lato', sans-serif;	
	margin-top: 3rem;
	margin-bottom: 8rem;
}

#db-row {
	margin-top: 3rem;
}

/****************************************/
/*** End Of Doctrinal Beliefs Section ***/
/****************************************/

/**************************************************************************/

/*** Footer ***/


footer {
	background: #222;
	padding: 2.5rem 0;
}

footer a {
	color: #ffe4b4;
}

footer a:active,
footer a:hover {
	color: #c6b4ff;
}

#foot-menu {
	list-style: none;
}

#foot-menu li {
	padding-left: 20px;
	font-size: 0.9rem;
	font-weight: 400;
	letter-spacing: .5px;
}

#foot-name {
	margin: 0;
	text-align: center;
	font-size: 1rem;
	font-weight: 700;
}

#foot-address {
	margin: 0;
	text-align: center;
	font-size: 1rem;
	font-weight: 700;
}

#foot-csz {
	margin: 0;
	text-align: center;
	font-size: 1rem;
	font-weight: 700;
	padding-bottom: 1rem;
}

#foot-social {
	text-align: center;
	padding: 0;
}

.sm {		/*Stands for Social Media*/
	padding-right: 1rem;
}

/*********************/
/*** End Of Footer ***/
/*********************/

/**************************************************************************/

/*** @Media Queries Section ***/

/* Global Effect */

@media (min-width: 320px) and (max-width: 335px) {
	#lhbclogo {
		height: 46px;
	}
}

@media (max-width: 424px) {			/* For the Our Pastor page */
	#op-title {
		font-size: 3rem;
		float: left;
	}
	#op-title-hr {
		visibility: hidden;
	}
}







/* Local Effect */

/* Doctrinal Beliefs db-h1-db*/
@media (max-width: 576px) {
	#db-h1-db {
		font-size: 3rem;
	}
}



@media (max-width: 991px) {
	
	#welcome {
		height: auto;
	}
	
}













/*************************************/
/*** End Of @Media Queries Section ***/
/*************************************/