Come celebrate with us

We want to personally invite you and your family to join us at Overflow City Church, for our 7 year anniversary.Our prayer is that you’d experience the love of Jesus in a real and personal way.We can’t wait to welcome you!

- Pastors Paul & Christina Hanfere

    September 14th | 10am

    Heartfelt
    worship

    Come experience worship that’s Spirit-led, Christ-centered, and full of life.Worship is more than music — it’s a response to the goodness of God. We sing to celebrate Jesus, the Son of God, who gave everything to redeem us.

    Life Giving
    Word

    At Overflow, we believe Jesus is the way, the truth, and the life. Come hear a message rooted in the Bible, centered on hope, and built on the truth that you are loved, redeemed, and called to more.

    Fun for
    the whole
    Family

    And bring the kids, your children will enjoy a fun-filled experience designed just for them. We create a clean and safe space where they can laugh, learn, and grow while discovering how much Jesus loves them.Our O-Kids teachers are caring, well-trained, and fully background-checked, so you can feel confident your little ones are in safe hands.

    Service Time
    September 14th | 10:00 AM
    Address
    AFI Theater
    8633 Colesville Rd,
    Silver Spring, MD 20910

    Plan Your Visit Today

    © Overflow City Church.
    All Rights Reserved.

    });$('#buttons02 > li:nth-child(1) > a').addEventListener('click',function(event) {});function timer(id, options) {var _this = this,f;this.id = id;this.timestamp = options.timestamp;this.duration = options.duration;this.unit = options.unit;this.mode = options.mode;this.length = options.length;this.completeUrl = options.completeUrl;this.completion = options.completion;this.defer = options.defer;this.persistent = options.persistent;this.labelStyle = options.labelStyle;this.completed = false;this.status = null;this.$timer = document.getElementById(this.id);this.$parent = document.querySelector('#' + _this.$timer.id + ' ul');this.weeks = {$li: null,$digit: null,$components: null};this.days = {$li: null,$digit: null,$components: null};this.hours = {$li: null,$digit: null,$components: null};this.minutes = {$li: null,$digit: null,$components: null};this.seconds = {$li: null,$digit: null,$components: null};if (this.defer)this.$timer.addEventListener('loadelements', () => {this.init();}); else this.init();};timer.prototype.init = function() {var _this = this,kt, kd;kt = this.id + '-timestamp';kd = this.id + '-duration';switch (this.mode) {case 'duration':this.timestamp = parseInt(Date.now() / 1000) + this.duration;if (this.persistent) {if (registry.get(kd) != this.duration)registry.unset(kt);registry.set(kd, this.duration);if (registry.exists(kt))this.timestamp = parseInt(registry.get(kt)); else registry.set(kt, this.timestamp);} else {if (registry.exists(kt))registry.unset(kt);if (registry.exists(kd))registry.unset(kd);}break;default:break;}window.setInterval(function() {_this.updateDigits();_this.updateSize();}, 250);this.updateDigits();on('resize', function() {_this.updateSize();});this.updateSize();};timer.prototype.updateSize = function() {var $items, $item, $digit, $components, $component, $label, $sublabel, $symbols,w, iw, h, f, i, j, found;$items = document.querySelectorAll('#' + this.$timer.id + ' ul li .item');$symbols = document.querySelectorAll('#' + this.$timer.id + ' .symbol');$components = document.querySelectorAll('#' + this.$timer.id + ' .component');h = 0;f = 0;for (j = 0; j < $components.length; j++) {$components[j].style.lineHeight = '';$components[j].style.height = '';}for (j = 0; j < $symbols.length; j++) {$symbols[j].style.fontSize = '';$symbols[j].style.lineHeight = '';$symbols[j].style.height = '';}for (i = 0; i < $items.length; i++) {$item = $items[i];$component = $item.children[0].children[0];w = $component.offsetWidth;iw = $item.offsetWidth;$digit = $item.children[0];$digit.style.fontSize = '';$digit.style.fontSize = (w * 1.65) + 'px';h = Math.max(h, $digit.offsetHeight);f = Math.max(f, (w * 1.65));if ($item.children.length > 1) {$label = $item.children[1];found = false;for (j = 0; j < $label.children.length; j++) {$sublabel = $label.children[j];$sublabel.style.display = '';if (!found && $sublabel.offsetWidth < iw) {found = true;$sublabel.style.display = '';} else $sublabel.style.display = 'none';}}}if ($items.length == 1) {var x = $items[0].children[0],xs = getComputedStyle(x),xsa = getComputedStyle(x, '::after');if (xsa.content != 'none')h = parseInt(xsa.height) - parseInt(xs.marginTop) - parseInt(xs.marginBottom) + 24;}for (j = 0; j < $components.length; j++) {$components[j].style.lineHeight = h + 'px';$components[j].style.height = h + 'px';}for (j = 0; j < $symbols.length; j++) {$symbols[j].style.fontSize = (f * 0.5) + 'px';$symbols[j].style.lineHeight = h + 'px';$symbols[j].style.height = h + 'px';}this.$parent.style.height = '';this.$parent.style.height = this.$parent.offsetHeight + 'px';};timer.prototype.updateDigits = function() {var _this = this,x = [{class: 'weeks',digit: 0,divisor: 604800,label: {full: 'Weeks',abbreviated: 'Wks',initialed: 'W'}},{class: 'days',digit: 0,divisor: 86400,label: {full: 'Days',abbreviated: 'Days',initialed: 'D'}},{class: 'hours',digit: 0,divisor: 3600,label: {full: 'Hours',abbreviated: 'Hrs',initialed: 'H'}},{class: 'minutes',digit: 0,divisor: 60,label: {full: 'Minutes',abbreviated: 'Mins',initialed: 'M'}},{class: 'seconds',digit: 0,divisor: 1,label: {full: 'Seconds',abbreviated: 'Secs',initialed: 'S'}},],now, diff,zeros, status, i, j, x, z, t, s;now = parseInt(Date.now() / 1000);switch (this.mode) {case 'countdown':case 'duration':if (this.timestamp >= now)diff = this.timestamp - now; else {diff = 0;if (!this.completed) {this.completed = true;if (this.completion)(this.completion)();if (this.completeUrl)window.setTimeout(function() {window.location.href = _this.completeUrl;}, 1000);}}break;case 'countup':diff = Math.max(0, now - this.timestamp);break;default:case 'default':if (this.timestamp >= now)diff = this.timestamp - now; else diff = now - this.timestamp;break;}switch (this.unit) {case 'weeks':break;case 'days':x = x.slice(1);break;case 'hours':x = x.slice(2);break;default:break;}for (i = 0; i < x.length; i++) {x[i].digit = Math.floor(diff / x[i].divisor);diff -= x[i].digit * x[i].divisor;}zeros = 0;for (i = 0; i < x.length; i++)if (x[i].digit == 0)zeros++; else break;while (zeros > 0 && x.length > this.length) {x.shift();zeros--;}z = [];for (i = 0; i < x.length; i++)z.push(x[i].class);status = z.join('-');if (status == this.status) {var $digit, $components;for (i = 0; i < x.length; i++) {$digit = document.querySelector('#' + this.id + ' .' + x[i].class + ' .digit');$components = document.querySelectorAll('#' + this.id + ' .' + x[i].class + ' .digit .component');if (!$digit)continue;z = [];t = String(x[i].digit);if (x[i].digit < 10) {z.push('0');z.push(t);} else for (j = 0; j < t.length; j++)z.push(t.substr(j, 1));$digit.classList.remove('count1', 'count2', 'count3', 'count4', 'count5');$digit.classList.add('count' + z.length);if ($components.length == z.length) {for (j = 0; j < $components.length && j < z.length; j++)$components[j].innerHTML = z[j];} else {s = '';for (j = 0; j < $components.length && j < z.length; j++)s += '' + z[j] + '';$digit.innerHTML = s;}}} else {s = '';for (i = 0; i < x.length && i < this.length; i++) {z = [];t = String(x[i].digit);if (x[i].digit < 10) {z.push('0');z.push(t);} else for (j = 0; j < t.length; j++)z.push(t.substr(j, 1));if (i > 0)s += '
  • ' +':' +'
  • ';s += '
  • ' +'
    ';s += '';for (j = 0; j < z.length; j++)s += '' + z[j] + '';s += '';switch (this.labelStyle) {default:case 'full':s += '' +'' + x[i].label.full + '' +'' + x[i].label.abbreviated + '' +'' + x[i].label.initialed + '' +'';break;case 'abbreviated':s += '' +'' + x[i].label.abbreviated + '' +'' + x[i].label.initialed + '' +'';break;case 'initialed':s += '' +'' + x[i].label.initialed + '' +'';break;case 'none':break;}s += '
    ' +'
  • ';}_this.$parent.innerHTML = s;this.status = status;}};new timer('timer01',{mode: 'countdown',length: 4,unit: 'days',completeUrl: '',timestamp: 1757858400,labelStyle: 'full'});onvisible.add('.image.style3', { style: 'zoom-in-image', speed: 1000, intensity: 2, threshold: 3, delay: 0, replay: false });onvisible.add('h1.style3, h2.style3, h3.style3, p.style3', { style: 'fade-right', speed: 1000, intensity: 5, threshold: 3, delay: 250, replay: false });onvisible.add('h1.style1, h2.style1, h3.style1, p.style1', { style: 'fade-left', speed: 1000, intensity: 5, threshold: 3, delay: 250, replay: false });onvisible.add('.buttons.style1', { style: 'fade-up', speed: 1000, intensity: 5, threshold: 3, delay: 250, replay: false });onvisible.add('#text07', { style: 'fade-right', speed: 1250, intensity: 10, threshold: 3, delay: 250, replay: false });onvisible.add('#text01', { style: 'fade-left', speed: 1000, intensity: 5, threshold: 3, delay: 250, replay: false });onvisible.add('#text03', { style: 'fade-down', speed: 1000, intensity: 5, threshold: 3, delay: 250, replay: false });onvisible.add('#buttons05', { style: 'fade-up', speed: 1000, intensity: 5, threshold: 3, delay: 250, replay: false });onvisible.add('.container.style2', { style: 'fade-in', speed: 1000, intensity: 5, threshold: 2, delay: 0, replay: false });onvisible.add('.container.style2 > .wrapper > .inner', { style: 'fade-in', speed: 1000, intensity: 5, threshold: 3, delay: 0, replay: false });onvisible.add('#container04', { style: 'fade-in', speed: 1000, intensity: 5, threshold: 1, delay: 0, replay: false });onvisible.add('.container.style1', { style: 'fade-in', speed: 1000, intensity: 5, threshold: 3, delay: 125, replay: false });onvisible.add('h1.style5, h2.style5, h3.style5, p.style5', { style: 'fade-left', speed: 1000, intensity: 5, threshold: 3, delay: 250, replay: false });onvisible.add('.icons.style1', { style: 'fade-up', speed: 1000, intensity: 5, threshold: 3, delay: 250, stagger: 250, staggerSelector: ':scope > li', replay: false });onvisible.add('.image.style5', { style: 'zoom-in-image', speed: 1000, intensity: 2, threshold: 3, delay: 0, replay: false });onvisible.add('h1.style6, h2.style6, h3.style6, p.style6', { style: 'fade-down', speed: 1000, intensity: 5, threshold: 3, delay: 250, replay: false });ready.run();})();