#hero-photo {
    background: url(https://stcharlesyc.com/images/design/page/fcyc_page.png) no-repeat center 40% !important;
    background-size: cover !important;
}

#hero-photo {
        height: 300px!important;
    }


.wc_statusbar {display: none;}
.menu-on {
overflow: hidden !important;
}
.container {
max-width: 1170px;
width: 100%;
}
.container::before {
display: none;
}
@media (min-width: 993px) {
#main-menu li:nth-child(8) {display: none !important;}}
@media (max-width: 992px) {
#main-menu ul li:nth-child(8) {background: #fff; padding: 8px 8px 0px;}
#main-menu ul li:nth-child(8) a {color: #000;}} 
.col-sm-3 {padding-left: 0px!important; padding-right: 0px!important;} 
.section--bottom .container {
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
} 
.card__label {
  position: absolute;
  left: 0;
  right: 0;
  padding: 12px 16px;
  color: #fff;
  font-size: 36px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.5px;
  top: 50%;
  bottom: auto;
  transform: scale(0.9);
  transition: transform 0.3s ease;;
  text-shadow: rgba(0, 0, 0, 0.7) 0px 0px 20px;

} 
.card:hover .card__label {
  transform: scale(1.05);
  color: #fff;
  
}

.card__cover:hover {
    -webkit-filter: brightness(50%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    
  
}

 
 
.club-header-container {
    text-align: center;
    padding: 30px 0;
    overflow: hidden; /* Prevents scrollbars during animation */
}

.club-heading {
    font-family: "Inter", sans-serif;
    font-size: 38px;
    color: #011B4C
    margin-bottom: 15px;
}

.club-divider {
    width: 60px;
    height: 3px;
    background-color: #AA8C3C;
    margin: 0 auto;
}



@media (max-width: 768px) {
  .members-button {
    display: none;
  }
} 

/* Initial state: hidden and moved down slightly */
.card-wrap .col-sm-3 {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease-out;
}

/* The class we will add via JavaScript */
.card-wrap .col-sm-3.appear {
    opacity: 1;
    transform: translateY(0);
}

/* Staggering the entrance */
.col-sm-3:nth-child(1) { transition-delay: 0.1s; }
.col-sm-3:nth-child(2) { transition-delay: 0.2s; }
.col-sm-3:nth-child(3) { transition-delay: 0.3s; }
.col-sm-3:nth-child(4) { transition-delay: 0.4s; }   

.welcome {font-size: 28px; font-family: "Inter", sans-serif; font-weight: 400;}  

#wc_photos img {
    margin: 5px;
    border: 0px !important;
}     

.footer-gold-bar {
    background: #b8955a;
    padding: 14px 0;
}

.footer-gold-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 30px;
}

.footer-gold-links a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-decoration: none;
    transition: opacity 0.2s;
}

.footer-gold-links a:hover {
    opacity: 0.75;
}                      