body {
  font-family: "Montserrat", sans-serif;
}

#mainNav {
  background-color: #009ece;
  font-weight: 400;
  font-size: 1.2 em;
}

.sticky {
  background-color: white;
}

#welcome {
  height: 400px;
}

#welcome h2 {
  color: #ce0000;
}

.serve {
  color: #9ccf31;
}

.otherMenus {
  border: 2px solid black;
  margin-top: 2em;
  margin-bottom: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
}

#locations {
  background-color: #eeeeee;
}

.footer {
  background: black;
  color: white;
  font-size: 0.8rem;
  position: relative;
  bottom: 0;
  width: 100%;
  height: 2.5rem;
}
