body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.about-section,
.story-section,
.functional-medicine-section,
.functional-medicine-explained-section,
.approach-section {
  background-color: #ffffff;
  color: rgb(54, 54, 54);
}

.about-section h2,
.story-section h2,
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

section {
  padding: 2rem 0;
}

#footer {
  color: #ffffff;
  background-color: #76a3c4;
  body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  section {
    padding: 2rem 0;
  }

  #footer {
    color: #ffffff;
    background-color: #76a3c4;
    text-align: center;
    width: 100%;
  }

  #nav-placeholder {
    background: #76a3c4;
    color: #76a3c4;
    text-align: center;
    padding: 1rem 0;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000; /* Ensure it's above other content */
  }

  .image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh; /* Full height of the viewport */
    background-color: #f0f0f0; /* Background color for visibility */
  }

  .centered-image {
    width: 40%; /* Set the width of the image */
    height: 60%; /* Set the width of the image */
    max-width: 100%; /* Make sure the image doesn't exceed the container's width */
  }
  .nav-link {
    font-size: 20px;
  }
  body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #1b4769;
  }
  .welcome-wrapper {
    width: 80%;
    margin: 200px auto 0; /* Add top margin for space above */
    margin-bottom: 100px; /* Add top margin for space above */
    background-color: #ffffff;
    color: #76a3c4;
    text-align: center;
    padding: 60px 20px;
    padding-top: 80px;
    padding-bottom: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }
  .welcome h1 {
    font-size: 48px;
    margin: 0;
  }
  .welcome p {
    font-size: 24px;
    margin: 10px 0 0;
  }
  .anchor {
    font-size: 48px;
    margin-top: 20px;
  }
  nav a:hover {
    text-decoration: underline;
  }
  h2 {
    color: #1b4769;
    text-align: center;
  }

  body {
    font-family: 'Arial', sans-serif;
    font-size: 16px;
  }

  .navbar-brand {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333; /* Dark gray text color */
  }

  .navbar-nav .nav-link {
    color: #333; /* Dark gray text color */
    font-size: 1.1rem;
    font-weight: bold;
    transition: all 0.3s ease;
  }

  .navbar-nav .nav-link:hover {
    color: #007bff; /* Blue text color on hover */
  }

  .hero {
    padding: 6rem 0;
    background: url('path-to-your-image.jpg') center center no-repeat;
    background-size: cover;
    color: #fff; /* White text color */
  }

  .section-heading {
    font-size: 3rem;
    font-weight: bold;
    color: #333; /* Dark gray text color */
  }

  .bg-light {
    background-color: #f8f9fa; /* Light gray background */
  }

  .text-muted {
    color: #666; /* Gray text color */
  }

  .btn-primary {
    background-color: #007bff; /* Blue button color */
    border-color: #007bff;
  }

  .btn-primary:hover {
    background-color: #0056b3; /* Darker blue on hover */
    border-color: #0056b3;
  }

  .py-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .list-inline-item {
    padding-right: 10px;
    padding-left: 10px;
  }

  .list-inline-item a {
    color: #333; /* Dark gray text color */
  }

  .list-inline-item a:hover {
    color: #007bff; /* Blue text color on hover */
  }
  .fa {
    padding: 10px;
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
  }

  .fa:hover {
    opacity: 0.7;
  }
  .fa-instagram {
    background: #125688;
    color: white;
  }

  .fa-facebook {
    background: #3b5998;
    color: white;
  }

  .nav-link-custom {
    color: white;
    padding: 10px;
    font-size: 20px;
  }

  text-align: center;
  width: 100%;
}

#nav-placeholder {
  background: #76a3c4;
  color: #76a3c4;
  text-align: center;
  padding: 1rem 0;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000; /* Ensure it's above other content */
}

.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh; /* Full height of the viewport */
  background-color: #f0f0f0; /* Background color for visibility */
}

