#background {
  display: none;
}

#navbar {
  position: relative;
  text-align: center;
  display: initial;
}

#navbar h1 {
  text-align: center;
  font-size: 1.7rem;
  margin-bottom: 0;
}

#navbar ul {
  margin-right: 0rem;
  align-items: initial;
  display: initial;
}

#navbar-bottom ul li a {
  text-align: center;
}

#showcase {
  height: 100%;
}

#showcase .showcase-content {
  display: none;
}

#showcase .background-mobile {
  background-color: rgba(10, 2, 2, 0.37);
}

#showcase-nohome {
  height: 100%;
}

#showcase-nohome .showcase-content-nohome {
  display: none;
}

#showcase-nohome .background-mobile {
  background-color: rgba(10, 2, 2, 0.37);
}

#contact .contact {
  width: 80%;
}

#order .order {
  width: 80%;
}

#product .product {
  width: 90%;
}

#login .login {
  width: 80%;
}

#navigator .nav .item {
  margin-bottom: 2rem;
}

#products .product {
  width: 100%;
} 