body{
    font-family:Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif ;

}

h1, h2, h3, h4, h5, h6 {
    font-family: Playfair Display, Georgia, 'Times New Roman', Times, serif;
}


.navbar{
    background-color: #2F5233;


}
.nav-link{
        color: #ffffff;
}
.navbar .nav-item :hover, .nav-item :active, .nav-item :focus{
    color: #D9A441;
}

.nav-item-new{
  color: #ffffff;
}
.nav-link-new :hover, .nav-link-new :active, .nav-link-new :focus{
  color: #D9A441;
}
.navbar-brand{
    color: #ffffff;
}

.navbar-brand {
  color: #ffffff; /* base color */
  transition: color 0.3s ease;
}

.navbar-brand:hover,
.navbar-brand:focus {
  color: #D9A441;
  text-decoration: none;
}

.dropdown-menu-nature{
    background-color: #fffde7;
  color: #2e7d32;
}
.dropdown-menu-nature li{
    color: #2e7d32;
}

.dropdown-menu-nature li :hover{
    background-color: #dcedc8;
  color: #2e7d32;
}

.btn-outline-nature {
 color: #ffffff !important;
  background-color: #D9A441 !important;
  border-color: #D9A441 !important;
   transition: all 0.3s ease;
}
/*2e7d32*/
.btn-outline-nature:hover,
.btn-outline-nature:focus,
.btn-outline-nature:active {
  


   color: #ffffff !important;
  background-color: #D9A441 !important;
/*37973c*/
 
}

#contactBtn{
background-color: #ff8a65   ;
color: #ffffff;
}

#mainHero{
    color: rgb(255, 255, 255); /* Text color */

    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Optional shadow for better readability */
    min-height:100%;
    /*background:linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../imgs/andrew-seaman-ZwaqicZOAgc-unsplash.jpg');*/
    background:linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/assets/images/church.webp');
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
padding-top: 15vw;
padding-bottom: 15vw;
max-width: 100%;
height: auto;
}



#secondHero{
    /*color: rgb(255, 255, 255);  Text color */
    /*text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Optional shadow for better readability */
    min-height:100%;
    background-color: #dcedc8        ;
    color: #2e7d32     ;
  /* Tailwind-like colors: light blue and sky blue */
 /* color: #1e293b;  dark slate text for readability */
    background-size:cover;
    background-repeat: no-repeat;
max-width: 100%;
height: auto;

}

#thirdHero .card-body{
background-color: #fffde7;
}
#thirdHero li{
background-color: #fffde7;
}
#fourthHero .card-body{
background-color: #c8e6c9;
border: 1px solid #2e7d32;
}
.text-left{
    text-align: left;
}

#thirdHero{
    /*background-color: #dbcdb12a;
    background: linear-gradient(135deg, #93c5fd, #bae6fd);*/
    background-color: #fffde7        ;
     color: #2e7d32     ;
}

#fourthHero{
background-color: #c8e6c9         ;
     color: #2e7d32     ;
}

/*
.secondThirdHero{
height: 80px;
  background: linear-gradient(to bottom, #dcedc8 0%, #fffde7 100%);
}

.thirdFourthHero{
height: 80px;
  background: linear-gradient(to bottom, #fffde7 0%, #c8e6c9 100%);
}*/

.secondThirdHero{
height: 80px;
  background: linear-gradient(to bottom, #dcedc8 0%, #c8e6c9 100%);
}

.thirdFourthHero{
height: 80px;
  background: linear-gradient(to bottom, #c8e6c9 0%, #fffde7 100%);
}
.card-text a{

   color: inherit;        /* Makes link text use the surrounding text color */
  text-decoration: none; /* Removes the underline */
  cursor: pointer;       /* Keeps the pointer cursor on hover */
}

.btn-outline-nature-reverse {
    color: #D9A441 !important;
    background-color: transparent !important;
    border: 2px solid #D9A441 !important;
    border-radius: 0.5rem;
     transition: all 0.3s ease;
}
/*2e7d32*/
.btn-outline-nature-reverse:hover,
.btn-outline-nature-reverse:focus,
.btn-outline-nature-reverse:active {

 

     color: #ffffff !important;
  background-color: #D9A441 !important;
  border-color: #D9A441 !important;
   transition: all 0.3s ease;
}


.googleCalendar {
    position: relative;
    padding-bottom: 75%; /* Adjust this percentage for your desired aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto; /* Centers the calendar */


}

.googleCalendar iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; /* Removes the iframe border */

}

.fourthHeroCalendar{
        background-color: #dbcdb12a;
}

.lightBrownBG{
    background-color: #dbcdb12a;
}







.site-footer{background:#2F5233; /*border-top:1px solid #f0e6de; margin-top:2rem*/ color:#ffffff}
.footer-grid{display:grid; grid-template-columns: 2fr 1fr 1fr; gap:1rem; padding:1.5rem 0}
.footer-title{font-weight:700; margin:0 0 .4rem}
.footer-bottom{border-top:1px dashed #ead8c7; padding:.8rem 0; text-align:center; color:var(--muted)}

@media (max-width: 900px){ .footer-grid{grid-template-columns:1fr} }

/* Utility */
.round{border-radius: var(--radius)}
.shadow{box-shadow: var(--shadow)}

/* Social Icons in Footer */
.social-icons {
  display: flex;
  gap: 1rem;
  margin-top: 0.8rem;
    text-decoration: none;
}

.social-icons a {
  font-size: 1.3rem;
  color: var(--accent);
  background: var(--card);
  padding: 0.5rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow);
  transition: background 0.2s, color 0.2s;
  text-decoration: none;

}

.social-icons a:hover {
  background: var(--brand);
  color: #fff;
    text-decoration: none;
}

a {
  text-decoration: none;
  color:#ffffff 
}

.text-link{
    color: #fff;
}

.mainHero.contact-info a {
  color: #fff;
  text-decoration: none;
}

.mainHero .contact-info a:hover {
  text-decoration: underline; /* optional hover effect */
}


.context-links a{
  color: #D9A441;
}

.context-links a:hover{
  color: #D9A441;
  text-decoration: underline; /* optional hover effect */
}







.home-links .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}
.home-links .card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.home-links h3 { margin-top: 0; }
.home-links a.btn-link {
  display: inline-block;
  margin-top: 0.5rem;
  font-weight: 600;
  color: #0056b3;
}
.home-links a.btn-link:hover {
  text-decoration: underline;
}


.card-img-top {
  height: 205px;          /* pick a height that looks good */
  object-fit:contain;      /* crops and fills the box */
  width: 100%;            /* full card width */
}

.card {
  max-width: 320px;
}
.card-group {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem; /* spacing between cards */
}


.eventh4{
   font-size: 1.2em;
   font-weight: bold;
}

.eventsSection{
  background-color: #c8e6c9         ;
     color: #2e7d32     ;
}


h4 .icon-gold {
  color: #2e7d32 !important;
}

#sermonLink{
text-decoration: none;
  color: #D9A441; 

}

/* Make the hamburger lines gold via the official var */
.navbar {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(217,164,65)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22' /%3e%3c/svg%3e");
}

/* Default: gold border, no glow */
.navbar .navbar-toggler {
  border-color: #D9A441;
  outline: none;
  box-shadow: none;
}

/* Kill Bootstrap's black outline */
.navbar .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

/* When expanded (open) — darker gold + glow */
.navbar .navbar-toggler[aria-expanded="true"] {
  border-color: #B8860B; /* darker gold */
  box-shadow: 0 0 0 0.15rem rgba(184, 134, 11, 0.6);
}

