* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Epilogue, sans-serif;
}

body {
  color: #fff;
  background-color: #000;
  flex-direction: column;
  align-items: center;
  display: flex;
}

header {
  text-align: center;
  margin: 20px 0;
}

header h1 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Epilogue, sans-serif;
  font-size: 1rem;
}

header nav a {
  color: #fff;
  font-size: .8rem;
  text-decoration: none;
}

main {
  text-align: center;
  width: 90%;
  max-width: 1000px;
}

.title h2 {
  text-transform: uppercase;
  margin: 20px 0;
  font-size: 1.5rem;
}

.main-image img {
  max-height: auto;
  object-fit: cover;
  width: 100%;
}

.video {
  margin: 20px 0;
}

.gallery {
  justify-content: center;
  gap: 20px;
  margin: 20px 0;
  display: flex;
}

.gallery img {
  object-fit: cover;
  max-width: 400px;
}

.yorke, .mirage {
  width: auto;
  height: 850px;
  margin: 20px;
}

.crew {
  text-align: left;
  margin: 20px 0;
  font-size: .9rem;
  line-height: 1.6;
}

.title {
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  left: 50%;
}

.gallery-9:hover .title {
  opacity: 1;
}

.attraction:hover img {
  opacity: .17;
}

.attraction:hover .title-1 {
  opacity: 1;
}
/*# sourceMappingURL=page9.e1fa41f9.css.map */
