nav {
  z-index: 99999999;
  opacity: 0;
  transition: .4s ease-out;
  transition-delay: 2s;
}

nav:hover {
  opacity: 1;
  transition: .4s ease-out;
}

.navbar-brand img {
  visibility: hidden !important;
}

#floatinglogo {
  visibility: visible !important;
}

.rbadge {
  color: white;
  background-color: #4285f7;
  border-radius: 10px;
  padding: 2px;
  min-width: 19px;
  display: inline-block;
  text-align: center;
}

#bars {
  position: relative;
  width: 20px;
  height: 10px;
  -webkit-box-reflect: below 1px linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.2));
}

#bars .bar {
  position: absolute;
  bottom: 0;
  width: 2px;
}

#bars .bar:nth-child(1) {
  background: black;
  height: 2px;
  left: 0px;
}

#bars .bar:nth-child(2) {
  background: black;
  height: 4px;
  left: 3px;
}

#bars .bar:nth-child(3) {
  background: black;
  height: 6px;
  left: 6px;
}

#bars .bar:nth-child(4) {
  background: black;
  height: 8px;
  left: 9px;
}

#bars .bar:nth-child(5) {
  background: black;
  height: 10px;
  left: 12px;
}

html,
body,
#mapid {
  overflow-x: hidden;
  height: 100% !important;
  width: 100% !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  padding: 0;
  margin: 0;
}

.side-open {
  z-index: 99999995;
  position: fixed;
  background: white;
  width: 0.8em;
  padding-left: 0.3em;
  margin-left: -0.2em;
  border-radius: 4px;
  font-size: 1.4em;
  top: 3em;
}

.side-nav {
  z-index: 99999996;
  position: fixed;
  top: 71px;
  width: 0;
  height: 100%;
  background: #f8f9fa !important;
  margin-left: -0.3em;
  border-radius: 7px;
  overflow-y: auto;
  transition: width 0.3s ease;
}

@media only screen and (max-width: 600px) {
  .side-open {
    font-size: 2.4em;
  }

  .side-nav {
    opacity: 0.95;
  }
}

.side-nav-container {
  margin-left: 0.6em;
  margin-top: 0.1em;
}

.close-offcanvas {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
}