* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  font-family: DM Sans, Helvetica, sans-serif;
  background-color: #ffddc5;
}
header#header {
  padding: 20px 0;
  background-color: #fff;
  box-shadow: 0 4px 24px rgba(22, 20, 18, 0.04);
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  max-width: 1100px;
  margin: 0 auto;
}
.logo {
  text-align: center;
}
.logo a {
  text-decoration: none;
  color: #000;
}
.logo img {
  max-width: 250px;
}
.logo h3 {
  text-transform: uppercase;
  font-size: 32px;
}

#white_space {
  height: 50px;
}

#back_button {
  margin: 20px 0;
  text-align: center;
}

#back_button a {
  border-radius: 5px;
  font-size: 18px;
  transition: 0.3s;
  background-color: #ec1d3b;
  color: #ffffff;
  display: inline-block;
  margin: calc(-1 * 0px) 0px 0;
  position: relative;
  white-space: nowrap;
  padding: 6px 30px;
  text-decoration: none;
  cursor: pointer !important;
}

#back_button a:hover {
  background-color: #f47522;
}

#banner {
  background-image: url(https://assets-global.website-files.com/62bf3f6492e8d2180f47a936/65975da8310fe8cb4db196cb_Powersoul_ceilingmural_2ft_B.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 350px;
}

@media (max-width: 640px) {
  #banner {
    height: 150px !important;
  }
}

.gluten {
  margin-bottom: 30px;
}

.gluten img {
  max-width: 50px;
  width: 100%;
}

.menu-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px 10px;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.15);
}

#footer-container {
  width: 1100;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
}

#footer-container p {
  color: #000;
  text-align: center;
}
