
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: 300;
  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); 
  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;
}



.container{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 30px;
    padding: 10px;
}
img{
    width: 300px;
    height: 420px;  
    border-radius: 5px;
}
p{
    margin-left:80px;
}
a{
    text-decoration: none;
    font-size: 18px;
    color: rgb(73, 72, 72);  
}
 .btn {
    background-color: rgb(251, 223, 147);
    color: rgb(73, 72, 72);
    font-family: 'Montserrat', sans-serif;
    font-size: 12px; 
    border: none;
    border-radius: 20px;
    padding: 5px 10px; 
    cursor: pointer;
    margin-left: 5px;
    width: auto; 
    min-width: 80px; 
    height: 30px; 
    white-space: nowrap; 
    
  }
  .btn:hover{
    background-color: rgb(226, 235, 249);
  }


ins{
    color: rgb(144, 63, 47);
    text-decoration: none;
}
.footer {
  background-color:#e8e5de;
  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(75, 73, 73);
  } 
.logo-two {
  font-size: 18px;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  color: rgb(89, 88, 88);
  display: block;
  margin-bottom: 20px;   
}
@media all and (max-width: 768px) {

  .container{
    display: flex;
    flex-direction: column;
    align-items: center;
   
  }
  img{
    width: 200px;
    height: auto;
  }
p{
 margin-left: 20px;
 margin: 0;
 padding-bottom: 20px;
}
.footer {
  background-color:#e8e5de;
  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(75, 73, 73);
  } 
.logo-two {
  font-size: 18px;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  color: rgb(89, 88, 88);
  display: block;
  margin-bottom: 20px;   
}

}