.bg-white {
  background-color: #fff;
}

html,
body {
  color: #28112b;
  font-size: 1.2rem;
}
.nav-offset::before {
  display: block;
  content: " ";
  margin-top: -3.5rem;
  height: 3.5rem;
  visibility: hidden;
  pointer-events: none;
}
.banner {
  margin-top: 3.5rem;
  height: calc(100vh - 3.5rem) !important;
  background-image: url(../media/images/bg.jpg);
  background-position: left top;
  background-size: cover;
}
