body {
  overflow-x: hidden !important;
  overflow-y: scroll;
}
.title {
  font-family: "gill-sans-nova", sans-serif;
  color: #d4d4d4;
  font-size: 9vw;
  line-height: 0.8;
  font-weight: 510;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  position: relative;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  z-index: 5;
}
.title-2 {
  font-family: "gill-sans-nova", sans-serif;
  color: #d4d4d4;
  font-size: 7vw;
  line-height: 0.8;
  font-weight: 510;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  position: relative;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  z-index: 5;
}
.home-main__subtitle {
  font-size: 1.5em;
  color: #d4d4d4;
  position: relative;
}
.home-main__description {
  font-family: "Century751 BT";
  position: relative;
  width: 90%;
  color: #d4d4d4;
  margin-top: 4%;
}
.navbar-nav {
  position: absolute !important;
  right: 2vw;
  top: 1em;
  z-index: 15;
}
.nav-link {
  font-family: "gill-sans-nova", sans-serif;
  letter-spacing: 0.05em;
  font-variant: small-caps;
}
.navbar-toggler {
  border: none !important;
  position: absolute;
  right: 0.75em;
  top: 1em;
}
.main-container {
  width: auto;
  height: auto;
  display: grid;
  grid-template-columns: 14.29vw 14.29vw 14.29vw 14.29vw 14.29vw 14.29vw 14.29vw;
  contain: content;
}
.logo {
  grid-column: 1 / 4;
  background-color: #637c8a;
  padding-top: 1em;
  padding-left: 1em;
  padding-bottom: 1em;
  z-index: 5;
}
.navigation {
  grid-column: 4 / 8;
  background-color: #3d4d64;
}
.left {
  grid-column: 1;
  grid-row: 2 / 7;
  background-color: #637c8a;
}
.main-left {
  display: block;
  grid-column: 2 / 4;
  grid-row: 2 / 6;
  background-color: #3d4d64;
  padding-left: 10%;
  hyphens: auto;
  padding-top: 35%;
}
.main-left .img-fluid {
  max-width: 90%;
  height: auto;
}
.annis .img-fluid-v {
  max-width: 90%;
  height: auto;
}
.main-right {
  grid-column: 4 / 7;
  grid-row: 2 / 6;
  background-color: #637c8a;
  padding-top: 20%;
  hyphens: auto;
}
.booklet .img-fluid {
  max-width: 80%;
  height: auto;
  position: relative !important;
}
.main-right .col-lg-6 .col-md-12 {
  max-width: 50% !important;
  float: none !important;
}
.main-title-left {
  position: relative;
  grid-row: 2;
  grid-column: 2 / 7;
  background-color: none;
  height: 10vw;
}

