@font-face {
  font-family: 'Quicksand';
  src: url('/css/fonts/Quicksand-VariableFont_wght.ttf');
}

:root {
  font-family: 'Quicksand', sans-serif;
}

#banner {
  background-image: url('/bg_banner_3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.hidden {
  display: none;
}

#order-btn {
  background-color: rgba(255,255,255, 0.7);
  box-shadow: 0 0 1em rgba(0,0,0, 0.8);
  font-weight: bold;
}

aside {
  padding: 1em;
}

div#boxes section:not(:target) {
  display: none;
}

div#boxes section:target {
  display: block;
}

p#subscribe {
  text-shadow: 1px 1px 2px black;
}

div#boxes ul:not(.menu-list) {
  list-style-type: disc;
  padding-left: 10px;
}

div#boxes ul:not(.menu-list) li {
  padding-bottom: 1em;
}