.container-fluid {
  font-size: 16px;
  margin: 1em 5%;
  line-height: 24px;
}

header {
  margin: 0;
  font-family: "Helvetica", "Arial", sans-serif;
  padding: 15px 15px; 
  background-color: #e44d26;
  background-position:center center;
  text-align: center;
  color: white;
  padding: 48px;
}

.label-default {
  background-color: #e44d26;
}

header img {
  box-shadow: 1px 1px 2px black; 
}

header, footer {
  text-shadow: 1px 1px 2px black; 
}

.social {
  margin: 1em;
  text-align: center;
}

.social a {
  display: inline-block;
  text-shadow: none;
  background-color: white;
  border-radius: 1000px;
  border: 1px solid silver;
  padding: 0.8em;
  margin: 0.5em;
}

.social em {
  font-style: normal;
}

.details {
  text-align: center;
}

.menu {
  counter-reset: menu;
}

.menu .sushis h4::before {
  content: "n°" counter(menu);
  counter-increment: menu; 
  background-color: #e44d26;
  color: white;
  padding: .1em .3em .15em;
  border-radius: .25em;
  font-size: 75%;
  font-weight: 700;
  line-height: 2em;
  display: inline;
  margin-right: 12px;
  vertical-align: baseline;
  position: relative;
  top: -1px;
}

label {
    display: inline;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

h1 {
  font-size: 48px;
}

h2, h3 {
  text-align: center;
}

h2 {
  margin-top: 48px;
  text-transform: uppercase;
  border-bottom: 2px solid #e44d26;
  padding-bottom: 15px;
}

h3 {
  margin: 35px auto;
  text-transform: lowercase;
  border-bottom: 1px solid #e44d26;
  padding-bottom: 15px;
  display: inline-block;
  text-align: center;
}

.menu {
  text-align: center;
}

.menu .row {
  text-align: left;
}

.menu h4 {
  float: left;
  margin: 10px 0;
}

h2, .menu h4 {
  color: #e44d26;
}

.menu .price {
  float: right;
  margin: 10px 0;
}

.menu p {
  clear: both;
  line-height: 24px;
}

footer {
  text-align: center;
  background-color: #e44d26;
  color: white;
  padding: 35px;
}

.img-circle {
    border-radius: 50%;
}

p.telephone {
    font-size: 24px;
}

.concept li {
  text-align: left;
}

.menu-item:hover {
  background-color: #eee;
  border-radius: 5px;
}

.menu-item img {
  width: 100%;
  margin: 0;
  margin-top: 8px;
  margin-bottom: 16px;
}

@media screen and (max-width: 639px) {
  .container-fluid {
    font-size: 14px;
    line-height: 18px;
  }
  h1 {
    font-size: 36px;
  }
  h4 {
  }
  header {
    background-image: url(../img/header-small.jpg);
  }
  footer {
    background-color: #e44d26;
  }
  .menu .price {
    float: none;
    clear: both;
  }
  h1, h2, h3 {
    margin: 16px;
    margin-top: 36px;
    padding-bottom: 12px;
  }
  h4 {
    font-size: 16px;
  }
  .menu-item {
    padding-bottom: 0.5px;
  }
}
@media screen and (min-width: 640px) {
  header {
    background-image: url(../img/header.jpg);
  }
  footer {
    background-image: url(../img/footer.jpg);
  }
  .drinks .menu-item {
    border-left: 1px solid #e44d26;
  }
  .drinks .menu-item:hover {
    border-left-color: rgba(255, 255, 255, 0);
  }
  .menu > div > div {
    margin-top: 16px;
  }

}

.disclaimer {
  border: 2px dashed #e44d26;
  border-radius: 5px;
  padding: 1em;
  text-align: center;
}

