table {
  table-layout: fixed;
  width: 125%;
  border-collapse: collapse;
}

th {
  letter-spacing: 2px;
}

td {
  letter-spacing: 1px;
  border: 1px solid white;
  padding: 12px;
  font-size: 1.5rem;
}

tr {
  text-align: center;
  height: 120px;
}

tr td:first-child {
  text-align: start;
  padding: 12px;
}

.sidenav {
  display: none;
}

.roomSmall {
  font-size: 1.5rem;
}

.overViewBurgerMenu {
  display: none;
}

.heroCountdown__time,
.heroCountdown__label {
  color: white !important;
}

.heroCountdown__countdown {
  color: white !important;
  background-color: rgb(145 0 255) !important;
}

.heroCountdown__copy {
  display: none;
  color: #626366;
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  vertical-align: bottom;
}

.formMaterial__base
  .md-input-container.md-input-focused:not(.md-invalid)
  label {
  color: white;
}

.formMaterial__base .md-input-container.md-input-focused label,
.formMaterial__base .md-input-container.md-has-value label,
.formMaterial__base .md-input-container label.md-input-label--top {
  pointer-events: auto;
  top: 0;
  opacity: 1;
  font-size: 0.75rem;
  color: white;
}

.form-email-sign-up__message--success span {
  color: white;
}

.emailSignUpForm {
  display: none;
}

.noBanner {
  visibility: hidden !important;
}

.staysAccordion {
  padding: 24px;
  width: 90%;
}

.staysAccordion--item {
  padding-bottom: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 5%;
}

.superHero__container {
  height: 105vh;
}

.basicHero__container.basicHero__container--gradient {
  height: -webkit-fill-available;
  max-height: none;
}

.sign-up {
  border-radius: 0;
  background: #fdbb17;
  color: #ffffff;
  cursor: pointer;
  border: 0;
  font-size: 1rem;
  height: 2.9411764706rem;
  line-height: 2.9411764706rem;
  padding: 0 3.1764705882rem;
}

#iconHud {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 20;
  width: 100vw;
  color: white;
  text-transform: uppercase;
  font-weight: bolder;
  max-width: 1906px;
  margin: 0px 24px;
}

.fixedBanner {
  position: fixed !important;
}

#utopiaHeader {
  font-size: 4rem;
}

#iconNav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: auto;
  gap: 30px;
  max-width: 800px;
}

@media screen and (min-width: 601px) and (max-width: 974px) {
  #iconNav {
    width: 35%;
    max-width: fit-content;
  }
}

@media screen and (min-width: 360px) and (max-width: 600px) {
  #iconNav {
    width: 50%;
    max-width: fit-content;
  }
}

@media screen and (max-width: 359px) {
  #iconNav {
    width: 50%;
    max-width: fit-content;
  }
}

@media screen and (max-width: 1075px) {
  /* The side navigation menu */
  .sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 60; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: white; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    display: inherit;
  }

  /* The navigation menu links */
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: blue;
    display: block;
    transition: 0.3s;
  }

  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover {
    color: #f1f1f1;
  }

  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  .overViewBurgerMenu {
    display: inherit;
  }

  #staysMol,
  #deckMol {
    display: none;
  }

  #iconNav {
    max-width: fit-content;
  }

  .sign-up {
    border-radius: 0;
    background: #fdbb17;
    color: #ffffff;
    cursor: pointer;
    border: 0;
    font-size: 1rem;
    height: 2.9411764706rem;
    /* line-height: 2.941176rem; */
    padding: 0 1.1764705882rem;
  }
}

#stayText {
  font-size: 1.5rem;
}

#superHeroSection,
.basicHero__background {
  height: 105vh !important;
}

.roomDiv {
  padding: 0 10px;
  height: 100vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: normal;
}

