/* Common CBF Church styles */
body {
  background: url('../image/obj1geo1pg1p23.jpg') repeat top center;
  background-size: auto;
  background-attachment: fixed;
  background-color: #0b0501ff;
  color: white;
  min-height: 100vh;
}

.navbar {
  background-color: rgba(224, 63, 63, 0.7) !important;
  backdrop-filter: blur(4px);
}

.navbar .nav-link {
  font-size: 1.0rem;
  color: white !important;
  font-weight: 500;
}

.navbar-brand {
  font-size: 1.3rem;
  font-weight: bold;
}

.navbar-text {
  color: rgb(207, 177, 177) !important;
  font-size: .75rem;
}

h1 {
  color: rgb(255, 255, 255);
}

h3 {
  color: rgb(153, 12, 12);
}

.overlay {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 60px 20px;
}

footer {
  background-color: rgba(224, 63, 63, 0.7) !important;
  backdrop-filter: blur(4px);
  padding: 20px 0;
  text-align: center;
  color: white;
}

/* Auth pages specific */
.login-container,
.register-container,
.forgot-container,
.reset-container {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  padding: 30px;
  margin-top: 100px;
}

/* Members page specific */
.content-card {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 20px;
}

/* Index page specific */
body.index-page {
  scroll-behavior: smooth;
  border: 10px #0b0501ff;
}

#overlay {
  position: fixed;
  top: 10px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.855);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#overlay-content {
  padding: 10px;
  border-radius: 10px;
  text-align: left;
  max-width: 95%;
  max-height: 80%;
  overflow: auto;
}

.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

.vcell {
  padding: 20px;
}

#video-player {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 80vh;
  display: block;
}

section {
  padding: 50px 0;
}

.btn-outline-light {
  border-color: white;
  color: white;
}

#intro p {
  font-size: 1.3rem;
}

.u-fancy {
  text-shadow: 2px 2px 6px #fff, -2px -2px 6px #888, 1px 1px 0 #a1a0a0;
  font-size: 30px;
  color: #911;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 2px 8px;
  border-radius: 4px;
  background: rgba(255,255,255,0.07);
  text-decoration: underline;
}

/* Override .text-muted for a lighter gray color */
.text-muted {
    color: #c4c4c4 !important;
}

@media (max-width: 768px) {
  body.index-page {
    background: none;
    background-color: #150b02ff;
  }
  body.index-page::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../image/obj1geo1pg1p23.jpg') no-repeat center center;
    background-size: contain;
    background-color: #0b0501ff;
    border: 10px #0b0501ff;
    z-index: -1;
  }
  
  .navbar-collapse .navbar-nav {
    text-align: left;
  }
}