.menu-tile {
  width: 90%;
  background-color: grey;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

h1 {
  font-weight: 700;
}
.menu-tile h2 {
  font-weight: 600;
}

.navbar-brand {
  color: black;
}

#navbar {
  background-color: grey !important;
  color: black !important;
}

.nav-link {
  color: black;
  border-bottom: solid 1px black;
}

#horizontal-line {
  border-bottom: solid 1px black;
}

div.border-bitch {
  width: 100%;
  border-bottom: solid 1px black;
  padding-bottom: 10px;
}

#navbar {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

nav div.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

#navbarsExample01 {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