.mediaDome {
  background: linear-gradient(to bottom, rgb(65 61 61 / 40%), rgb(0 0 0 / 30%)),
    url("/content/dam/royal/special-mkgt/hard-rock-hotel-and-casino/icon-of-the-seas-casino-card-table-games-dice-winning-hard-rock-night-life-friends.jpg")
      0% 0% / cover no-repeat;
  background-position: -30%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100vh;
  padding: 0px !important;
}

.roomCube {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: linear-gradient(
    90deg,
    rgba(31, 47, 164, 1) 0%,
    rgb(132 37 163) 100%
  );
  height: auto;
}

.roomDiv_Text {
  width: 100%;
  color: white;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px;
}

#room1 {
  background: linear-gradient(rgb(0 0 0 / 132%), rgba(0, 0, 0, 0.1)),
    url(/content/dam/royal/special-mkgt/hard-rock-hotel-and-casino/wonder-of-the-seas-casino-chips-hard-rock-table-games-winning.jpg)
      0% 0% / cover no-repeat;
  color: white;
  height: 120vh;
}

.roomDiv_Text .heading2 {
  font-weight: 100;
  font-size: 5rem;
  margin-bottom: 0px;
  margin-top: 0px;
}

.roomDiv_Text .heading3 {
  font-weight: 100;
  margin-bottom: 0px;
}

.roomDiv_Media {
  width: 100%;
  padding: 0px 48px;
}

#ultimateFamily {
  background: url("/content/dam/royal/special-mkgt/inter-miami/inter-miami-cf-jersey-royal-caribbean-logo.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  width: 100vw;
}

#ultimateFamily figure {
  height: 100%;
  margin: 0px -48px;
  display: block;
}

.newestSection .text-navy {
  font-size: 6rem !important;
}

.goOverlay {
  position: unset !important;
}

.newestSection {
  height: 100vh;
  background: linear-gradient(to bottom, rgb(65 61 61 / 57%), rgb(0 0 0 / 0%)),
    url("/content/dam/royal/special-mkgt/hard-rock-hotel-and-casino/oasis-lagoon-dusk-hard-rock-royal-caribbean-night-life-casino.jpg");
  background-position: 12%;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 0px;
  padding-left: 1rem;
}

.newestSection > div .layout-container__content:first-child {
  background: linear-gradient(to bottom, #7642bb, rgb(40 59 151 / 30%));
}

.openHtml {
  padding: 0px !important;
}

.socialsMainDiv {
  padding: 0 10px;
}

#ultimateVideo_Img {
  height: 110%;
}

.whatToKnowBackground {
  background: url("/content/dam/royal/ports-and-destinations/destinations/eastern-caribbean/eastern-caribbean-ocean-ship.jpg");
  background-position: center;
  padding: 2rem;
  position: relative;
}

.whatToKnowBackground h2,
.whatToKnowBackground .heading2,
.whatToKnowBackground .p,
.whatToKnowBackground .text-navy,
.newestSection .text-navy,
.newestSection .text-darker-gray {
  color: white !important;
}

.whatToKnowBackground a {
  color: white !important;
  text-decoration: underline !important;
}

.whatToKnowBackground > .layout-container__content {
  max-width: -webkit-fill-available;
}

.socialsDiv {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: space-around;
}

@media screen and (min-width: 1025px) and (max-width: 1399px) {
  .newestSection > div .layout-container__content:first-child {
    background: linear-gradient(to bottom, #7642bb, rgb(40 59 151 / 30%));
    padding: 6rem 0;
    margin-right: 45%;
    width: auto;
    position: relative;
    left: 0;
  }
}

@media screen and (max-width: 1025px) {
  .mediaDome {
    background: linear-gradient(
        to bottom,
        rgb(65 61 61 / 40%),
        rgb(0 0 0 / 30%)
      ),
      url("/content/dam/royal/special-mkgt/hard-rock-hotel-and-casino/icon-of-the-seas-casino-card-table-games-dice-winning-hard-rock-night-life-friends.jpg")
        0% 0% / cover no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    height: 100vh;
    padding: 0px !important;
  }

  .roomDiv_Text {
    padding: 0px;
    width: 100% !important;
  }

  #normalHeadline {
    display: none;
  }

  #tabletHeadline {
    display: block !important;
  }

  #roomGradient {
    background: rgb(31, 47, 164);
    background: transparent;
    padding: 0 !important;
  }

  table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
  }
}

