
/* header start */

.navbar {
  margin-bottom: 0;
  border-radius: 0;
  opacity: 75%;
}
#dropdownMenuButton {
  /* background-color:#FFC94A ;  */
  background-color:black;
  margin-top:20px;
  margin-left:px;
 
}

.dropdown button{
  color:white;
}
/* Set width to 100% and center carousel images */
.carousel-inner img {
  width: 100%;
  margin: auto;
  min-height: 200px;
}

/* Hide the carousel text when the screen is less than 600 pixels wide */


/* Style logo text */
.logo .logo-text {
  color: #ffffff;
  margin-left: 10px;
  font-size: 30px;
  font-family: "DM Serif Display", serif;
}

/* Style navbar buttons */
#id {
  margin-left: 10px;
  margin-top: 10px;
}

@media (min-width: 992px) {
  .navbar-nav {
    margin: 0 auto;
    display: table;
    table-layout: fixed;
  }
}

.buttons {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 20px;
  gap: 20px;
}

.navbar-buttons .btn {
  margin: 0;
}

.home {
  /* background-color: #FFC94A; */
  background-color:;
  text-decoration-color: rgb(255, 255, 255);
}

.btn-default {
  font-size: 16px;
  justify-content: center;
}

.sign {
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
  padding: 20px;
  gap: 10px;
  align-items: flex-start;
}
.sign button a{
  text-decoration: none;
  color:white;
}
.buttons button{
  background-color: black;

}
.buttons button a{
  color:white;
}
#myNavbar {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.btn-default a {
  color:black;
  text-decoration: none;
}
.btn-outline-warning{
  background-color: #F57D1F;
}
/* header end */
  
/* footer start */

  footer {
    background-color:black;
    padding: 20px;
    text-align: center;
    opacity:80%;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-section {
    flex: 1;
    margin: 0 20px;
}

.footer-section h3 {
    margin-bottom: 10px;
    color:#FFC94A;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 5px;
}

.footer-bottom {
    width: 100%;
    margin-top: 20px;
    background-color: black;
    padding:10px;
}
.footer-content{
  display:flex;
  justify-content: space-around;
  
}
.footer-content p{
  color:white;
}
.footer-bottom p{
  color:white;
}
.social-icons {
  list-style-type: none;
  margin: 0;
  padding: 0;
  
}

.social-icons li {
  display: inline-block;
  margin-right: 10px; /* Adjust spacing between icons */
 
}
.social-icons a{
  color:white;
}
 .blog img{
  border-radius:50%;
}

.col-md-6 img {
  display: block;
  margin: 0 auto;
  box-shadow:5px 5px 20px black;
  margin-top:60px;
  margin-bottom:40px;
}


.healthy-life-text {
  margin-left: 20px;
  margin-top:10px;
  padding:30px;
}

.healthy-life-text h2 {
  font-size: 40px;
  font-weight: bold;
  color:Black;
}

.healthy-life-text p {
  font-size: 19px;
  line-height: 2;
  color: #000; 
}

.healthy-life-text .btn {
  margin-top: 20px;
}
#box{
  padding-left: 0px;
} 

/* footer end */

.my-content {
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.my-content input {
    width: 20%;
    margin: 20px;
    padding: 5px;
    border-radius: 5px;
}

.my-content button {
    background-color: #F57D1F;
    width: 10%;
    margin: 20px;
    padding: 5px;
    font-weight: 700;
    font-size: larger;
}

.optional-links {
    padding-bottom: 20px;
}

.optional-links h5 {
    font-size: large;
}
