/* Reset & Base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: linear-gradient(to bottom right, #ffccb3, #ffe6cc);
  color: #000;
  line-height: 1.6;
  text-align: center;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.container {
  flex: 1;
}

/* Logo */
.logo {
  max-width: 200px;
  height: auto;
  margin: 0 auto 20px;
  display: block;
}

/* Navbar */
.navbar {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.navbar a {
  text-decoration: none;
  padding: 10px 20px;
  color: #000;
  background-color: #ff9933;
  border-radius: 25px;
  font-weight: bold;
  transition: background 0.3s;
}

.navbar a:hover {
  background-color: #ffb84d;
}

/* Buttons */
input[type="submit"],
button.donate-btn,
a.donate-btn,
.main-button {
  background-color: #dd8e4c;
  color: white;
  border: none;
  padding: 12px 24px;
  font-size: 1rem;
  border-radius: 25px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
  transition: background-color 0.3s ease;
  margin-top: 10px;
}

input[type="submit"]:hover,
button.donate-btn:hover,
a.donate-btn:hover,
.main-button:hover {
  background-color: #c5752f;
  box-shadow: 0 0 12px rgba(255, 153, 0, 0.5);
}

/* Forms */
form {
  max-width: 600px;
  margin: 0 auto 30px;
  background: #ffffffcc;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(255, 153, 0, 0.2);
}

label {
  display: block;
  text-align: left;
  margin: 16px 0 10px;
  font-weight: bold;
  margin-left: 4px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 1rem;
  font-family: inherit;
  margin-bottom: 12px;
}

/* Giving Boxes */
.giving-box {
  background: #fffaf3;
  padding: 2em;
  margin: 1em auto;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  max-width: 500px;
  text-align: center;
}

/* Verses */
.verse {
  font-size: 1.3rem;
  font-style: italic;
  color: #5a3e2b;
  text-align: center;
  padding: 10px;
  margin: 60px auto 40px;
  max-width: 800px;
}

.verse .reference {
  display: block;
  font-weight: bold;
  margin-top: 8px;
  color: #a0522d;
}

/* Footer */
footer {
  margin-top: 50px;
  padding-top: 20px;
  border-top: 2px solid #ffa366;
}

footer p {
  margin-bottom: 10px;
}

.socials {
  font-size: 0.95rem;
}

.socials a {
  color: #000;
  text-decoration: none;
  margin: 0 5px;
}

.socials a:hover {
  text-decoration: underline;
}

footer .copyright {
  margin-top: 15px;
  font-size: 0.85rem;
  color: #555;
}

/* Daily Bread Entries */
.bread-entry {
  background: #fff5eb;
  padding: 30px 25px;
  margin: 30px auto;
  max-width: 750px;
  border-radius: 18px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  text-align: left;
  border: 1px solid #ffe0cc;
}

.bread-entry h2 {
  font-size: 22px;
  color: #4a2f1d;
  margin-bottom: 10px;
  font-family: 'Playfair Display', serif;
}

.bread-entry p {
  font-size: 17px;
  margin-bottom: 8px;
  line-height: 1.6;
  color: #3e2c1d;
}

.bread-entry .caption {
  font-style: italic;
  color: #a25a3d;
}

.bread-entry a {
  display: inline-block;
  margin-top: 12px;
  color: #bf5f2d;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s ease;
}

.bread-entry a:hover {
  color: #ff6600;
  text-decoration: underline;
}

/* Header Font Enhancements */
h1, h2, h3 {
  font-family: 'Playfair Display', serif;
  color: #4a2f1d;
  text-shadow: 1px 1px 2px rgba(255, 204, 153, 0.7);
  margin-bottom: 20px;
}

/* Responsive */
@media (max-width: 600px) {
  .navbar {
    flex-direction: column;
    gap: 10px;
  }

  .main-button {
    width: 100%;
    font-size: 1rem;
  }

  .logo {
    max-width: 160px;
  }

  form {
    margin: 0 10px 40px;
  }

  h1, h2 {
    font-size: 1.6rem;
  }

  .navbar a {
    padding: 14px;
    font-size: 1.05rem;
  }

  .main-button {
    font-size: 1.1rem;
  }

  .bread-entry {
    padding: 20px;
  }
}

.main-button {
  background-color: #f1c40f; /* Anointed Gold */
  color: #222;
  padding: 10px 20px;
  text-decoration: none;
  margin: 5px;
  border-radius: 8px;
  font-weight: bold;
  display: inline-block;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.main-button:hover {
  background-color: #f39c12; /* Slightly deeper gold for hover */
  color: #fff;
}

.main-button.active {
  background-color: #ff914d; /* Sunset orange with a golden pink warmth */
  color: white;
}
