@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");

:root {
  --brand: #6cb1c3;
  --brand-70opacity: #6cb1c370;
  --left-spacing: 13%;
  --width: 74%;
}

body {
  font-family: "DM Sans", sans-serif;
  padding-top: 6rem;
  text-align: center;
  overflow-x: hidden;
  width: 100vw;
}

.nav {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100vw;
  padding: 1.5rem;
  z-index: 999999999;
  border-bottom: 1px solid rgb(224, 224, 224);
  background-color: white;
  padding-left: var(--left-spacing);
  padding-right: var(--left-spacing);
  text-align: left;
}

.logo {
  height: 2rem;
}

.menu {
  display: none;
  width: 1.5rem;
  width: 2rem;
  position: relative;
  left: 3rem;
  top: 0.25rem;
}

.title {
  font-weight: 400;
  color: var(--brand);
  font-size: 1.4rem;
  margin-left: 0.5rem;
  position: relative;
  top: -0.35rem;
}

.right {
  float: right;
  margin-right: 26%;
}

.right .book-airbnb,
.right .book-vrbo {
  height: 2rem;
  position: relative;
  top: 0.25rem;
  opacity: 0.5;
  transition: opacity 0.2s, filter 0.2s;
  cursor: pointer;
}

.right .book-airbnb:hover,
.right .book-vrbo:hover {
  opacity: 1;
  filter: brightness(1);
}

.big-image {
  width: var(--width);
  margin-left: var(--left-spacing);
  height: 60vh;
  background-image: url(/images/banner.jpg);
  background-position: center center;
  background-size: cover;
  border-radius: 1rem;
}

.hollywood-banner * {
  position: relative;
  top: 2rem;
}

.hollywood-banner p {
  top: 1rem;
}

.hollywood-banner {
  width: calc(var(--width) - 4rem);
  margin-left: var(--left-spacing);
  background-image: url(/images/hollywoodtodo.jpg);
  background-position: center center;
  background-size: cover;
  border-radius: 1rem;
  padding: 2rem;
}

.full-menu {
  display: none;
}

