@media screen {
  body > .container-fluid > .navbar {
    width: 100%;
    box-shadow: 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
    margin-top: var(--nav-margin-top, 32px);
  }
}
body > .wrapper {
  margin-top: var(--wrapper-margin-top, 82px);
  background-color: rgba(204, 204, 204, 0.33);
}

.navbar-brand > img {
  height: 56px;
}

.bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: var(--bg-url);
  background-repeat: no-repeat;
  background-position: 0 -100px;
  background-size: cover;
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=common.css.map */
