

* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

html, body {
  height: 100%;
  width: 100%;
}

body {
  font-family: 'Roboto', sans-serif !important;
  padding-top: 0px;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0px;
  border: 1px solid transparent;
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.container-map {
  padding-top: 50px;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}

#map-canvas {
  height: 100%;
  width: 100%;
}

.flash-notice {
  position: absolute;
  top: 50px;
  z-index: 99;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}

.spacer {
  margin-top: 40px;
}
.spacer-large {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .spacer-large {
    margin-top: 200px;
  }
}

.footer {
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
}
