

body{
    background-color: rgb(255, 255, 255);
    width: 100%;
    margin-top: 80px;
    
    background-image: linear-gradient(rgb(3, 3, 67, 0.75), rgba(0,0,50,0.75)), url(bgimage.jpg);
    background-position: center;
    background-size: cover;
    position: relative;    
}

.centre{
    padding: 100px 50px 100px 400px;
    align-items: center;
    justify-content: center;
}
.bmr-calculator{
    margin-top: 200px; 
    margin-left: 500px; 
    max-width: 400px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    padding:8px 24px ;
    box-shadow: 0 4px 18px -3px rgba(240, 235, 235, 0.3);
    color: #fff;  
    
}
.sign button a{
    text-decoration: none;
    color:white;
}

.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;
  background-color:
}
  
  /* 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:black;
    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;
  }
  
  
  #myNavbar {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  
  .btn-default a {
    color:black;
    text-decoration: none;
  }
  .btn-outline-warning{
    background-color: #F57D1F;
  }
  .buttons button{
    background-color: black;
  
  }
  .buttons button a{
    color:white;
  }


/* .bmr-calculator{
    margin-left: 300px;
    margin-bottom: 20px;
} */
.bmr-calculator,
.bmr-calculator *{
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #fff;
    color: black;
}


.bmr-calculator h1{
    text-align: center;
    background: #fff;
    color:black;
    font-weight: 100;
    /* margin is as per padding of .bmr-calculator */
    margin: -8px -24px;
    margin-bottom: 8px;
    padding: 16px;

}


.bmr-calculator h2{
    font-size: 17px;
    text-transform: uppercase;
    margin: 16px 0 10px 0;
}

.bmr-calculator form input[type="text"]{
    width:100%;
    padding: 4px 16px;
    font-size: 24px;
    font-weight: bold;
    border: 1px solid #d5dbdd;
}

.bmr-calculator form{
    display: flex;
    flex-direction: column;
    gap: 4px;

}
    /* id must be ref by # */
.bmr-calculator form #female{
    margin-left: 40px;
}

.bmr-calculator form .height,
.bmr-calculator form .weight{
    position: relative;
}

.bmr-calculator form .unit{
    position: absolute;
    right:20px;
    top:50px;
    color:#777;
}

.bmr-calculator .result .calculate-btn{
    padding: 8px 24px;
    margin:16px 0;
    width: 100%;
    font-size:18px;
    font-weight: 100;
    text-transform: uppercase;
    background: rgb(255, 145, 0);
    color:black;
    font-weight: 700;
    cursor: pointer;
    margin-top: 30px;
    margin-bottom: 30px; 
}

.bmr-calculator .result{
    text-align: center;
    color: #4e4e4e;
    font-size: 18px;
    margin-bottom: 20px;
}

.bmr-calculator .result .calories{
    color: green;
    font-size: 38px;
    font-weight: 900;
    margin-right: 8px;
    vertical-align:middle;
     
}

.about{
    color: white ;
    font-size: 20px;
    width: 70%;
    margin-left: 250px;
    margin-bottom: 20px;
    padding: 20px;
}

.about h1{
    margin-top: 60px;
    text-align: center;
    position: relative;
    color: rgb(255, 145, 0);
}

/* .about h1::after{
    content: '';
    width: 75px;
    height: 3px;
    border-radius: 3px;
    background: white;
    position:relative;
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%);
} */




    footer {
        background-color:black;
        padding: 20px;
        text-align: center;
        opacity:75%;
        margin-top: 150px;
    }
    
    .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;
    }

