/**********************************
GENERAL
Key Colors:
	12HoJ Yellow 			= #f99f36 =  or rgb(247, 147, 30)
	12HoJ Lite Yellow = #fbbc73
	12HoJ Red 				= #be1e2d =  or rgb(190, 30, 45)
	12HoJ Dark Red 		= #9c1421 =  or rgb()
	12HoJ Light     	= #c53542
	12HoJ Blue 				= #2e3192 =  or rgb(46, 49, 146)
	Black

Key Fonts:
font-family: 'Oswald', sans-serif;
		200 - extra-light / 300 - light / 400 - regular / 500 - medium / 600 - semi-bold / 700 - bold
		
font-family: 'Kanit', sans-serif;
		thin 100 (& Italic)
		extra-light 200 (& Italic)
		light 300 (& Italic)
		regular 400 (& Italic)
		medium 500 (& Italic)
		semi-bold 600 (& Italic)
		bold 700 (& Italic)
		extra-bold 800 (& Italic)
		black 900 (& Italic)
		
font-family: 'Galada', cursive;
Font-family: 'Anton', sans-serif;
***********************************/

body {
  max-width: 960px;
  margin: 0 auto;
  background: white;
}

a {
  text-decoration: none;
}

#heart {
	background-color: white;
}

/*********************************************************
                      MASTER NAVIGATION
**********************************************************/

nav {
  background-color: black;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 1em;
  font-weight: 400;
  padding: 5px 0;
	margin: 0px 0 0;
}

nav ul {
  list-style: none;
  margin: 5px 5px;
  padding: 0;
}

nav ul img {
	width: 40%;
}

nav li {
  display: inline-block;
}

nav a {
  padding: 15px 10px;
}

nav a:link {
	color: grey;
}

nav a:visited {
	color: lightgrey;
}

nav a:hover {
	color: #f99f36;
}

nav a:active {
	color: #be1e2d;
}


/*********************************************************
                      MASTER MASTHEAD
**********************************************************/

header {
  background: #f99f36;
  padding-top: 0px;
  background-size: 47%;
	background-repeat: no-repeat;
}

#whyHeader img{
  max-width:100%;
  display: block;
  margin: 0;
  padding: 0;
}



/*********************************************************
                       MASTER FOOTER
**********************************************************/

footer {
	max-width: 960px;
  background: white;
	align-items: center;
}

#socialmedia {
	font-family: 'Oswald', sans-serif;
	font-size: .75em;
	background-color: white;
	color: lightgrey;
	text-align: center;
	line-height: 50%;
}

#socialmedia img {
	width: 7%;
  height: 7%;
	margin-top: 30px;
}

#copyright {
	font-family: 'Oswald', sans-serif;
	font-size: .75em;
	background-color: #2e3192;
	color: lightgrey;
	text-align: center;
	padding: 10px;
}


/*********************************************************
                       INDEX Page
**********************************************************/

/*#announcement {
	background-color: #ffe5ca;
	padding: 35px; 0px; */


#announcement {
    background: linear-gradient(to bottom, #98b4cc, white);
    padding: 35px; 0px; 
    box-sizing: border-box; /* Ensure padding doesn't affect the div's width */
}

/**** You Are Invited ******/ 
#announcement h1 {
	font-family: 'Anton', sans-serif;
	font-size: 2.4em;
	color: #2e3192;
	text-align: center;
	line-height: 1em;
	margin-top: 10px;
	}

/**** All About Jesus ******/ 
	#announcement h4 {
	font-family: 'Kanit', sans-serif;
	font-size: 1.75em;
	color: #be1e2d;
	text-align: center;
	line-height: 0em;
	margin-top: 2px;
	}

/**** Theme: Why Jesus? ******/
#HOJevent {
	font-family: 'Kanit', sans-serif;
	font-size: 1.25em;
	color: #be1e2d;
	text-align: center;
	line-height: .9em;
	font-weight: 600;
}

.Whyone {
	font-family: 'Kanit', sans-serif;
	font-size: 1.25em;
	color: #f99f36;
	text-align: center;
	line-height: .9em;
	font-weight: 600;
}

