  
.bg-primary-400{
  background-color:rgba(116, 68, 39,0.4);
}

.navbar.transparent {
  background: rgba(116, 68, 39,0.4);
}

#background-video, .background-image {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
  /* Add some content at the bottom of the video/page */
  .content {
    position: fixed;
    text-align: center;
    bottom: 0;
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
  }