.header-opacity {
  background: rgba( 0, 0, 0, 0 );
  z-index: 10;
  border: none;
}
header div {
  background: rgba( 0, 0, 0, 0 );
  z-index: 10;
}
.page-container {
  z-index: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.mobile-nav {
  *:focus {
    outline: 0 !important;
  }
}