/**** Date ******/
#HOJdate {
	font-family: 'Kanit', sans-serif;
	font-size: 1em;
	color: black;
	text-align: center;
	font-weight: 600;
	line-height: .3em;
}

/**** Location ******/
#HOJlocation {
	font-family: 'Kanit', sans-serif;
	font-size: 1em;
	color: black;
	text-align: center;
	font-weight: 400;
	line-height: .9em;
}

/**** 12 Sessions,12 Speakers ******/
#HOJtagline {
	font-family: 'Kanit', sans-serif;
	font-size: .75em;
	color: #2e3192;
	text-align: center;
	font-weight: 600;
}

.HOJheadline h1 {
	font-family: 'Kanit', sans-serif;
	font-size: 2em;
	color: #f99f36;
	text-align: center;
	line-height: .9em;
	font-weight: 600;
}

.HOJheadline h2 {
	font-family: 'Kanit', sans-serif;
	font-size: 18px;
	color: #be1e2d;
	text-align: center;
	line-height: .6em;
	font-weight: 600;
}

.HOJheadline p {
	font-family: 'Kanit', sans-serif;
	font-weight: 300;
	font-size: 16px;
	padding: 0 20px 0 20px;
	text-align: justify;
	line-height: 1.25em;
	margin-bottom: 25px;
	color: black;
}

/**** Free Bible ******/
#announcement h3  {
	font-family: 'Anton', sans-serif;
	font-size: 2em;
	color: #be1e2d;
	text-align: center;
	line-height: 1em;
	margin-top: 10px;
	}


/*********************************************************
                       Schedule Page
**********************************************************/

.Sub_Page_02 h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 2em;
	color: #f99f36;
	text-align: center;
	margin-top: 10px;
}

.Sub_Page_02 h4 {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	color: #2e3192;
	font-size: 24px;
	text-align: center;
	line-height: 2em;
	margin: 0;
	padding-top: 20px;
}

.Sub_Page_02 h6 {
	font-family: 'Kanit', sans-serif;
	font-weight: 600;
	color: #be1e2d;     /* 12HOJ Red  */
	font-size: 18px;
	text-align: center;
	line-height: 1em;
	margin: 0;
}

.Sub_Page_01 h5 {
	font-family: 'Kanit', sans-serif;
	font-weight: 600;
	color: #be1e2d;     /* 12HOJ Red  */
	font-size: 24px;
	text-align: center;
	line-height: .75em;	

}

.Sub_Page_02 p {
	font-family: 'Kanit', sans-serif;
	font-weight: 200;
	color: black;
	font-size: 12px;
	text-align: center;
	line-height: .75em;	
	padding: 0 20px 0 20px;
}

.Sub_Page_02 ul {
	list-style: none;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	color: #2e3192;
	text-align: left;
	background: white;
	line-height: .75em;
	text-decoration: none;
	margin-left: -10px;
}

.Sub_Page_02 li {
	line-height: 1.1em;
	text-decoration: none;
}

.Time {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: black;
	font-size: 12px;
}

.SermTitle a {
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	color: #be1e2d;      /* 12HOJ Red  */
	font-size: 14px;
}

.Preacher {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #2e3192;
	font-size: 12px;
}

.SermTitle a:link {
	color: #be1e2d;     /* 12HOJ Red  */
}

.SermTitle a:visited {
	color: #be1e2d;       /* 12HOJ Red  */
}

.SermTitle a:hover {
	color: #be1e2d;     /* 12HOJ Red  */
}

.SermTitle a:active {
	color: #be1e2d;
}


/**********************************
      Lesson Preview Pages
***********************************/

.preview_page {
	background-color: white;
	margin-bottom: 30px;
}

.preview_page h4 {
	font-family: 'Anton', sans-serif;
	font-weight: 600;
	color: #f99f36;
	font-size: 2.5em;
	text-align: center;
	line-height: .75em;
	margin-top: 20px;
	margin-bottom: 0px;
}

.preview_page h3 {
	font-family: 'Kanit', sans-serif;
	font-weight: 600;
	color: #2e3192;
	font-size: 2em;
	text-align: center;
	line-height: 1.25em;
	margin: 0;
}

.preview_page h5 {
	font-family: 'Kanit', sans-serif;
	font-weight: 600;
	color: black;
	font-size: 1.5em;
	text-align: center;
	line-height: 1.25em;
	margin: 0;
}

