* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 12px;
}
body {
  background-color: #1c1b19;
  color: #e8dfd1;
  font-family: "Poppins", sans-serif;
}
h2 {
  font-size: 1.5rem;
}

.container {
  width: 100%;
  max-width: 1366px;
  margin: auto;
}

.inner {
  width: 80%;
  max-width: 768px;
  margin: auto;
}

header .container {
  display: flex;
  flex-direction: column;
}
.half {
  flex: 50%;
  text-align: center;
  border-bottom: 1rem solid #c53c35;
}

.stack {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}
.logo {
  max-width: 443px;
  width: 60%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.tel {
  max-width: 640px;
  width: 80%;
  margin-top: 1rem;
}
.pic {
  max-width: 683px;
  width: 100%;
  margin-bottom: -10.4px;
}
main p.header {
  font-weight: 700;
  font-size: 2rem;
  padding-top: 10rem;
}
main p {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.smalltxt {
  font-size: 1rem;
  text-align: center;
}
p span,
p span a {
  text-decoration: underline;
  color: #c53c35;
  font-size: 2rem;
}
.smalltxt span {
  font-size: 1rem;
}

.menulink {
  display: block;
  text-align: center;
}

.mainpic,
.box-wrapper img {
  border-radius: 10px;
  border: 5px solid #c53c35;
}

.order {
  margin: auto;
  max-width: 858px;
  width: 90%;
}

.lrg {
  font-size: 3rem;
}

.top {
  font-size: 2rem;
}

main .container {
  background-image: url("img/bg.png");
  background-repeat: no-repeat;
  background-size: contain;
}

main img {
  max-width: 924px;
  width: 100%;
}
.box-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  max-width: 924px;
  width: 100%;
  margin: auto;
  margin-bottom: 2rem;
}
.boxa {
  flex: 0 0 100%;
}

.boxb,
.boxc {
  flex: 0 0 50%;
  width: 50%;
}
.boxb {
  padding-right: 5px;
}
.boxc {
  padding-left: 5px;
}

@media screen and (min-width: 768px) {
  * {
    font-size: 24px;
  }
  header .container {
    flex-direction: row;
  }
}
