@charset "utf-8";

.nav-item {
  list-style: none;
}

header {
  position: sticky;
  top: 0;
  z-index: 999;
}

.navbar-brand {
  background: url(/images/IMG_2019-removebg-preview.png) no-repeat left center;
  border: none;
  background-size: contain;
  height: 7rem;
  width: 9rem;
  margin-right: 1.5rem;
}

.hours li {
  font-size: 0.8em;
}

.tuesday span {
  font-size: 1.2em;
  font-weight: bold;
}
.tuesday a {
  font-size: 0.75em;
}

.carousel-item {
  transition: transform 5.75s ease;
}
.carousel-item img {
  width: 100%;
}

.about-container {
  padding-top: 10rem;
}

.shop-logo,
.detail {
  list-style: none;
}

.nav-item a:hover {
  color: #0abab5;
}

.line a {
  text-decoration: none;
}

.card-name {
  border-radius: 70px;
}
.card-name img {
  border-radius: 70px 70px 0 0;
}
.card-about {
  position: relative;
  margin: 0 auto;
  opacity: 0.8;
}
.card-about img {
  filter: brightness(40%);
}
.card-img-overlay {
  position: absolute;
  top: 30%;
}
.card-img-overlay .card-title {
  color: #fff;
  text-align: center;
  margin-bottom: 0.5rem;
  border-width: thick;
  text-shadow: 0.5px 0.5px #fff;
}
.card-img-overlay .restore {
  border: none;
  box-shadow: none;
}
.card-img-overlay .restore {
  margin-top: 3rem;
}
.card-img-overlay .color-change {
  color: #fff;
  text-shadow: 0.5px 0.5px #fff;
  font-size: 1.2em;
}
.card-text {
  font-size: 1.1em;
}

td {
  font-weight: 500;
}
.menu-title {
  font-size: 1.5em;
}
.price-list .container-fluid {
  padding-top: 10rem;
  max-width: 60rem;
}


.price {
  text-align: center;
  vertical-align: middle;
}

.variation {
  vertical-align: middle;
  text-align: center;
}
.details {
  vertical-align: middle;
  text-align: center;
}
.heading {
  font-size: 1.5em;
  color: #0abab5;
}

.instagram-text {
  line-height: 0.5;
  font-size: 17px;
  margin: 0 auto;
  text-align: center;
}

.instagram-text a {
  text-decoration: none;
}

.access-map {
  padding-top: 9rem;
}

.line .tel .instagram {
  position: relative;
}

.contact-text svg {
  position: absolute;
  top: 50%;
}

@media (min-width: 768px) {
  .carousel-item img {
    width: 50%;
    margin: auto;
  }
}
@media (max-width: 576px) {
  .price-list {
    font-size: 0.4em;
  }
}
@media (max-width: 768px) {
  .card {
    width: 50%;
    margin: auto;
  }
  .card-name {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .access-text {
    flex-direction: column;
  }
  .access-text iframe {
    margin: auto;
    width: auto;
  }

  .card-img-overlay {
    margin-top: 2rem;
  }
  .card-text {
    font-size: 1em;
  }
}

@media (max-width: 1140px) {
  .card-img-overlay {
    margin-top: 5%;
    font-size: 0.64em;
    top: 1%;
  }
  .card-img-overlay h5 {
    font-size: 1.5em;
  }

  .line p {
    display: none;
  }

  .tel p {
    display: none;
  }
  .instagram p {
    display: none;
  }
}