.preview_page h6 {
	font-family: 'Kanit', sans-serif;
	font-weight: 600;
	color: #be1e2d;
	font-size: 2em;
	text-align: center;
	line-height: 1em;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-top: 20px;
}

.preview_page p {
	font-family: 'Kanit', sans-serif;
	font-weight: 300;
	font-size: 1.1em;
	text-align: justify;
	line-height: 1.25em;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 25px;
	margin-top: 0px;
	color: black;
}

.Scrip_Ref {
	font-family: 'Kanit', sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #2e3192;
}

.Scripture {
	font-family: 'Kanit', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #be1e2d;
	font-style: italic;
}


/**********************************
      Lesson Preview Pages
***********************************/

.Sub_Page_01 {
	background-color: white;
	margin-bottom: 30px;
}

.Sub_Page_01 h4 {
	font-family: 'Kanit', sans-serif;
	font-weight: 600;
	color: #2e3192;
	font-size: 32px;
	text-align: center;
	line-height: .75em;	
}

.Sub_Page_01 p {
	font-family: 'Kanit', sans-serif;
	font-weight: 300;
	font-size: 16px;
	text-align: justify;
	line-height: 1.25em;
	color: black;
	padding: 0 20px 0 20px;
}


/**********************************
      Expect Page
***********************************/

.Expect_Page_01 {
	background-color: white;
	margin-bottom: 30px;
}

.Expect_Page_01 h4 {
	font-family: 'Kanit', sans-serif;
	font-weight: 600;
	color: #2e3192;
	font-size: 35px;
	text-align: center;
	line-height: 1.1em;	
}

.Expect_Page_01 h5 {
	font-family: 'Kanit', sans-serif;
	font-weight: 600;
	color: #be1e2d;
	font-size: 24px;
	text-align: center;
	line-height: 1.1em;	
	margin-bottom: 2pt;
	padding: 0 20px 0 20px;
}

.Expect_Page_01 p {
	font-family: 'Kanit', sans-serif;
	font-weight: 300;
	font-size: 16px;
	margin-top: 10pt;
	text-align: justify;
	line-height: 1.25em;
	padding: 0 20px 0 20px;
	color: black;
}

/**********************************
           Contact Page
***********************************/

.Contactus {
	background: white;
	width: 100%;
}


.Contactus h4 {
	font-family: 'Kanit', sans-serif;
	font-weight: 600;
	color: #2e3192;
	font-size: 32px;
	text-align: center;
	line-height: 2em;
	margin: 0;
}

.Contactus h6 {
	font-family: 'Kanit', sans-serif;
	font-weight: 600;
	color: #be1e2d;
	font-size: 22px;
	text-align: center;
	line-height: 1em;
	margin: 0;
}

.Contactus {
	text-align: center;
	background: white;
}

.Contactlabel {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #be1e2d;
	text-align: center;
	background: white;
}

.Contacttext {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: black;
	text-align: center;
	background: white;
}


/**********************************
     Past Sermons Landing Page
***********************************/

.Sub_Page_04 {
	background-color: white;
}

.Sub_Page_04 h4 {
	font-family: 'Kanit', sans-serif;
	font-weight: 600;
	color: #2e3192;
	font-size: 32px;
	text-align: center;
	line-height: .85em;
}

.Sub_Page_04 hr {
	width: 30%;
	color:lightgray;
}

.Sermons2017 {
	width: 85%;
	background-color: white;
	margin: auto;      /*  Aligns box to center of area  */
	padding-top: 20px;
	padding-bottom: 0px;
}

.PSYear {
	font-family: 'Kanit', sans-serif;
	font-weight: 600;
	color: #be1e2d;
	font-size: 24px;
	line-height: .85em;
}

.PS_ThemeTitle {
	font-family: 'Kanit', sans-serif;
	font-weight: 600;
	color: #be1e2d;
	font-size: 18px;
	line-height: 1em;
}


.PS_12HoJ {
	font-family: 'Kanit', sans-serif;
	font-weight: 600;
	color: #2e3192;
	font-size: 18px;
}

