/*
Theme Name: Good Steward Senior Care
Theme URI: https://goodstewardseniorcare.com/
Author: Good Steward Senior Care
Description: Custom homepage theme for Good Steward Senior Care — a calm, conversion-focused landing page for families navigating senior care decisions in the Mid-South.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: goodsteward
*/

/* ==========================================================================
   All page styling lives in front-page.php (inline) for maximum reliability.
   This file holds theme-header metadata + a few shared utilities.
   ========================================================================== */

/* Smooth scrolling */
html { scroll-behavior: smooth; }

/* Make WordPress admin bar not cover the top bar */
body.admin-bar header.topbar { margin-top: 0; }

/* Default inner-page (blog, regular pages) styling */
.page-content { max-width: 800px; margin: 60px auto; padding: 0 22px; font-family: Georgia, 'Times New Roman', serif; color: #2b2b2b; line-height: 1.7; }
.page-content h1, .page-content h2, .page-content h3 { color: #143638; margin: 24px 0 12px; }
.page-content h1 { font-size: 30px; }
.page-content h2 { font-size: 24px; }
.page-content a { color: #a4712f; }
.page-content img { max-width: 100%; height: auto; }

/* Standard WP image classes */
.alignleft { float: left; margin-right: 18px; }
.alignright { float: right; margin-left: 18px; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
