/* hero */

.hero-main {
  background-image: url("../img/index/Kresge_PianoRed.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  box-shadow: 0 20px 200px #000000e6 inset;
}

.hero-text {
  text-align: left;
  position: absolute;
  top: 49%;
  left: 3%;
  color: white;
  letter-spacing: 0.02rem;
}

.hero-text-big {
  width: 3rem;
  font-size: 4.375rem;
  font-feature-settings: "tnum" on;
  line-height: 92%;
  text-shadow: 9px 9px 4px rgb(0 0 0 / 50%);
}

.hero-text-big-num {
  position: absolute;
  top: 0.625rem;
}

.hero-text-small {
  margin-top: 1.25rem;
  font-size: 1.875rem;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 1px;
  text-shadow: 6px 6px 4px rgba(0, 0, 0, 0.50);
}

.scroll_arrow {
  position: absolute;
  top: 88%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.scroll_arrow:hover {
  cursor: pointer;
}

/* section */

.section-top {
  background-image: url("../img/index/lights.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 35vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section-top-small {
  font-size: 1.438rem;
  font-variant-caps: all-small-caps;
  letter-spacing: 0.156rem;
  color: #ffffffab;
}

.section-top-big {
  font-size: 3.125rem;
  padding-top: 0.625rem;
  font-weight: 600;
}

.section-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 3rem 0;
}

.display {
  display: flex;
  position: relative;
  justify-content: space-around;
  align-items: start;
  width: 100%;
  margin: 1rem 2rem;
}

.display-img {
  max-width: 30%;
  height: auto;
}

.display-content {
  width: 40%;
  text-align: left;
  height: inherit;
}

.display-content a{
  color: #d64d66;
}

.display-content a:hover{
  color: #ff8fa3;
}

.align-r {
  text-align: right;
}

.display-content-head {
  font-size: 1.875rem;
  letter-spacing: 1px;
  font-weight: 600;
  text-shadow: 6px 6px 4px rgb(0 0 0 / 25%);
  margin-bottom: 2.5rem;
  text-decoration: underline;
  text-underline-offset: 0.425rem;
  text-decoration-color: #a41d36;
}

.display-content-text {
  font-family: "Open Sans";
  font-size: 1.2rem;
  color: #f8f8f8be;
}

.reservation-list {
  padding-left: 5vw;
}

.reservation-list > li {
  margin-top: 0.5em;
  margin-bottom: 0.3em;
}

.section-bottom {
  text-align: center;
  margin: 2rem;
}

.section-bottom-small {
  font-size: 1.25rem;
  color: #898a8b;
  padding-bottom: 0.5rem;
}

.section-bottom-big a {
  font-size: 1.563rem;
  font-weight: 600;
  color: #f3f3f3;
  text-decoration-color: #a41d36;
  text-underline-offset: 0.3rem;
}

.section-bottom-big a:hover {
  color: #ff8fa3;
}

.section-bottom-big span {
  font-size: 1.563rem;
  padding: 0 0.375rem;
}

@media screen and (min-width: 1800px) {
  .hero-text {
    left: 2%;
  }
  .hero-text-big {
    width: 6rem;
    font-size: 7.75rem;
  }
  .hero-text-big-num {
    top: 1rem;
  }
  .hero-text-small {
    font-size: 2.25rem;
  }
  .section-top {
    height: 33vh;
  }
  .section-top-small {
    font-size: 2.5rem;
  }
  .section-top-big {
    font-size: 5.25rem;
  }
  .display-img {
    min-width: 30%;
  }
  .display-content-head {
    font-size: 3rem;
  }
  .display-content-text {
    font-size: 2rem;
  }
  .section-bottom-small {
    font-size: 1.85rem;
  }
  .section-bottom-big a,
  .section-bottom-big span {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 3000px) {
  .display-content-head {
    font-size: 4rem;
  }
  .display-content-text {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 1200px) {
  .hero-text {
    left: 5%;
  }
  .section-top {
    height: 25vh;
  }
  .section-top-small {
    font-size: 1.125rem;
  }
  .section-top-big {
    font-size: 2.5rem;
  }
  .section-main {
    margin: 0 1rem;
  }
  .display {
    height: 40vh;
  }
  .display-img {
    max-width: 45%;
  }
  .display-content {
    width: 50%;
  }
  .display-content-head {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .display-content-text {
    font-size: 1.185rem;
  }
}

@media screen and (max-width: 900px) {
  .hero-text {
    left: 6%;
  }
  .section-top {
    height: 23vh;
  }
  .section-top-small {
    font-size: 0.825rem;
  }
  .section-top-big {
    font-size: 2rem;
  }
  .display {
    height: 28vh;
  }
  .display-img {
    max-width: 40%;
  }
  .display-content {
    width: 55%;
    margin-bottom: -1rem;
  }
  .display-content-head {
    font-size: 1.185rem;
    margin-bottom: 1.5rem;
  }
  .display-content-text {
    font-size: 0.87rem;
  }
  .section-bottom {
    margin: 1.5rem 1rem;
  }
  .section-bottom-big {
    font-size: 1rem;
  }
  .section-bottom-small {
    font-size: 1rem;
  }
}

@media screen and (max-width: 600px) {
  .hero-text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 21rem;
  }
  .hero-text-big {
    font-size: 3.15rem;
    width: 16rem;
  }
  .hero-text-big-num {
    top: 0.325rem;
  }
  .hero-text-small {
    font-size: 1rem;
  }
  .scroll_arrow {
    top: 88%;
  }
  .section-top > * {
    margin-left: 0.5rem;
  }
  .section-top-small {
    font-size: 0.85rem;
    margin-top: -2rem;
  }
  .section-top-big {
    font-size: 1.5rem;
  }
  .section-main {
    margin: 0;
  }
  .display {
    height: max-content;
    flex-direction: column;
  }
  .display-img {
    max-width: 85%;
    width: 70%;
    height: auto;
  }
  .display-content {
    width: 85%;
    text-align: center;
  }
  .display-content-head {
    font-size: 1.1rem;
    margin: 1rem 0;
    text-underline-offset: 0.2rem;
  }
  .display-content-text {
    font-size: 0.75rem;
  }
  .opp {
    flex-direction: column-reverse;
    margin: 2rem 0;
    width: 95%;
  }
  .display-content-text ul {
    text-align: left;
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
    margin-left: 2rem;
  }
  .section-bottom {
    margin: 1rem 0;
  }
  .section-bottom-big a,
  .section-bottom-big span {
    font-size: 1.2rem;
  }
  .section-bottom-small {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 400px) {
  .hero-text {
    width: 17rem;
  }
  .hero-text-big {
    font-size: 2.5rem;
    width: 13rem;
  }
  .hero-text-small {
    font-size: 0.875rem;
  }
}