.Sub_Page_04 h5 {
	text-align: center;
	margin-bottom: .5em;
}

.Sub_Page_04 h6 {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: black;
	font-size: 14px;
	margin-bottom: .5em;
	margin-top: .5em;
	line-height: .5em;
}


.Sub_Page_04 h1 {
	text-align: center;
	font-family: 'Kanit', sans-serif;
	font-weight: 300;
	color: black;
	font-size: 14px;
}

.Sub_Page_04 h1 {
	text-align: center;
	font-family: 'Kanit', sans-serif;
	font-weight: 300;
	color: black;
	font-size: 14px;
	line-height: .5em;
}


/**********************************
Podcast Page
***********************************/

.Podcast h4 {
	font-family: 'Oswald', sans-serif;
	font-size: 2em;
	color: #be1e2d;
	text-align: center;
}

.PodcastLink h4 {
	font-family: 'Oswald', sans-serif;
	font-size: 2em;
	color: #be1e2d;
	text-align: center;
	list-style: none;
	text-decoration: none;
}


		/*********************************************************
		                       Blog Page
		**********************************************************/

.blog-card {
  display: block;
  background: rgba(251,176,64,0.15) !important; /* force yellow background */
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  text-decoration: none;
  color: #be1e2d;
  font-family: 'Oswald', sans-serif;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
}

.blog-card article {
  display: flex;
  flex-direction: column;
  height: 100%; /* makes content fill the card */
}

.blog-card h3 {
  font-family: 'Oswald', sans-serif;
  color: #be1e2d;
  margin-bottom: 12px;
}

.blog-card p {
  color: #444;
  flex-grow: 1; /* pushes read more to bottom */
}

.blog-card .read-more {
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  color: #be1e2d;
  margin-top: 12px;
}

.blog-card h3 {
  font-family: 'Oswald', sans-serif;
  color: #be1e2d; /* red for the rest of the title */
}

.blog-card h3 .why-jesus {
  color: #2e3192; /* blue for "Why Jesus?" */
}

/**********************************
Past Sermons Recordings Pages
***********************************/

.Sub_Page_PS {
	background-color: white;
}

.Sub_Page_PS ul {
  list-style: none;
	text-decoration: none;
	margin-left: 15px
}

.Sub_Page_PS h4 {
	font-family: 'Kanit', sans-serif;
	font-weight: 600;
	color: #2e3192;
	font-size: 32px;
	text-align: center;
	line-height: .75em;	
}

.SessionsNo {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: black;
	font-size: 14px;
}

.SermonName {
	text-decoration: none;
	font-family: 'Oswald', sans-serif;	
	font-weight: 700;
	color: #be1e2d;
	font-size: 14px;
}

.PastPreacher {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: black;
	font-size: 14px;
}
.Sub_Page_PS a:link {
	color: #be1e2d;
}

.Sub_Page_PS a:visited {
	color: #9c1421;
}

.Sub_Page_PS a:hover {
	color: #be1e2d;
}

.Sub_Page_PS a:active {
	color: #be1e2d;
}

.centered-content {
    max-width: 900px; /* or whatever width looks good */
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px; /* optional for small screens */
}

.No_Float h4 {
	font-family: 'Kanit', sans-serif;
	font-weight: 600;
	color: #be1e2d;
	font-size: 24px;
	text-align: center;
	line-height: 32px;
	margin: 0;
	margin-top: 5px;
}

.No_Float h5 {
	font-family: 'Kanit', sans-serif;
	font-weight: 600;
	color: #2e3192;
	font-size: 18px;
	text-align: center;
	line-height: 24px;
	margin: 0;
	margin-top: 15px;
}

.No_Float {
	background-color: white;
}

.No_Float ul {
  list-style: none;
	text-decoration: none;
	margin-left: -10px;
}

.No_Float a:link {
	color: #be1e2d;
}

.No_Float a:visited {
	color: #9c1421;
}

.No_Float a:hover {
	color: #be1e2d;
}

.No_Float a:active {
	color: #be1e2d;
}

.blog-article-container {
    max-width: 900px;      /* controls the width */
    margin: 0 auto;         /* centers horizontally */
    padding: 0 20px;        /* optional padding for small screens */
    display: block;
}



/**** END ******/






