/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
  1. Use a more-intuitive box-sizing model.
*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/*
  2. Remove default margin
*/
* {
  margin: 0;
}
/*
  Typographic tweaks!
  3. Add accessible line-height
  4. Improve text rendering
*/
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
/*
  5. Improve media defaults
*/
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}
/*
  6. Remove built-in form typography styles
*/
input, button, textarea, select {
  font: inherit;
}
/*
  7. Avoid text overflows
*/
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}
/*
  8. Create a root stacking context
*/
#root, #__next {
  isolation: isolate;
}

html {
  background-color: black;
}

html, body {
  height: 100%;
  position: relative;
}

.dec {
  width: 100%;
  max-width: 200px;
  opacity: 0.6;
}

.dec1 {
  position: absolute;
  left: 20px;
  top: 20px;
}

.dec2 {
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.dec3 {
  position: absolute;
  left: 20px;
  bottom: 20px;
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}

.dec4 {
  position: absolute;
  right: 20px;
  bottom: 20px;
  -webkit-transform: scaleX(-1) scaleY(-1);
      -ms-transform: scaleX(-1) scaleY(-1);
          transform: scaleX(-1) scaleY(-1);
}

.logo {
  width: 100%;
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 500px;
}

.footer {
  width: 100%;
  position: absolute;
  bottom: 160px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 410px;
}

.hours {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 3vw;
  font-style: normal;
  color: #ffd290;
  position: absolute;
  width: 100%;
  bottom: 20px;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.8);
  left: 50%;
  line-height: 1.6;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 800px;
}

@media screen and (min-width: 601px) {
  .hours {
    font-size: 17px;
  }
}

.hours img {
  display: inline-block;
  padding-top: 16px;
}

.cons {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  max-width: 340px;
}

.qs-photo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}

.qs-photo.qs-on {
  opacity: 0.35;
}

.qs-bg-credits {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #ccc;
  background: rgba(0,0,0,.5);
  font-size: 14px;
  opacity: 0.8;
}

.qs-bg-credits a {
  color: inherit;
  text-decoration: none;
}




