#nav-container {
  width: 100%;
  background-color: black;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  z-index: 44;
}

#footer-se-logo {
  width: 24rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

#footer-copyright-notice {
  font-size: 0.79rem;
  color: #8f8d8f !important;
  text-align: center;
  font-weight: 300;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 3.5rem;
}

@media (min-width: 450px) {
  #footer-se-logo {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
