body {
  font-family: Montserrat, sans-serif;
}
.navbar-brand {
  background-image: url('themes/defaut/img');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px;
  z-index:2052;
;
}

.navbar-nav .nav-item:hover {
  background-color: rgba(180, 190, 203, 0.4);
  z-index:2052;
}