.HeaderLogo {
  width: 5rem;
  margin: 0rem;
}

.NavLogo {
  width: 6rem;
  margin: 0.3rem;
}

.LogoHolder.scrolled {
  height: 12rem;
  width: 8rem;
  background-color: white;
  position: fixed;
  z-index: 1200;
  top: 0;
  left: 10%;
  box-shadow: 0 0 7px 0px rgba(0,0,0,0.29);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0rem 0rem 1rem 0rem;
}

.LogoHolder {
  height: 12rem;
  width: 8rem;
  background-color: white;
  position: fixed;
  z-index: 1200;
  top: 0;
  left: 10%;
  transform: translateX(-50%);
  box-shadow: 0 0 7px 0px rgba(0,0,0,0.29);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0rem 0rem 1rem 0rem;
}

.LogoHolderMob {
  height: 12rem;
  width: 8rem;
  background-color: white;
  position: absolute;
  z-index: 1200;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 7px 0px rgba(0,0,0,0.29);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0rem 0rem 2rem 2rem;
}

.NavTitle {
  font-weight: 400;
  font-size: 1.1rem;
  margin-bottom: 5px;
  color: #430e80;
}

.headerVid {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.overlayVid {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  background-color: rgba(0,0,0,0.73);
  color: white;
}

.headerTitle {
  font-size: 4rem;
  font-weight: 400;
  margin-left: 13px;
}

.navigation-clean.scrolled {
  background: #fff;
  box-shadow: 0 0 2px 0 rgba(45,38,38,0.22);
}

.navigation-clean {
  background: transparent;
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #333;
  border-radius: 0;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
  transition: background 0.2s;
}

@media (min-width:768px) {
  .navigation-clean {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
}

.navigation-clean .navbar-toggler {
  border-color: #ddd;
}

.navigation-clean .navbar-toggler:hover, .navigation-clean .navbar-toggler:focus {
  background: none;
}

.navigation-clean .navbar-toggler {
  color: #888;
}

.nav-link:hover {
  padding-top: 4px;
}

.navigation-clean.navbar .navbar-nav .nav-link {
  padding-left: 40px;
  padding-right: 40px;
  font-size: 1rem;
  transition: padding-top 0.2s;
}

