/* Import Google Font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

:root {
  --primary-color: #004aad;
  --accent-color: #f4b400;
  --background: #f9f9f9;
  --text-color: #333;
  --white: #fff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  background-color: var(--background);
  color: var(--text-color);
  line-height: 1.6;
}

/* Header Styles */
header {
  background-color: var(--white);
  padding: 1rem 2rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.nav-links a {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.nav-links a:hover {
  color: var(--accent-color);
}
.full-width-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
/* Make sure no parent containers are restricting width */
body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden; /* Prevent horizontal scroll */
}

.hero-section {
  width: 100vw; /* Full viewport width */
  margin: 0;
  padding: 0;
}

/* Make image stretch full screen width */
.full-width-image {
  width: 100vw;
  height: 1050px;
  display: block;
  object-fit: cover;
}




/* General Sections */
section {
  padding: 4rem 2rem;
  max-width: 1100px;
  margin: auto;
}

section h2 {
  font-size: 2rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  border-left: 4px solid var(--accent-color);
  padding-left: 0.75rem;
}

section p {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

/* Footer */
footer {
  background-color: var(--primary-color);
  color: var(--white);
  padding: 2rem;
  text-align: center;
}

.footer-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.footer-container .address p {
  margin-bottom: 0.5rem;
}

.footer-container .address a {
  color: var(--accent-color);
  text-decoration: underline;
}

.contact .social-icons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 1.5rem;
  color: var(--white); /* or your custom color */
  background-color: transparent;
  border: 2px solid var(--white);
  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none;
}
.worship-times {
  text-align: center;
  padding: 2rem 1rem;
  font-family: 'Poppins', sans-serif;
  background-color: #f4f8fc;
  color: #2c3e50;
}

.worship-times h1 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #0a4d91;
}

.worship-times table {
  margin: 0 auto;
  border-collapse: collapse;
  width: 80%;
  max-width: 500px;
}

.worship-times th,
.worship-times td {
  border: 1px solid #ccc;
  padding: 0.75rem 1rem;
  font-size: 1rem;
}

.worship-times th {
  background-color: #0a4d91;
  color: white;
  font-weight: 600;}


.welcome-message {
  text-align: center;
  font-size: 2rem;
  font-style: var(--primary-color);
  padding: 2rem;
  background-color: #f5f5f5;
}

.hero img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: top;
  display: block;
  margin: 0;
  padding: 0;
}


  .sermon-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ffffff;
  color: #652a2a;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 10px;
  transition: background-color 0.3s, color 0.3s;
}

.sermon-button:hover {
  background-color: #ddd;
  color: #000;
}


  .artists-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ffffff;
  color: #652a2a;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 10px;
  transition: background-color 0.3s, color 0.3s;
}

.artists-button:hover {
  background-color: #ddd;
  color: #000;
}

.sermons-decorated {
  background: url("images/SCRIPTURE.jpg") center/cover no-repeat;
  color: white;
  padding: 3rem 2rem;
  text-align: center;
  border-radius: 12px;
  margin: 3rem 1rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}
.events-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ffffff;
  color: #652a2a;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 10px;
  transition: background-color 0.3s, color 0.3s;
}

.events-button:hover {
  background-color: #ddd;
  color: #000;
}


  .worshippers_and_band-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ffffff;
  color: #652a2a;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 10px;
  transition: background-color 0.3s, color 0.3s;
}

.worshippers_and_band-button:hover {
  background-color: #ddd;
  color: #000;
}

.leaders-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
}

.leaders-image {
  width: 100%;
  height: auto;
  max-width: 700px;
  object-fit: contain;
  display: block;
  border-radius: 8px;
}


footer {
  background-color: #333;
  color: white;
  padding: 20px;
  text-align: center;
}

footer a {
  color: white;
  margin: 0 10px;
  font-size: 1.5rem;
  text-decoration: none;
}

footer a:hover {
  color: #f0c040;
}



  .reflections-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ffffff;
  color: #652a2a;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 10px;
  transition: background-color 0.3s, color 0.3s;
}

.reflections-button:hover {
  background-color: #ddd;
  color: #000;
}

.container {
  width: 90%;
  margin: 0 auto;
}

.hamburger {
  display: none;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .hamburger {
    display: block;
    font-size: 2rem;
    cursor: pointer;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
    background-color: var(--white);
    padding: 1rem;
  }

  .nav-links.show {
    display: flex;
  }

  .hero img,
  .full-width-image,
  .leaders-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    display: block;
  }

  section {
    padding: 2rem 1rem;
  }

  section h2 {
    font-size: 1.5rem;
  }

  section p {
    font-size: 1rem;
  }

  .worship-times table {
    width: 100%;
  }

  .sermon-button,
  .artists-button,
  .events-button,
  .worshippers_and_band-button,
  .moments-button,
  .reflections-button {
    width: 100%;
    padding: 12px;
    font-size: 1rem;
  }
  .leaders-container {
    flex-direction: column;
    padding: 1rem;
  }

  .leaders-image {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .leaders-text {
    text-align: justify;
    font-size: 1rem;
  }

  footer {
    font-size: 0.9rem;
  }

  .footer-container {
    gap: 0.5rem;
  }
}
