/*
Theme Name: Savannah Church of Christ
Author: Webbie LLC
Author URI: https://www.webbie.dev/
Description: A custom WordPress theme built with the Classic Editor, Bootstrap 5.3.5, and ACF, for the Savannah Church of Christ.
Version: 1.0.0
Tags: custom-theme, bootstrap, classic-editor, acf, responsive
Text Domain: savannahcoc-theme
*/

/* Font setup */
body {
  font-family: 'Merriweather', serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #222;
  background-color: #fff;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #0060AF; /* Optional: Use your theme blue */
}

/* Navigation links */
.navbar-nav .nav-link {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  color: #000;
  transition: color 0.2s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link.active {
  color: #0060AF;
}

/* Increase spacing between nav items */
.navbar-nav .nav-item {
  margin-right: 1.5rem; /* adjust spacing as needed */
}

.navbar-nav .nav-item:last-child {
  margin-right: 0; /* removes extra margin on the last item */
}

/* Buttons */
.btn {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0.375rem;
}

.btn-success {
  background-color: #90C84F;
  border-color: #90C84F;
  padding: .5rem 2rem;
}

.btn-success:hover {
  background-color: #7cb73f;
  border-color: #7cb73f;
}

.text-quicksand {
  font-family: 'Quicksand', sans-serif;
}

.card-img-top-wrapper {
  height: 200px;
  overflow: hidden;
}

.card-img-top-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-us h2,
.about-us p {
  font-family: 'Quicksand', sans-serif;
}

.about-us a.btn {
  border-radius: 6px;
}

.text-quicksand {
  font-family: 'Quicksand', sans-serif;
}
.footer a:hover {
  color: #90C84F !important;
}
.text-quicksand {
  font-family: 'Quicksand', sans-serif;
}
.post-list .card img {
  object-fit: cover;
}
.wpcf7-form label {
  display: block;
  margin-bottom: 0.5rem;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  color: #0060AF;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 1rem;
  font-family: 'Merriweather', serif;
}

.wpcf7 input[type="submit"] {
  background-color: #90C84F;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #7cb73f;
}
