@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zAkA.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK3dSBYKcSV-LCoeQqfX1RYOo3aPw.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rAkA.ttf) format('truetype');
}
.o-hidden {
  overflow: hidden!important;
}
html,
body {
  min-height: 100%;
  hight: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  overflow-x: hidden;
  background-color: #fff;
}
a {
  color: #ad2826 !important;
  transition: background-color 500ms;
  text-decoration: none;
}
h1 {
  font-size: 1.5rem;
  color: #a26e2e;
}
.shadow {
  box-shadow: 0 0rem 0.5rem rgba(0, 0, 0, 0.5) !important;
}
.card.shadow {
  box-shadow: 0 0rem 0rem rgba(0, 0, 0, 0) !important;
}
.brand {
  color: #ad2826;
}
.brand-s {
  color: #a26e2e;
}
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow-x: hidden;
}
.badge {
  font-size: 100%;
}
.bg-brand {
  background-color: #ad2826 !important;
}
.bg-brand-s {
  background-color: #a26e2e !important;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.btn {
  color: #fff !important;
}
.btn.btn-brand {
  background-color: #ad2826 !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.btn.btn-brand-s {
  background-color: #a26e2e !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.table th,
.table td {
  text-align: left;
}
.table th {
  color: #a26e2e;
}
.table td {
  font-weight: 300;
  vertical-align: center;
}
table.menutable tr {
  vertical-align: center;
}
table.menutable tr td {
  font-weight: 800;
  vertical-align: center;
}
.accordion-header .accordion-button {
  background-color: #ad2826 !important;
  color: #fff !important;
  font-size: 1.25rem !important;
}
.accordion-header-nexi .accordion-button {
  background-color: #2c2e2f !important;
  color: #fff !important;
  font-size: 1.25rem !important;
}
#inside .accordion-header .accordion-button {
  background-color: #ad2826 !important;
  color: #fff !important;
  font-size: 1.25rem !important;
}
#header .navbar {
  height: 42px;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 9;
}
#header .navbar .navbar-nav .nav-item .nav-link.active {
  color: #333 !important;
  font-weight: 800;
}
#header .navbar-toggler {
  background-color: #ad2826;
  color: #fff !important;
  font-size: 95%;
  padding: 0.25rem 0.5rem;
}
#header .navbar-brand {
  font-size: 1rem;
}
#header .navbar-brand img {
  width: 50px;
}
#footer {
  position: fixed;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.85);
}
#map {
  height: 100vh;
  width: 100%;
}
#map h2 {
  font-size: 1.25rem;
}
#map h2 a {
  color: #ad2826 !important;
  text-decoration: none;
}
#map p,
#map a.toscheda {
  font-size: 1rem;
}
#map img.mapimg {
  position: relative;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 120px !important;
}
#restaurant article header {
  min-height: 25vh;
  padding-top: 85px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#restaurant img {
  position: relative;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 120px !important;
}
#login {
  margin-top: 75px;
  padding-bottom: 5rem;
}
#inside {
  margin-top: 75px;
  padding-bottom: 6rem;
}
/* ################################################################################################ IPHONE 13 */
@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
  #header .navbar {
    height: 52px;
  }
  #header .navbar-brand img {
    width: 75px;
  }
  #inside {
    margin-top: 115px;
  }
}
/* ################################################################################################ IPAD 9.7 */
@media only screen and (min-width: 768px) {
  html,
  body {
    background-color: #fff;
  }
  .card.shadow {
    box-shadow: 0 0rem 0.5rem rgba(0, 0, 0, 0.5) !important;
  }
  #header .navbar {
    height: 60px;
  }
  #header .navbar-brand img {
    width: 90px;
  }
  #inside {
    margin-top: 125px;
  }
}
/* ################################################################################################ IPAD PRO */
@media only screen and (min-width: 992px) {
  h1 {
    font-size: calc(1.5rem * 1.1);
  }
  .badge {
    font-size: 0.75rem;
  }
  #map .gm-style-iw-a {
    max-width: 400px;
  }
  #map h2 {
    font-size: calc(1.25rem * 1.1) !important;
  }
  #map img.mapimg {
    height: 200px !important;
  }
  #restaurant article header {
    min-height: 35vh;
    padding-top: 85px;
  }
  #restaurant img {
    height: 500px !important;
  }
}
/* ################################################################################################ IPAD PRO */
/* Landscape */
@media (hover: hover) and (min-width: 1100px) {
  #login {
    margin-top: 150px;
  }
}
/* ################################################################################################ DESKTOP */
/* ################################################################################################ DESKTOP EXTRA */
/* ################################################################################################ DESKTOP BASSI */
/*# sourceMappingURL=custom.css.map */