/*
Theme Name: AHC Custom
Theme URI: http://abundantheartchurch.org
Author: Ray Keasler
Description: Custom modern church theme with warm earth tones
Version: 1.0
*/
body {
  background: #f9f5f0;
  color: #443300;
  font-family: 'Segoe UI', Arial, sans-serif;
  margin: 0;
  padding: 0;
}
a {
  color: #b87132;
}
header, footer {
  background: #e6d3b3;
}
/* Main Menu */
.main-menu {
  list-style: none;
  display: flex;
  gap: 2.1em;
  margin: 0;
  padding: 0;
}
.main-menu li {
  display: inline-block;
}
.main-menu a {
  color: #7e5f43;
  font-weight: 600;
  font-size: 1.5em;
  text-decoration: none;
  padding: 9px 0;
  border-bottom: 2.5px solid transparent;
  transition: color 0.14s, border-bottom 0.14s;
}
.main-menu a:hover,
.main-menu .current-menu-item > a {
  color: #c79b60;
  border-bottom: 2.5px solid #c79b60;
}
/* Button Styles */
.button,
button,
input[type="submit"] {
  background: #d18a28;
  color: #fff;
  border: none;
  padding: 0.75em 2em;
  border-radius: 3px;
  cursor: pointer;
  font-weight: bold;
  margin: 0.25em 0;
  transition: background 0.3s;
}
.button:hover,
button:hover,
input[type="submit"]:hover {
  background: #aa5517;
}
/* Gallery / Slick slider styles */
.life-gallery-slider {
  max-width: 700px;
  margin: 0 auto 14px auto;
}
.life-gallery-slider img {
  width: 90%;
  max-height: 110px;
  object-fit: cover;
  border-radius: 12px;
  margin: 0 auto;
  box-shadow: 0 2px 8px rgba(126,95,67,0.09);
}
.slick-dots li button:before {
  color: #b5865b;
  font-size: 16px;
}
.swiper-slide img {
  width: 100% !important;
  max-height: 300px;
  object-fit: cover;
  border-radius: 16px !important;
  box-shadow: 0 2px 8px rgba(126,95,67,0.09);
  display: block;
}
.swiper-slide {
  overflow: hidden;
  border-radius: 16px;
}
body {
  background: #fae6c8;
}
/* Section titles, church info, etc., can be expanded as needed */