/* app/napoli/assets_src/main.scss */
html {
  font-size: 62.5%;
}
body {
  background: #000;
  color: #e7e7e7;
  font-family: Montserrat, sans-serif;
  font-size: 1.6rem;
}
nav .container {
  align-items: center;
  display: flex;
  justify-content: center;
}
nav .navbar-brand {
  background: url(img/logo.png);
  color: transparent;
  display: block;
  height: 48px;
  margin-top: 50px;
  width: 200px;
}
div.hero {
  font-size: 4.8rem;
  font-weight: 300;
  margin-top: 5rem;
  text-align: center;
}
.container-vertical {
  align-items: center;
  display: flex;
  flex-direction: column;
}
#qr-png {
  background-image: url(img/qr.png);
}
#qr-png,
#qr-svg {
  background-size: contain;
  height: 300px;
  margin-top: 20px;
  width: 300px;
}
#qr-svg {
  background-color: #fff;
  background-image: url(img/qr.svg);
}
.btn {
  border: 1px solid #fff;
  border-radius: 25px;
  color: #fff;
  display: block;
  margin-top: 20px;
  padding: 10px 15px;
  text-decoration: none;
}
.btn.active,
.btn:hover {
  background: #fff;
  color: #000;
}
section {
  display: block;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.3em;
  margin-top: 50px;
}
section.subtitle {
  font-size: 2rem;
  margin-top: 20px;
}
section.subtitle div.left {
  text-align: left;
}
section.right,
section.subtitle div.right {
  text-align: right;
}
section.button {
  max-width: 320px;
}
section.timetable {
  align-items: baseline;
  display: grid;
  font-size: 2rem;
  gap: 5px;
  grid-template-columns: 1fr 1fr;
}
section.timetable .day {
  font-size: 1.5rem;
}
section.menu {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.menu .header {
  width: 320px;
}
section.menu .pictures {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-top: 20px;
}
@media (min-width: 700px) {
  section.menu .pictures {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
section.menu .image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 400px;
  width: 320px;
}
@media (min-width: 700px) {
  section.menu .image {
    height: 400px;
    width: 320px;
  }
}
@media (min-width: 1000px) {
  section.menu .image {
    height: 600px;
    width: 400px;
  }
}
section.menu .menu-1 {
  background-image: url(https://storage.yandexcloud.net/eve/15/1118/redcamel/red-camel-menu-1.jpg);
}
section.menu .menu-2 {
  background-image: url(https://storage.yandexcloud.net/eve/15/1118/redcamel/red-camel-menu-2.jpg);
}
section.menu .menu-3 {
  background-image: url(https://storage.yandexcloud.net/eve/15/1118/redcamel/red-camel-menu-3.jpg);
}
section.order {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 320px;
}
section.order div.links {
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
section.order div.links a {
  align-items: center;
  color: #fff;
  display: flex;
  gap: 10px;
  text-decoration: none;
}
section.order div.links a span {
  text-decoration: underline;
}
#nap-ymap {
  height: 500px;
  margin-top: 50px;
  width: 100%;
}
.marker {
  background: #000;
  bottom: 0;
  height: 25px;
  left: -1px;
  position: absolute;
  width: 2px;
}
.marker:before {
  background: #d24943;
  border-radius: 25px;
  bottom: 20px;
  content: "";
  height: 40px;
  left: -19px;
  position: absolute;
  width: 40px;
}
