header {
  position: fixed;
  width: 100%;
  z-index: 10;
  background: white;
  height: 8vh;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-right: 1.5rem;
}

.nav-link {
  color: black;
}

.nav-link:hover,
.nav-link:active,
a.active {
  color: black;
  /* color: red; */
}

.navbar-brand {
  font-size: 30px;
}

.site-logo-link {
  margin-left: 0 !important;
}

.site-logo-video {
  margin: 0;
  width: 100px;
  height: 45px;
}

.site-menu-trigger {
  font-family: "Roc Regular", sans-serif;
  letter-spacing: 0.06em;
}

.site-header .nav {
  margin-left: auto;
}

.site-logo-container {
  margin-left: -15px;
}

@media (max-width: 991.98px) {
  header {
    height: 100px;
  }

  .site-header {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
    margin-bottom: 0 !important;
  }

  .site-logo-container {
    margin-left: -8px;
  }

  .site-logo-video {
    width: 48px;
    height: 48px;
  }

  .site-menu-trigger {
    font-size: 16px;
    line-height: 1;
    padding-right: 0 !important;
    margin-top: 3px;
  }
}
