body{
  margin: 0;
  background-color:#e8e5de;
}

body{
  margin: 0;   
}

.navbar{
  position: sticky;
  z-index:1000; 
  top: 0;
  background-color: rgb(249, 202, 119);
  padding:15px;

}
.navbar-brand{
  font-size: 20px;
  font-family: 'Montserrat',sans-serif;
  font-weight: 400;
  color: rgb(146, 73, 39);
  padding: 10px;
  margin-left: 0;
}  
.navbar-nav.nav-link{
  font-family: 'Montserrat',sans-serif;
  font-weight: 400;
  color: rgb(146, 73, 39); 
  font-size: 20px;

} 
.navbar-nav .nav-link.active {
  color: rgb(144, 74, 34) !important;
  font-weight: 300;
   font-size: 18px;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(120, 64, 37, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}


  .header{
  display: flex;
  justify-content: center;
  margin-top: 40px;
  font-size: 25px;
  font-family: 'Georgia',sans-serif;
  color: rgb(94, 83, 77);
  text-align: center;
  padding: 0 15px;
  }
  .measure{
  display: flex;
  justify-content: center;
  } 
  .measure img{
   width: 1000px;
   max-width: 100%;
  }
  .measurements{
  color: rgb(89, 79, 74);
  font-family: 'Georgia',sans-serif;
  padding: 20px;
  margin-left: 30px;
  margin-bottom: 30px;

  }
.b{
  font-size: 18px;
  line-height:1.6px;
  font-family: 'Montserrat', sans-serif;
  
 }


 .footer {
  background-color: rgb(249, 202, 119);
  padding:100px;
  }
 .footer-content {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.logo-column {
  flex:0 0 200px;
  padding-right: 30px;
  }
  
.links-columns{
  display: flex;
  flex: 1;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
  }
.item-two {
  display: block;
  text-decoration: none;
  padding: 5px 0;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  color: rgb(120, 64, 37);
  } 
.logo-two {
  font-size: 18px;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  color: rgb(120, 64, 37);
  display: block;
  margin-bottom: 20px; 
}

@media all and (max-width: 768px) {

.header{
  font-size: 18px;
}
.b{
  font-size: 16px;
}
.measure img{
 width:550px;
}
.measurements{
  flex-direction: column;
  width: 90%;
}
}
@media all and (max-width: 430px){
.measure img{
  width:500px;
}
.measurements{
  width: 70%;
}
.measurements h3{
  font-size: 16px;
  margin: 0 0 1rem 0;
  line-height: 1.5; 
}
.measurements p{
  font-size: 16px;
  margin:0 0 1rem 0;
  line-height: 1.5; 
}
}