@font-face {
  font-family: FiraSans-Regular;
  src: url("/fonts/FiraSans-Regular.ttf");
}
@font-face {
  font-family: FiraSans-Bold;
  src: url("/fonts/FiraSans-Bold.ttf");
}
@font-face {
  font-family: Teko-SemiBold;
  src: url("/fonts/Teko-SemiBold.ttf");
}
/*general customization and helpers*/
html {
  scroll-behavior: smooth;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "FiraSans-Regular", serif;
  color: #000000;
  font-size: 16px;
}

h1, h2, h3 {
  font-family: "Teko-SemiBold", serif;
}

strong {
  font-family: "FiraSans-Bold", serif;
}

.f-bold {
  font-family: "FiraSans-Bold", serif;
}

.uppercase {
  text-transform: uppercase;
}

.bigger {
  font-size: 2.5rem;
}

span.heart {
  margin: 0 3px;
}

.color-white {
  color: white;
}

.color-yellow {
  color: #DFB35F;
}

.color-green {
  color: #00605A;
}

.ristoranti .orari {
  display: inline-flex;
  flex-direction: column;
}
.ristoranti .orari > span {
  display: inline-flex;
  justify-content: space-between;
  min-width: 210px;
}
.ristoranti .orari > span span {
  letter-spacing: 1px;
}
.ristoranti .btn-group {
  flex-direction: column;
  justify-content: center;
}
.ristoranti .btn-group button {
  background-color: #DFB35F;
  border-color: #DFB35F;
}
.ristoranti .btn-group button a {
  color: #00605A;
}
.btn-group button {
  border-radius: 0 !important;
  padding: 15px 30px;
  background-color: #00605A;
  border-color: #00605A;
}
.btn-group button a {
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Teko-SemiBold", serif;
  font-weight: bold;
}
.btn-group button:hover {
  background-color: #ffffff;
  border-color: #00605A;
}
.btn-group button:hover a {
  color: #00605A;
  text-decoration: none;
}

.ristoranti,
.about {
  background: #00605A;
}
.about img {
  max-width: 50%;
  margin: auto;
}
.about img.logo {
  width: 210px;
  height: auto;
  max-width: none;
}
.birrerie {
  background-color: #DFB35F;
}

p.big {
  font-size: 18px;
}

.footer {
  background: white;
  color: #00605A;
}
.ristoranti a,
.birrerie a,
.about a {
  color: white;
}
.footer a {
  color: #DFB35F;
}
.ristoranti .nowrap,
.birrerie .nowrap,
.about .nowrap,
.footer .nowrap {
  white-space: nowrap;
}
.ristoranti .double-rem,
.birrerie .double-rem,
.about .double-rem,
.footer .double-rem {
  font-size: 2rem;
}
.ristoranti .social-footer,
.birrerie .social-footer {
  width: 100%;
  font-size: 3em;
}
.ristoranti .social-footer a:not(:first-child),
.birrerie .social-footer a:not(:first-child) {
  margin-left: 10px;
}
.ristoranti .social-footer a:hover,
.birrerie .social-footer a:hover {
  text-decoration: none;
}
.footer .credits {
  font-size: 13px;
}
.footer .credits,
.footer .credits a.mail {
  color: #00605A;
}

@media (max-width: 560px) {
  .birrerie .btn-group {
    display: block;
  }
  .birrerie .btn-group button {
    width: calc(100% - 60px);
  }
  .ristoranti .social-footer,
  .birrerie .social-footer {
    text-align: center;
  }
}