/* Keep the fixed landing header below modal layers */
.fbs__net-navbar {
  z-index: 1030 !important;
}

/* Force Bootstrap modal/backdrop above everything */
.modal-backdrop.show {
  z-index: 1090 !important;
}

.modal.show {
  z-index: 1100 !important;
}
