/*
Theme Name: Greater Fellowship MBC
Theme URI: https://www.gfmbcsd.org
Author: Greater Fellowship Missionary Baptist Church
Author URI: https://www.gfmbcsd.org
Description: Official theme for Greater Fellowship Missionary Baptist Church, San Diego, CA. A Fellowship of Love.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gfmbc-theme
Tags: church, religious, one-column, two-columns, custom-colors, custom-menu, featured-images, footer-widgets, full-width-template, theme-options
*/

/* Base Reset */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Lato', sans-serif; color: #333; background: #fff; line-height: 1.7; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
