#background-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

#home_navigation {
  display: block !important;
}

#page_navigation {
  display: none !important;
}

.header {
  background: transparent !important;
}

.header h4{
  letter-spacing: 3px;
  color: #efefef;
}

.header a{
  color: #afafaf;
}

@media screen and (max-width: 600px) {
  /*.header img {*/
  /*  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(84deg) brightness(97%) contrast(116%);*/
  /*}*/

  /*.header a {*/
  /*  color: #fff !important;*/
  /*}*/
}