:root {
  --bgc: #38241d;
  --bgc-light: color-mix(in srgb, var(--bgc) 90%, white);
}

.flex {
  display: flex;
  justify-content: center; /* Justerar innehållet vänster och höger */
  align-items: center; /* Centrerar innehållet vertikalt */
}

.extra-info {
  font-size: 1.2rem;
  font-weight: normal;
}

.category h2 {
  margin-bottom: 0rem;
}
.center {
  text-align: center;
}

.icon {
  margin-right: .33rem;
}
body {
  font-family: Manrope, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

a {
  color: #333;
  text-decoration: none;
}
header {
  background-color: var(--bgc);
  color: white;
  padding: 2rem;
}
nav {
  text-align: center;
}
nav a {
  color: white;
  text-decoration: none;
  margin: 0 1.5rem;
}

@media screen and (max-width: 992px) {
  nav { 
    display: block;
    width: 100%;

  }
  nav a {
    display: block;
    padding: .5rem;
    width: 100%;
  }
}

main {
  padding: 0 20px;
}
footer {
  background-color: #333;
  color: white;
  text-align: center;
  padding: 10px;
  bottom: 0;
  margin-top: 2rem;
}

.highlighted {
  font-weight: bold;
}

h2.headline {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  padding: 1 rem;
  text-align: center;
  color: #DDD;
  font-weight: normal;
  background-color: var(--bgc-light);
}
h2.opening-hours {
  margin-bottom: 0;
}

.opening-hours {
  line-height: 75%;
  font-weight: normal;
}
.opening-hours p {
  margin-top: 0.5;
}
.block {
  width: 49%;
  display: inline-block;
}
footer.left,
footer.right,
footer.center {
  display: inline-block;
  width: 33%;
}
footer p {
  line-height: 0.5;
}


ul.menu-list {
  padding: 0;
}

.white { color: white }

li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: 15px 10px;
}
li:nth-child(even) {
  background-color: #FAFAFA;
}

.item-info {
  display: flex;
}
.item-info .name {
  font-weight: bold;
}
.item-info .description {
  margin-left: 5px;
  color: #666;
  font-size: 0.9rem;
  font-weight: normal;
}
.price {
  font-weight: bold;
  color: #e67e22;
  min-width: 80px;
  text-align: right;
}

#hitta-hit {
  text-align: center;
  margin-top: 5rem;
}
