.footer {
  position: fixed;
  right: 0;
  bottom: 1rem;
  width: 15rem;
  height: 2.5rem;        /* Footer height */
}


.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  height: 50%;
}

.home-page-bg {
  height: 92vh;
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.home-page-bg-img {
  object-fit: cover;
  object-position: center;
}

.overlay-home {
  height: 100%;
  width: 100%;
  transform: translate(0%, -90%);
  align-content: center;
  text-align: center;
}

.letter {
  text-align: left;
  padding: 3% !important;
  margin-left: 10% !important;
  margin-right: 10% !important;
}

.overlay-seed {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%, 0%);
  justify-content: center;
  align-content: center;
  text-align: center;
}

.opacity-bg {
  opacity: 0.9;
}

.nav-color {
  color: black
}
