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

.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;
    padding: 60px;
    margin-top:20px;  
    
}

.text-column {
    flex: 0 0 300px;
    padding-left: 20px;
    font-family:"georgia",italic;
    color:  rgb(73, 67, 64);
}
.contact{
  text-decoration: none;
}
.tel{
  text-decoration: none;
  color:rgb(73, 67, 64);
}
.mail{
  text-decoration: none;
  color: rgb(73, 67, 64);
  text-decoration: underline 1px  solid grey;
}
.map-container {
  display: flex;
  align-items: center;
  width: 100%;
  
}
.map-container iframe{
  filter:drop-shadow(10px 10px 20px rgb(255, 255, 255)) ; 
  opacity: 0.8;
  

}
.text-column{
font-family: 'georgia',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:820px) {
  .container{ 
  display: flex;
  flex-direction: column;
  align-items:flex-start;
  margin-top: 0;
}
}
.map-container iframe{
  width: 100%;
  }
@media all and (max-width: 768px) {
 
.container{ 
  display: flex;
  flex-direction: column;
  align-items:flex-start;
  margin-top: 0;
}
.map-container iframe{
  width: 100%;
 
}
.footer-content {
  flex-direction: column;
}
.logo-column {
  flex: 0 0 auto;
  padding-right: 0;
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  width: 100%;
}
.mobile-column {
  display: block;
  text-align: right;
}
.links-columns {
  width: 100%;
}
.column {
  flex: 0 0 calc(50% - 10px);
  margin-bottom: 20px;
}
}
@media all and (max-width: 425px) {

.container{
  font-size: 14px;
  padding: 20px;
  margin-top: 20px;
  
}
}

