@import 'roboto.css';

html {
  height: 100%;
}

body {
  min-height: 100vh;
  font-family: "Roboto", sans-serif;
}

.footer {
  margin-top: auto;
}

.fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

#map {
  min-height: 80vh;
}

.map2 {
  min-height: 95vh !important;
}

.jsoneditor-menu {
  background-color: #333d !important;
}

.jsoneditor {
  border-color: #2e333d !important;
}