@media screen and (min-width: 725px) and (max-width: 1025px) {
  #basicTile-671000264 > div > div {
    height: 60% !important;
  }

  .newestSection > div .layout-container__content:first-child {
    background: linear-gradient(to bottom, #7642bb, rgb(40 59 151 / 30%));
    padding: 1rem 0;
    margin-right: 30%;
    width: auto;
    position: relative;
    left: 0;
  }

  #room1 {
    background: linear-gradient(rgb(0 0 0 / 76%), rgba(0, 0, 0, 0.1)),
      url(/content/dam/royal/special-mkgt/hard-rock-hotel-and-casino/wonder-of-the-seas-casino-chips-hard-rock-table-games-winning.jpg)
        0% 0% / cover no-repeat;
    color: white;
    height: 75vh;
  }
}

@media screen and (min-width: 1400px) {
  .newestSection > div .layout-container__content:first-child {
    background: linear-gradient(to bottom, #7642bb, rgb(40 59 151 / 30%));
    padding: 6rem 0;
    margin-right: 50%;
    width: auto;
    position: relative;
    left: 0;
  }
}

.newestSection_2 {
  height: 101vh;
  background: linear-gradient(to bottom, rgb(65 61 61 / 75%), rgb(0 0 0 / 30%)),
    url("/content/dam/royal/special-mkgt/hard-rock-hotel-and-casino/oasis-lagoon-dusk-hard-rock-royal-caribbean-night-life-casino.jpg");
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: center;
}

.newestSection_2 #stayText,
.newestSection_2 .text-navy {
  color: white !important;
}

.newestSection_2 .text-navy {
  font-size: 6rem !important;
}

#whatToKnow {
  font-size: 1.3rem;
}

.superHero__customSection {
  flex: 1 1 auto;
  min-height: 3.125rem;
  position: relative;
  z-index: 1;
  display: none;
}

#iconText {
  text-align: center;
}

span.pillar__text--gradient_three.heading3 {
  font-size: 6rem;
}

.heroCountdown__countdown.heroCountdown__days {
  color: white !important;
  background-color: rgb(145 0 255) !important;
  padding: 0.2rem 0.8rem !important;
}

.basicHero__background {
  height: auto;
}

.basicHero__background {
  min-height: 90vh;
}

.superHero__base .basicHero__container--gradient:before {
  height: 105vh;
}

.superHero__base .basicHero__background {
  position: absolute;
  width: 100%;
}

.socialVideo_div {
  padding-right: 48px;
}

@media screen and (max-width: 1075px) {
  #room1 {
    padding: 20% 18px;
    height: 130vh;
  }

  .socialVideo_div {
    justify-content: flex-start !important;
    padding-right: 0px;
  }

  .socialVideo_div video {
    height: auto !important;
    width: 130% !important;
  }

  .roomCube {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: linear-gradient(
      90deg,
      rgba(31, 47, 164, 1) 0%,
      rgb(132 37 163) 100%
    );
    height: 100%;
  }

  .mediaDome {
    flex-direction: column-reverse;
  }

  .whatToKnowBackground,
  .newestSection {
    height: 100vh;
    padding: 1rem;
    background-position: 85%;
  }

  .superHero__container {
    min-height: 60vh;
  }

  .superHero__base .basicHero__background {
    position: absolute;
    top: 0px;
    width: 100%;
  }

  #stayText,
  .roomSmall {
    font-size: 1.2rem !important;
  }
}

