body {
  background-image: url("../img/koni-building.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: rgba(35, 43, 43, .85);
  background-blend-mode: overlay;
}

.container {
  height: 130vh !important;
}