.container{
  max-width: 1024px !important;
}
.bg-midtown, .nav-link.active{
  background-color: #9D704D !important;
}
.text-midtown{
  color: #9D704D;
}
.logo-midtown {
  height: 30px;
}
.z-index-floating-button{
  z-index: 1000;
}
#main-modal .modal-footer {  
  justify-content: space-between;  
}
#bg-carousel{
  -webkit-transition: background-color 0.8s ease-out;
  -moz-transition: background-color 0.8s ease-out;
  -o-transition: background-color 0.8s ease-out;
  transition: background-color 0.8s ease-out;
}
.ck-editor__editable_inline{
  min-height: 400px;
  max-height: 450px;
}
.thumbnail-width{
  max-width: 100px;
}
.add-image-button-width{
  width: 100px;
}
.bg-secondary-custom{
  background-color: #e4e4e4!important;
}