@media screen and (max-width: 675px) {
  td > img {
    width: 65px !important;
  }

  td:first-of-type > img {
    width: 10% !important;
  }

  tr:first-of-type {
    height: 50px !important;
  }

  .roomCube .p {
    font-size: 1.2rem !important;
  }

  .mediaDome video {
    height: 100% !important;
    width: 205% !important;
  }

  #scroll {
    display: none;
  }

  #iconHud {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 20;
    width: 100%;
    color: white;
    text-transform: uppercase;
    font-weight: bolder;
    max-width: 1906px;
    margin: 0px 25px;
  }

  .logo {
    margin-left: 9.5%;
  }

  .roomDiv_Text .heading2 {
    font-weight: 100;
    font-size: 3rem;
    margin-bottom: 0px;
    margin-top: 0px;
    letter-spacing: 0px !important;
  }

  .image.parbase.aem-GridColumn.aem-GridColumn--default--12 {
    padding-top: 2rem;
  }

  #iconText {
    text-align: left;
  }

  .newestSection .text-navy {
    font-size: 2.5rem !important;
  }

  .newestSection_2 .text-navy {
    font-size: 2.5rem !important;
  }

  .roomDiv_Text h2 {
    font-size: 2.5rem !important;
  }

  span.pillar__text--gradient_three.heading3 {
    font-size: 2.5rem;
  }
}

@media (min-width: 64.0625rem) {
  .superHero__customSection::after {
    top: -3.5625rem !important;
  }
}

.image__container {
  width: 45% !important;
  padding: 2rem 4rem;
}

@media (max-width: 765px) {
  .socialsDiv img {
    width: 20px;
  }

  .socialsDiv #fbIcon {
    width: 10px;
  }

  .newestSection {
    height: 105vh;
    background: linear-gradient(to bottom, rgb(65 61 61 / 26%), rgb(0 0 0 / 0%)),
      url("/content/dam/royal/special-mkgt/hard-rock-hotel-and-casino/oasis-lagoon-dusk-hard-rock-royal-caribbean-night-life-casino.jpg");
    background-position: 85% !important;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0px;
    padding-left: 1rem;
  }

  #ifcHeadline {
    font-size: 4rem !important;
  }

  .roomDiv_Media {
    width: 125vw !important;
    padding: 0px;
  }

  #ultimateFamily figure {
    height: 100%;
    width: 100%;
    margin: auto;
    display: block;
  }

  #headlineScroll {
    left: 30% !important;
  }

  #headlineScroll img {
    width: 55%;
  }

  table {
    table-layout: auto !important;
    width: 100% !important;
    border-collapse: collapse;
    font-size: 10px;
  }

  td {
    letter-spacing: 1px;
    border: 1px solid white;
    padding: 2px;
    font-size: smaller;
  }

  tr td:first-child {
    text-align: start;
    padding: 12px;
  }

  .roomDiv_Media {
    width: 125vw !important;
    height: 500px;
  }

  .roomDiv:nth-child(odd) {
    flex-direction: column-reverse;
    gap: 0px;
  }

  .roomDiv:nth-child(even) {
    flex-direction: column;
  }

  .basic-tile__content {
    height: fit-content !important;
  }
}

@media (max-height: 700px) {
  .roomDiv_Media {
    width: 145vw !important;
    height: 330px;
  }

  .superHero__container {
    min-height: auto;
  }

  .newestSection {
    height: 110vh;
    padding: 0 1.25rem;
    padding-bottom: 2rem;
    padding-top: 2rem;
  }

  .whatToKnowBackground {
    height: auto;
  }

  .roomDiv {
    height: 100vh;
  }

  .image__container {
    width: 30% !important;
    padding: 1rem 4rem;
  }

  #ultimateVideo_Img {
    height: 140%;
    object-position: -9rem !important;
  }

  #superHeroSection,
  .basicHero__background {
    height: auto;
  }
}

@media (max-height: 300px) {
  #ultimateVideo_Img {
    height: 140%;
    object-position: -9rem !important;
  }
}

