/**
Theme Name: Camp Hill Pharmacy
Author: Brandon Carmichael
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
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: camp-hill-pharmacy
Template: astra
*/

/* Soft background instead of pure white */
body {
  background: linear-gradient(180deg, #f7fafa 0%, #e9f3f4 100%);
  color: #1c1c1c;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%23cfd8dc' stroke-width='1'><path d='M0 0L20 20M20 0L0 20'/></svg>");
  opacity: 0.06;
  z-index: -1;
  pointer-events: none;
}

/* Header bar */
.ast-primary-header-bar {
  background-color: #1f2d3d;
}

.ast-primary-header-bar .main-header-menu > li > a {
  color: #ffffff;
}

/* Hover / active */
.ast-primary-header-bar .main-header-menu > li > a:hover,
.ast-primary-header-bar .main-header-menu > li.current-menu-item > a {
  color: #bf1e2e; /* deep red (matches your branding) */
}

/* Style alternating section backgrounds */
section.alt-bg,
.ast-container .alt-bg {
  background-color: #ffffff;
  padding: 2em;
  margin-bottom: 2em;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
}

/* Section padding + subtle background block contrast */
.entry-content > h2,
.ast-container .elementor-section {
  background: #ffffff;
  padding: 1.5em;
  margin-bottom: 2em;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.03);
  border-radius: 4px;
}

.ast-footer-bar {
  padding-top: 5px;
  padding-bottom: 5px;
}

.ast-footer-bar .ast-footer-overlay {
  margin: 0 auto;
}