.booklet {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7%;
}
.container-all {
  width: fit-content;
  margin: 0px 3px;
  height: auto;
}
.gal_container {
  width: calc(25% - 6px);
  overflow: hidden;
  height: 40%;
  margin: 3px;
  padding: 0;
  display: grid;
  position: relative;
  float: left;
  align-items: center;
}
.gal_container:hover {
  transform: scale(1.5);
  overflow: visible;
  top: -50px;
}
.gal_container img:hover {
  transform: scale(1.5);
  overflow: visible;
  top: -50px;
}
.gal_container img {
  width: 100%;
  transition-duration: .3s;
  max-width: 100%;
  display: block;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.right {
  grid-column: 7;
  grid-row: 2 / 7;
  background-color: #3d4d64;
}
.grid-contact {
  position: relative;
  left: 0.5em;
  top: 0.5em;
  color: #d4d4d4;
}
.grid-contact a {
  color: #e1cdb4;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.grid-contact a:hover {
  color: #d4d4d4;
  text-decoration: none;
}
.main-contact-left {
  grid-row: 6;
  grid-column: 2 / 4;
  background-color: #637c8a;
  height: auto;
}
.main-contact-right {
  grid-row: 6;
  grid-column: 4 / 7;
  background-color: #3d4d64;
  height: auto;
}
.footer-1 {
  position: relative;
  grid-row: 7;
  grid-column: 1 / 4;
  background-color: #637c8a;
}
.footer-1 .copyright {
  position: absolute;
  width: 70vw;
  z-index: 5;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  bottom: 1em;
  color: #969899;
}
.footer-1 p {
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.footer-2 {
  position: relative;
  background-color: rgb(61, 77, 100);
  height: 5vh;
  grid-row: 7;
  grid-column: 4 / 8;
}
.footer-2 .statement {
  position: absolute;
  width: 55vw;
  z-index: 5;
  bottom: 1em;
  float: right;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.footer-2 p {
  font-family: gill-sans-nova, sans-serif;
  font-size: 0.85em;
  text-align: right;
  padding-right: 2%;
  color: #969899 !important;
  margin-bottom: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.footer-2 a:hover {
  color: #d4d4d4 !important;
  text-decoration: none;
}
.plum {
  background-color: #6b475c;
}
.annis {
  background-color: #502739;
}
.img-wrapper-::after {
  display: block;
}
#imgViewer img {
  width: 100% !important;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: .375rem;
  opacity: .5
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
  opacity: 1
}
.btn-close.disabled, .btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: .25
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
  position: absolute;
  top: 10px;
  right: 10px;
}
.modal .modal-dialog {
  position: relative;
  width: 50% !important;
  margin: 5%;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
}
.photo-0 {
  position: absolute;
  animation: round 15s infinite;
  opacity: 0;
}
.photo {
  position: absolute;
  animation: round 15s infinite;
  opacity: 0;
  height: 70%;
  width: auto !important;
  right: 15%;
}
@keyframes round {
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
}
img:nth-child(1) {
  animation-delay: 10s;
}
img:nth-child(2) {
  animation-delay: 5s;
}
img:nth-child(3) {
  animation-delay: 0s;
}
.img-fluid-01 {
  height: auto;
  width: 100%;
  position: relative;
  top: 0;
}
/* Stardust Diner Menu */
.menu {
  margin-bottom: 15px;
  width: 90%;
  margin: 5.5% auto;
  padding: 0 5px;
}
.menu p {
  margin-bottom: 0 !important;
}
.menu h2 {
  font-weight: 600;
  font-size: 1.4em;
  margin-top: 15px;
  margin-bottom: 0px !important;
}
.menu h3 {
  font-size: 1.3em;
  margin-top: 5px;
  margin-bottom: 0px !important;
}
.menu .border-bottom {
  border-bottom-style: dashed !important;
  border-bottom-width: 1px !important;
  border-bottom-color: darkslategrey !important;
}
.border-bottom-dashed {
  border-bottom-style: dashed !important;
  border-bottom-width: 1px !important;
  border-bottom-color: darkslategrey !important;
}
.price {
  display: block;
  float: right;
  position: relative;
  bottom: 0px;
  right: 0;
}
.column80 {
  width: 70%;
}


.flex-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

.flex-item {
  flex: 1 1 150px;
  margin: 5px;
}

.flex-item img {
  width: 100%;
}
.w3-modal-content {
    top: 45vh !important;
}
.w3-display-topright {
    position: absolute;
    right: 5% !important;
    top: 10% !important;
}
.w3-button {
    color: white !important;
}
/* MEDIA QUERIES */
@media only screen and (min-width : 768px) {
  .flex-item {
    flex: 1 1 300px;
  }
}

img:hover {
  cursor: pointer;
}
.w3-modal {
  background: rgb(254, 209, 54);
  background: rgba(254, 209, 54, 0.9);
}

.w3-hover-dark-grey:hover {
  color: #FED136 !important;
  background-color: #222 !important;
}

/* Stardust Diner Menu End */
@media only screen and (max-width: 767.98px) {
  .main-left {
    grid-column: 1 / 4;
  }
  .main-title-left {
    grid-column: 1 / 8;
  }
  .title {
    font-size: 13vw;
  }
  .title-2 {
    font-size: 9vw;
  }
  .right {
    display: contents;
  }
  .main-right {
    grid-column: 4 / 8;
  }
  .gal_container {
    width: calc(50% - 6px);
  }
  .main-contact-left {
    grid-row: 6;
    grid-column: 1 / 4;
    background-color: #637c8a;
    height: 20vh;
  }
  .main-contact-right {
    grid-row: 6;
    grid-column: 4 / 8;
    background-color: #3d4d64;
    height: auto;
  }
  .mb-3 {
    margin-bottom: 0.1rem !important;
  }
  .row-cols-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 92% !important;
  }
  .mb-4 {
    margin-bottom: 0rem !important;
  }
  .modal .modal-dialog {
    position: absolute;
    width: 90% !important;
    bottom: 10px;
    left: 5vw;
    right: 5vw;
    pointer-events: none;
  }
  .photo {
    right: 0% !important;
    height: 60% !important;
  }
  .column80 {
    width: 70%;
  }
  .menu h2 {
    font-size: 1.2em;
    margin-bottom: 0px !important;
    margin-top: 15px;
  }
  .menu h3 {
    font-size: 1.1em;
    margin-bottom: 1px;
    margin-top: 5px;
  }
  .menu p {
    font-size: 0.95em;
    margin-bottom: 0px !important;
    line-height: 1.3em;
  }
  .footer-2 .statement {
    bottom: 0em;
  }
  .footer-2 p {
    padding-right: 4%;
  }
}
@media only screen and (max-width: 480px) {
  .img-fluid- {
    max-width: 100%;
    height: 75%;
    top: 55% !important;
    left: 15% !important;
  }
}
@media only screen and (max-width: 1199.98px) {
  .img-fluid- {
    max-width: 100%;
    height: 95%;
    top: 60% !important;
    padding-left: 5% !important;
  }
}