.boxdbshadow {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28) !important;
}

.bg-hover:hover,
.bg-hover:focus,
.bg-hover:active,
.bg-hover:target {
  opacity: 0.45 !important;
}

body {
  margin: 0px;
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: 150px;
  background-color: #212529;
}

.ifrmaps {
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0px;
  padding-top: 58px;
  filter: invert(1);
}