.centered-image {
  width: 40%; /* Set the width of the image */
  height: 60%; /* Set the width of the image */
  max-width: 100%; /* Make sure the image doesn't exceed the container's width */
}
.nav-link {
  font-size: 20px;
}
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #1b4769;
  margin-top: 150px;
}
.welcome-wrapper {
  width: 80%;
  margin: 200px auto 0; /* Add top margin for space above */
  margin-bottom: 100px; /* Add top margin for space above */
  background-color: #ffffff;
  color: #76a3c4;
  text-align: center;
  padding: 60px 20px;
  padding-top: 80px;
  padding-bottom: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
h1 {
  font-size: 48px;
  margin: 0;
  text-align: center;
}
.welcome p {
  font-size: 24px;
  margin: 10px 0 0;
}
.anchor {
  font-size: 48px;
  margin-top: 20px;
}
nav a:hover {
  text-decoration: underline;
}
.container {
  padding-top: 200px;
  flex: 1;
  max-width: 1200px;
  width: 98%;
  margin: 20px auto;
  padding: 20px;
  background: #cadbe7;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: auto;
  border-radius: 50px;
}
h2 {
  color: #1b4769;
  text-align: center;
}

body {
  font-family: 'Arial', sans-serif;
  font-size: 16px;
}

.navbar-brand {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333; /* Dark gray text color */
}

.navbar-nav .nav-link {
  color: #333; /* Dark gray text color */
  font-size: 1.1rem;
  font-weight: bold;
  transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #007bff; /* Blue text color on hover */
}

.hero {
  padding: 6rem 0;
  background: url('path-to-your-image.jpg') center center no-repeat;
  background-size: cover;
  color: #fff; /* White text color */
}

.section-heading {
  font-size: 3rem;
  font-weight: bold;
  color: #333; /* Dark gray text color */
}

.bg-light {
  background-color: #f8f9fa; /* Light gray background */
}

.text-muted {
  color: #666; /* Gray text color */
}

.btn-primary {
  background-color: #007bff; /* Blue button color */
  border-color: #007bff;
}

.btn-primary:hover {
  background-color: #0056b3; /* Darker blue on hover */
  border-color: #0056b3;
}

.py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.list-inline-item {
  padding-right: 10px;
  padding-left: 10px;
}

.list-inline-item a {
  color: #333; /* Dark gray text color */
}

.list-inline-item a:hover {
  color: #007bff; /* Blue text color on hover */
}
.fa {
  padding: 10px;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:hover {
  opacity: 0.7;
}
.fa-instagram {
  background: #125688;
  color: white;
}

.fa-facebook {
  background: #3b5998;
  color: white;
}

.nav-link-custom {
  color: white;
  padding: 10px;
  font-size: 20px;
}

.functional-medicine-section h2,
.functional-medicine-explained-section h2,
.approach-section h2 {
  color: rgb(44, 44, 44);
}

.about-section p,
.story-section p,
.functional-medicine-section p,
.functional-medicine-explained-section p,
.approach-section p {
  color: rgb(60, 60, 60);
  line-height: 1.6;
}

.btn-primary {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #76a3c4;
  body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  section {
    padding: 2rem 0;
  }

  #footer {
    color: #ffffff;
    background-color: #76a3c4;
    text-align: center;
    width: 100%;
  }

  #nav-placeholder {
    background: #76a3c4;
    color: #76a3c4;
    text-align: center;
    padding: 1rem 0;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000; /* Ensure it's above other content */
  }

  .image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh; /* Full height of the viewport */
    background-color: #f0f0f0; /* Background color for visibility */
  }

  .centered-image {
    width: 40%; /* Set the width of the image */
    height: 60%; /* Set the width of the image */
    max-width: 100%; /* Make sure the image doesn't exceed the container's width */
  }
  .nav-link {
    font-size: 20px;
  }
  body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #1b4769;
  }
  .welcome-wrapper {
    width: 80%;
    margin: 200px auto 0; /* Add top margin for space above */
    margin-bottom: 100px; /* Add top margin for space above */
    background-color: #ffffff;
    color: #76a3c4;
    text-align: center;
    padding: 60px 20px;
    padding-top: 80px;
    padding-bottom: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }
  .welcome h1 {
    font-size: 48px;
    margin: 0;
  }
  .welcome p {
    font-size: 24px;
    margin: 10px 0 0;
  }
  .anchor {
    font-size: 48px;
    margin-top: 20px;
  }
  nav a:hover {
    text-decoration: underline;
  }
  h2 {
    color: #1b4769;
    text-align: center;
  }

  body {
    font-family: 'Arial', sans-serif;
    font-size: 16px;
  }

  .navbar-brand {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333; /* Dark gray text color */
  }

  .navbar-nav .nav-link {
    color: #333; /* Dark gray text color */
    font-size: 1.1rem;
    font-weight: bold;
    transition: all 0.3s ease;
  }

  .navbar-nav .nav-link:hover {
    color: #007bff; /* Blue text color on hover */
  }

  .hero {
    padding: 6rem 0;
    background: url('path-to-your-image.jpg') center center no-repeat;
    background-size: cover;
    color: #fff; /* White text color */
  }

  .section-heading {
    font-size: 3rem;
    font-weight: bold;
    color: #333; /* Dark gray text color */
  }

  .bg-light {
    background-color: #f8f9fa; /* Light gray background */
  }

  .text-muted {
    color: #666; /* Gray text color */
  }

  .btn-primary {
    background-color: #007bff; /* Blue button color */
    border-color: #007bff;
  }

  .btn-primary:hover {
    background-color: #0056b3; /* Darker blue on hover */
    border-color: #0056b3;
  }

  .py-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .list-inline-item {
    padding-right: 10px;
    padding-left: 10px;
  }

  .list-inline-item a {
    color: #333; /* Dark gray text color */
  }

  .list-inline-item a:hover {
    color: #007bff; /* Blue text color on hover */
  }
  .fa {
    padding: 10px;
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
  }

  .fa:hover {
    opacity: 0.7;
  }
  .fa-instagram {
    background: #125688;
    color: white;
  }

  .fa-facebook {
    background: #3b5998;
    color: white;
  }

  .nav-link-custom {
    color: white;
    padding: 10px;
    font-size: 20px;
  }
}

.btn-primary:hover {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  color: #76a3c4;
}

.cta {
  background-color: #001f3f; /* Navy blue background */
  color: #ffffff; /* White text color */
  border-color: #001f3f; /* Matching border color */
  border-radius: 10px;
  margin-left: auto;
}

.cta:hover {
  background-color: #003366; /* Darker navy blue on hover */
  border-color: #003366; /* Matching border color on hover */
}
.py-5 {
  text-align: center;
}
.nav-link-custom {
  color: white;
  padding: 10px;
  font-size: 18px;
}
.nav-link-custom:hover {
  color: rgb(255, 255, 255);
  padding: 10px;
  font-size: 20px;
}

/* Styles for screens wider than 414px (iPhone Plus and up) */
@media (min-width: 415px) {
  #navLogo {
    padding-left: 50px;
    height: 50px;
  }
  #navbarNav {
    padding-right: 50px;
  }
  #mainFooter {
    height: 200px;
    width: 100%;
  }
  #footer-logo {
    height: 50%;
  }
}
/* Styles for screens wider than 414px (iPhone Plus and up) */
@media (max-width: 415px) {
  #navLogo {
    height: 30px;
  }
  #mainFooter {
    width: 100%;
  }
  #footer-logo {
    height: 80%;
    width: 80%;
  }
}
.row {
  margin-left: 0px !important;
}