.full-menu > a {
  display: block;
  position: relative;
  left: 0.5rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.close-full {
  position: fixed;
  right: 3rem;
  top: 1rem;
  width: 2rem;
}

.full-menu .book {
  display: block;
  position: relative;
  right: 0.5rem;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2rem;
}

.box {
  border: 1px solid rgb(224, 224, 224);
  padding: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  width: calc(var(--width) - 4rem);
  margin-left: var(--left-spacing);
  background-color: white;
  border-radius: 1rem;
}

.gallery {
  width: var(--width);
  margin-left: var(--left-spacing);
}

.gallery img {
  height: 12rem;
  margin: 0.5rem;
  border-radius: 0.75rem;
  display: inline-block;
  transition: border-radius 0.3s;
}

.gallery img:hover {
  border-radius: 0;
}

.superhost-sticker {
  height: 3rem;
  margin-top: 2rem;
}

.left {
  text-align: right;
}

.box.superhost {
  margin-top: 7rem;
}

p {
  line-height: 1.5rem;
}

.box {
  margin-top: 2rem;
}

.reviews {
  width: var(--width);
  margin-left: var(--left-spacing);
}

.review {
  width: calc(100% - 2rem);
  border: 1px solid rgb(224, 224, 224);
  border-radius: 1rem;
  padding: 1rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1rem;
}

.review span.author {
  opacity: 0.5;
  font-style: italic;
}

.star {
  height: 2rem;
}

.stars {
  display: block;
  margin: 1rem;
}

.stars span {
  display: block;
  opacity: 0.5;
  font-style: italic;
}

footer {
  background-color: rgb(224, 224, 224, 0.5);
  position: absolute;
  left: -1rem;
  width: 100vw;
  padding: 1rem;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin: 1rem;
  margin-top: 3rem;
}

footer > div {
  text-align: center;
  display: inline-block;
  margin: 2rem;
  width: 20%;
}

footer > div > div {
  text-align: left;
}

footer > div ul {
  list-style-type: none;
}

footer > div ul li {
  position: relative;
  left: -2.35rem;
  margin-top: 0.5rem;
}

.right a.item {
  position: relative;
  top: -0.25rem;
  margin-right: 1rem;
  text-decoration: none;
  color: black;
}

.right a.item:hover {
  text-decoration: underline;
  text-decoration-color: var(--brand-70opacity);
}

.right a img {
  margin-left: 1rem;
}

button {
  cursor: pointer;
  background-color: var(--brand);
  padding: 0.75rem;
  min-width: 15rem;
  color: white;
  font-family: "DM Sans", sans-serif;
  outline: none;
  border-radius: 0.5rem;
  border: 0px;
  font-size: 0.9rem;
  font-weight: 700;
  position: relative;
  top: 0px;
  transition: top 0.2s;
}

button:hover {
  top: 0.25rem;
}

.oops {
  width: 20rem;
  margin-top: 3rem;
}

.nav a {
  text-decoration: none;
}

.attractions {
  width: var(--width);
  margin-left: var(--left-spacing);
  text-align: center;
}

.attraction {
  display: inline-block;
  border: 1px solid rgb(224, 224, 224);
  border-radius: 1rem;
  padding: 1rem;
  width: 15rem;
  text-align: left;
  margin: 0.5rem;
  height: 25.25rem;
}

.attraction .tn {
  height: 10rem;
  width: 100%;
  border-radius: 0.25rem;
  background-size: cover;
  background-position: center center;
}

.attraction h3 {
  margin: 0px;
  margin-top: 1rem;
}

.attraction span {
  opacity: 0.5;
  font-size: 0.8rem;
}

.attraction p {
  margin-top: 0.5rem;
  opacity: 0.8;
  font-size: 0.9rem;
  height: 10rem;
  text-overflow: ellipsis;
  overflow-y: scroll;
}

footer a {
  text-decoration: none;
  color: black;
}

.room {
  border: 1px solid rgb(224, 224, 224);
  padding: 1rem;
  width: calc(var(--width) - 2rem);
  margin-left: var(--left-spacing);
  background-color: white;
  border-radius: 1rem;
  margin-top: 2rem;
}

.room .image {
  width: 100%;
  display: inline-block;
  background-position: center center;
  background-size: cover;
  border-radius: 0.75rem;
  height: 14rem;
}

.room .info h3 {
  margin-bottom: 0.25rem;
}

.room .info span {
  opacity: 0.5;
}

.room .info {
  width: 100%;
  display: inline-block;
  text-align: left;
  height: 14rem;
}

.room table,
.room tr {
  width: 100%;
  height: 14rem;
}

.room td {
  width: 50%;
  padding: 0.5rem;
}

@media (pointer: none), (pointer: coarse) {
  body {
    overflow-x: hidden !important;
    padding-top: 6rem;
    position: relative;
  }

  html,
  body {
    overflow-x: hidden;
    height: 100%;
  }
  body {
    width: calc(100% - 16px);
    position: relative;
    overflow-y: scroll;
  }

  html{
    overflow-y: hidden;
  }

  body > * {
    max-width: calc(100vw - 16px);
  }

  .nav {
    width: 100vw;
    position: absolute;
  }

  .nav > a {
    position: relative;
    left: 2rem;
    width: calc(100vw - 3rem);
  }

  .big-image {
    height: 15rem;
    width: 100%;
  }

  .box.superhost {
    margin-top: 3rem;
  }

  .right > * {
    display: none;
  }

  .right > .menu {
    display: inline-block;
  }

  .right > .full-menu {
    display: block;
  }

  footer {
    max-width: 100%;
    padding: 0px;
  }

  :root {
    --left-spacing: 0rem !important;
    --width: 100%;
  }

  body::-webkit-scrollbar {
    display: none;
  }

  body {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .room {
    width: 90%;
  }

  .full-menu.show {
    display: block;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999999;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: white;
    text-align: center;
    padding-top: 3rem;
  }
}
