Study & Library
Christian books, commentaries, reference books, and poems
Sunday, 9:30 am - 1:00 pm
A disciple of Jesus is a learner! No better way to learn or study than with a book.
Our collection is still under construction however feel free to request a book & we may order it for you off Amazon.
In the meantime here are a few books we’re reading:
- Mere Christianity - C.S. Lewis
- The knowledge of the holy - Tozer
- Knowing God - J.I Packer
- The normal Christian life - Watchman Lee
- Don’t waste your life - John Piper
jQuery(".ep-box-card-item").hover(
function() {
jQuery(this).addClass("ep-shadow");
jQuery(this).find(".ep-box-card-thumb img").css("transform", "scale(1.1,1.1)");
},
function() {
jQuery(this).removeClass("ep-shadow");
jQuery(this).find(".ep-box-card-thumb img").css("transform", "scale(1,1)");
}
);
/* jQuery(document).ready(function() {
var epColorRgbValue = jQuery('.emagic, #primary.content-area .entry-content').find('a').css('color');
var epColorRgb = epColorRgbValue;
var avoid = "rgb";
var eprgbRemover = epColorRgb.replace(avoid, '');
var emColor = eprgbRemover.substring(eprgbRemover.indexOf('(') + 1, eprgbRemover.indexOf(')'));
jQuery(':root').css('--themeColor', emColor);
}); */