  <style>
  
  body {
    font: 400 15px Montserrat, sans-serif;
    line-height: 1.8;
    color: #818181;
  }
  
  h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
  }
  h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
  }  

 h3 {
    font-size: 24px;
    text-transform: uppercase;
    color: #EDEADE;
    font-weight: 600;
    margin-bottom: 30px;
  }
  h5 {
    font-size: 19px;
    line-height: 1.375em;
    color: #EDEADE;
    font-weight: 400;
    margin-bottom: 30px;
  } 
  
  h6 {
    font-size: 14px;
    color: #EDEADE;
  } 

  .jumbotron {
    color: #fff;
    padding: 100px 25px;
    font-family: Montserrat, sans-serif;
    background-image: url("https://static.wixstatic.com/media/da42be_3aea9951e0654fe490295bd4cfc586bc~mv2.jpg/v1/fill/w_2500,h_903,al_c/da42be_3aea9951e0654fe490295bd4cfc586bc~mv2.jpg");
    background-size: cover;
    width: 100%;
  }
  
  .container-fluid {
    padding: 60px 50px;
  }
  .container-fluid-2 {
    padding: 60px 50px;
    background-color: #f9b64d;
  }
  .container-fluid-3{
    padding: 60px 50px;
    background-color: #39352f;
    color: #EDEADE;
  }

  .bg-dark{
    background-color: #39352f;
  }

  .bg-org{
    background-color: #f9b64d;
  }

  .bg-egg{
    background-color: #EDEADE;
  }

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
}

.navbar-brand {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo {
  display: block;
  height: a;
  width: 150px;
  border-radius: 50%;
  object-fit: contain;
  margin-right: 1rem;
}

.navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  margin: 0 2rem;
  list-style-type: none;
}

.navbar-nav a {
  margin: 0 4.5rem;
  color: black;
  align-items: center;
  font-weight: bold;
}

.navbar-toggle {
  display: none;
}

.navbar-collapse {
  display: none;
  width: 100%;
  max-width: 1200px;
  margin-top: 1rem;
}

@media only screen and (max-width: 768px) {
  .navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  
  .navbar-nav a {
    margin: 10px 0;
  }
  
  .navbar-toggle {
    display: block;
  }
  
  .navbar-collapse {
    display: none;
    background-color: #333;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
  }
  
  .navbar-collapse ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  
  .navbar-collapse li {
    margin: 10px 0;
  }
}




   .photo{
    width:75%; 
    border-radius: 200px;
   }

     .photo_two{
    width:8%; 
    border-radius: 550px;
   }

  .thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
  }
  .thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
  }

  .carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #f9b64d;
  }
  .carousel-indicators li {
    border-color: #f9b64d;
  }
  .carousel-indicators li.active {
    background-color: #f9b64d;
  }

  footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #f9b64d;
  }



  </style>