#navbar-main {
  position: absolute;
  top: 0;
}

#navbar-main .navbar-brand {
  width: 140px;
}

#carousel-hero {
  height: 100vh;
}

#carousel-hero .carousel-inner {
  height: 100%;
}

#carousel-hero .carousel-item {
  background-color: #000;
  height: 100%;
}

#carousel-hero .carousel-item:before {
  content: "";
  /*background-image: linear-gradient(to bottom, rgba(49,47,88,0.25), rgba(49,47,88,0.75));*/
  background-color: rgba(49,47,88,0.66);
  display: block;
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
}

#carousel-hero .carousel-item img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  overflow: hidden;
}

.scrolldown {
  width: 3rem;
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

#header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 90px;
  opacity: 1;
  /*background-color: var(--bs-info);*/
  background-image: linear-gradient(to top, rgba(242,240,228,0.9), rgba(242,240,228,1));
}

#nav-main {
  margin-left: calc(100px + 2rem);
}

#brand {
  position: absolute;
  left: 6rem;
  top: 1rem;
  width: 140px;
  background-color: var(--bs-primary);
  padding: 1rem;
}

#slogan {
  margin: 1rem 100px 1rem 100px;
}

#nav-main .navbar-toggler {
  border: rgba(0,0,0,0);
}

#carousel-hero .carousel-caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0;
  bottom: 0;
  margin: auto;
  color: var(--bs-light);
  max-width: 800px;
}

#carousel-hero .carousel-control-prev, #carousel-hero .carousel-control-next {
  top: 15%;
  bottom: 15%;
}

.btn {
  text-transform: uppercase;
  padding-top: 0.55rem !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

