body {
  margin: 0px;
  background-color: #252525; }

input:focus {
  outline: none; }

.nav-bg {
  width: 100%;
  padding: 20px 0px;
  text-align: center;
  background-color: #ffffff; }

.head-text {
  font-weight: bold;
  font-size: 3rem;
  text-transform: uppercase; }

.tagline {
  position: absolute;
  padding: 5px;
  top: 50%;
  left: 50%;
  font-size: 3vw;
  color: #ffffff;
  text-align: center;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5); }

.banner {
  position: relative;
  width: 100%;
  height: 50vh;
  background-position: center;
  background-image: url("/app/img/banner.jpg");
  background-size: cover; }

.footer {
  margin: 40px 00px; }
  .footer .copyright {
    color: #c4c4c4; }

.categories {
  --bs-gutter-x: 0rem; }
  .categories .item {
    overflow: hidden;
    height: 150px; }
  .categories img {
    width: 100%;
    height: auto; }