@media (min-height: 701px) {
  .superHero__container {
    min-height: auto;
  }

  .newestSection {
    height: 110vh;
    padding-bottom: 2rem;
    padding-top: 2rem;
    padding: 0 1.25rem;
  }

  .whatToKnowBackground {
    height: auto;
  }

  .image__container {
    width: 30% !important;
    padding: 1rem 4rem;
  }

  #superHeroSection,
  .basicHero__background {
    height: auto;
  }
}

@media (min-height: 1200px) {
  .superHero__container {
    min-height: auto;
  }

  .newestSection {
    height: 100vh;
    padding-bottom: 8rem;
  }

  .whatToKnowBackground {
    height: auto;
  }

  .roomDiv {
    height: 100vh;
  }

  #surfFamily {
    background-position: right;
  }

  #superHeroSection,
  .basicHero__background {
    height: auto;
  }
}

.centeredSection {
  display: flex;
  justify-content: center;
  align-items: center;
}

.imageCaption a {
  color: white !important;
  text-decoration: underline !important;
}

@media screen and (max-width: 375px) {
  .roomCube {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 0rem;
    margin-top: 0rem;
    background: linear-gradient(
      90deg,
      rgba(31, 47, 164, 1) 0%,
      rgb(94, 10, 119) 100%
    );
    height: 100%;
  }

  .image__container {
    width: 40% !important;
    padding: 0 4rem;
  }
}

@media screen and (max-height: 475px) and (max-width: 975px) and (orientation: landscape) {
  #headlineScroll {
    top: 35vh !important;
  }

  #ifcHeadline {
    font-size: 4rem !important;
  }

  #scroll {
    display: none;
  }

  .newestSection .text-navy {
    font-size: 3rem !important;
  }

  .newestSection_2 .text-navy {
    font-size: 3rem !important;
  }

  .image__container {
    width: 15% !important;
    padding: 1rem 4rem;
  }

  .roomDiv .heading2,
  .roomCube .heading2 {
    font-size: 3rem !important;
  }

  .roomDiv_Media {
    height: auto;
    width: 150%;
  }

  .newestSection {
    height: 130vh;
    padding: 0 1.25rem;
    padding-bottom: 2rem;
    padding-top: 2rem;
  }

  /*   #ultimateVideo_Img {
    height: 140%;
    object-position: -165px !important;
  } */

  .newestSection_2 {
    height: 150vh;
    background: linear-gradient(
        to bottom,
        rgb(65 61 61 / 75%),
        rgb(0 0 0 / 30%)
      ),
      url("/content/dam/royal/ships/icon/icon-of-the-seas-aerial-aft-sea-day-thrill-island-flowrider.jpg");
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: normal;
    justify-content: center;
  }

  span.pillar__text--gradient_three.heading3 {
    font-size: 3rem;
  }
}

#roomGradient {
  background: rgb(31, 47, 164);
  background: linear-gradient(
    90deg,
    rgba(31, 47, 164, 0) 0%,
    rgba(24, 12, 135, 1) 6%,
    rgba(54, 12, 134, 1) 22%,
    rgb(79 20 109) 100%
  );
  padding: 0 147px;
}

@media screen and (max-height: 300px) and (max-width: 975px) and (orientation: landscape) {
  .newestSection {
    height: 190vh;
    padding: 0 1.25rem;
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}

@media screen and (max-height: 390px) and (orientation: landscape) {
  #room1 {
    padding: 24px;
    height: 205vh;
  }

  #headlineScroll {
    left: 38% !important;
    top: 40vh !important;
  }

  #roomGradient {
    background: none !important;
    width: 75% !important;
  }

  .basic-tile__content {
    height: 35% !important;
  }
}

@media screen and (max-height: 375px) and (orientation: landscape) {
  #headlineScroll {
    left: 36.5% !important;
  }

  #headlineScroll img {
    width: 40%;
  }
}
