@font-face {
  font-family: "fira";
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: url(/assets/fonts/FiraSans-Black.ttf) format("truetype");
}
@font-face {
  font-family: "fira";
  font-style: italic;
  font-display: swap;
  font-weight: 900;
  src: url(/assets/fonts/FiraSans-BlackItalic.ttf) format("truetype");
}
@font-face {
  font-family: "fira";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(/assets/fonts/FiraSans-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "fira";
  font-style: italic;
  font-display: swap;
  font-weight: 600;
  src: url(/assets/fonts/FiraSans-BoldItalic.ttf) format("truetype");
}
@font-face {
  font-family: "fira";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(/assets/fonts/FiraSans-ExtraBold.ttf) format("truetype");
}
@font-face {
  font-family: "fira";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(/assets/fonts/FiraSans-ExtraBoldItalic.ttf) format("truetype");
}
@font-face {
  font-family: "fira";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(/assets/fonts/FiraSans-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: "fira";
  font-style: italic;
  font-display: swap;
  font-weight: 500;
  src: url(/assets/fonts/FiraSans-SemiBoldItalic.ttf) format("truetype");
}
@font-face {
  font-family: "fira";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/assets/fonts/FiraSans-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "fira";
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: url(/assets/fonts/FiraSans-MediumItalic.ttf) format("truetype");
}
@font-face {
  font-family: "fira";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url(/assets/fonts/FiraSans-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "fira";
  font-style: italic;
  font-display: swap;
  font-weight: 300;
  src: url(/assets/fonts/FiraSans-Italic.ttf) format("truetype");
}
@font-face {
  font-family: "fira";
  font-style: normal;
  font-display: swap;
  font-weight: 200;
  src: url(/assets/fonts/FiraSans-Light.ttf) format("truetype");
}
@font-face {
  font-family: "fira";
  font-style: italic;
  font-display: swap;
  font-weight: 200;
  src: url(/assets/fonts/FiraSans-LightItalic.ttf) format("truetype");
}
@font-face {
  font-family: "fira";
  font-style: normal;
  font-display: swap;
  font-weight: 100;
  src: url(/assets/fonts/FiraSans-ExtraLight.ttf) format("truetype");
}
@font-face {
  font-family: "fira";
  font-style: italic;
  font-display: swap;
  font-weight: 100;
  src: url(/assets/fonts/FiraSans-ExtraLightItalic.ttf) format("truetype");
}
* {
  color: #E6E6E7;
  font-family: "fira";
}

h1, h2, h3, h4, h5 {
  font-weight: 600;
  letter-spacing: 0.2rem;
}

p {
  font-weight: 300;
  font-size: 1.2rem;
}

#btn-back-to-top {
  position: fixed;
  bottom: 70px;
  right: 20px;
  display: none;
  line-height: 1px;
  padding: 1rem;
  background-color: #191919;
  z-index: 1500;
}
#btn-back-to-top img {
  margin: 0;
  padding: 0;
  max-width: 20px;
  max-height: 20px;
}

header {
  padding-top: 0.8rem;
}
header .logo-img {
  width: 8rem;
  height: auto;
  margin-bottom: 1rem;
}
header h1 {
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.scrolled-down {
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
}

.scrolled-up {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}

nav, .navbar {
  background-color: #191919;
}
nav .navbar-brand, .navbar .navbar-brand {
  margin-right: 2rem;
}
nav .navbar-brand img, .navbar .navbar-brand img {
  min-height: 1.5rem;
}
nav .nav-item .nav-link, .navbar .nav-item .nav-link {
  color: #E6E6E7;
  font-weight: 300;
  text-transform: uppercase;
}
nav .nav-item .nav-link:active, nav .nav-item .nav-link:focus, nav .nav-item .nav-link:hover, .navbar .nav-item .nav-link:active, .navbar .nav-item .nav-link:focus, .navbar .nav-item .nav-link:hover {
  color: #a5a5e6;
}
nav .navbar-toggler, .navbar .navbar-toggler {
  border: none;
  outline: none;
}
nav .navbar-toggler .navbar-toggler-icon, .navbar .navbar-toggler .navbar-toggler-icon {
  color: white;
}

footer {
  padding: 3rem 0;
  text-align: center;
}
footer .copyright {
  font-size: 1rem;
  font-weight: 100;
}

body {
  background-color: #09090C;
  background-image: url("/assets/prestige_dots_background.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: hue;
}

.menu .menu-block .menu-heading {
  height: 250px;
  text-align: center;
  overflow: hidden;
  width: 100%;
  padding: 15px;
  border: 1px dashed rgba(230, 230, 231, 0.5);
  position: relative;
}
@media screen and (max-width: 992px) {
  .menu .menu-block .menu-heading {
    height: 150px;
  }
}
.menu .menu-block .menu-heading .menu-heading-text {
  position: absolute;
  top: 50%;
  /* position the top  edge of the element at the middle of the parent */
  left: 50%;
  /* position the left edge of the element at the middle of the parent */
  transform: translate(-50%, -50%);
  z-index: 10;
}
.menu .menu-block .menu-heading .menu-heading-text h2 {
  text-transform: uppercase;
  font-size: 2.5rem;
}
.menu .menu-block .menu-heading .menu-heading-imagewrapper {
  overflow: hidden;
  height: 220px;
}
@media screen and (max-width: 992px) {
  .menu .menu-block .menu-heading .menu-heading-imagewrapper {
    height: 120px;
  }
}
.menu .menu-block .menu-heading .menu-heading-imagewrapper .menu-heading-image-blackout {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  position: absolute;
}
.menu .menu-block .menu-heading .menu-heading-imagewrapper img {
  z-index: 0;
}
.menu .menu-block .menu-item-row .menu-item {
  display: flex;
  margin: 1rem 0;
  border-right: #e6e6e741 0.5px dashed;
  border-left: #e6e6e741 0.5px dashed;
}
.menu .menu-block .menu-item-row .menu-item .menu-item-name {
  text-transform: uppercase;
  margin-bottom: 0;
}
.menu .menu-block .menu-item-row .menu-item .menu-item-price {
  text-align: end;
  font-weight: 100;
  margin-bottom: 0;
}
.menu .menu-block .menu-item-row .menu-item .menu-item-size {
  font-weight: 100;
  color: #e6e6e79f;
  margin-bottom: 0;
  font-size: 0.75rem;
}