:root {
  --clr-primary: #840830;
  --clr-primary-light: #9a0e3a;
  --clr-secondary: #111316;
  --clr-secondary-light: #242424;
  --clr-secondary-on: #404040;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

/* Shell Hero */
.shell-hero {
  position: relative;
  width: 100%;
  height: 60vh;
  height: 60dvh;
  background-image: url("../../HotelFiles/11836/h-hero.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Shell Header */
.shell-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.7) 70.47%,
    rgba(53, 53, 53, 0) 100%
  );
}

.shell-header a {
  display: inline-block;
}

.h-logo {
  height: 80px;
  width: auto;
  display: block;
}

/*
=================================
BE Styles
=================================
*/
.shell-be {
  padding: 8rem 0;
  background-color: #f1f1f1;
}

/* Booking Engine custom styles */
#cancelReservation {
  font-size: 12px;
}

.ui-datepicker-header,
.summary .summaryHeader {
  background: var(--clr-secondary);
}

.reserveRoom {
  background: var(--clr-primary);
}

.done .step-number,
.done .step-number:before,
.reserveRoom:hover,
.reserveRoom:focus {
  background: var(--clr-primary-light);
}

.roomName {
  background: var(--clr-secondary-light);
}

.roomName:hover,
.roomName:focus,
.on {
  background: var(--clr-secondary-on);
}

.roomName h4 {
  color: #fff;
}

/*subheaders*/
.roomdescBody h4,
.roomPolicy h4,
h4.contentheader {
  color: #333333;
}

@media (max-width: 768px) {
  .main-header {
    position: relative;
    box-shadow: none;
    margin: 0;
  }

  .shell-be {
    padding: 4rem 0;
  }

  #mainStage {
    margin-top: 35px;
  }

  #guest-login {
    position: relative;
    width: 100px;
    margin-bottom: 20px;
  }

  .h-logo {
    height: auto;
    width: 275px;
  }

  .shell-hero {
    height: 30vh;
    height: 30dvh;
  }
}
