body {
  background: rgb(0, 68, 97);
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif;
}

/* Sidebar edit */
#sidebarFromShell .title {
  margin: 20px 0;
  font-size: 13px;
  color: #333;
}

/* unique hotel styles */
.shell-hdr a {
  z-index: 1;
  padding: 20px 0;
}

.shell-hdr img {
  width: 100vw;
  max-width: 266px;
}

.shell-hdr .hero {
  margin-top: 0;
  background-image: url(../../HotelFiles/9666/h-hero.jpg) ;
  z-index: 0;
}

.shell-be {
  background: #f1f1f1;
}

.shell-footer h2 {
  text-transform: uppercase;
  font-size: 4rem !important;
  color: #f1f1f1;
  margin: 0;
}

.shell-footer p {
  width: 70%;
  margin: 10px 0;
  font-size: 2rem !important;
  color: #e0e0e0;
}

.shell-footer img {
  width: 100%;
  max-width: 300px;
}

.shell-footer {
  padding: 3rem 0;
  background-color: #012D40;
}

.shell-footer .shell-inner {
  width: 100%;
  max-width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-col-right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.booking-btn {
  width: 100%;
  padding: 1rem;
  background: none;
  margin: 0;
  border: 2px solid #f1f1f1;
  transition: background ease 0.2s,
              border-color ease 0.2s;
  cursor: pointer;
}

.booking-btn a {
  text-decoration: none;
  font-family: inherit;
  color: #f1f1f1;
  letter-spacing: 2px;
  font-size: 1.4rem !important;
}

.booking-btn:hover {
  background: #f1f1f1;
  border-color: #DCDDE0;
}

.booking-btn:hover a {
  color: #004461;
}  

/* Booking engine custom styles */
.reserveRoom {
  background: rgb(0, 68, 97)
}

.reserveRoom:hover {    background: rgb(5 101 142); }

.ui-datepicker-header,
.summary .summaryHeader,
.done .step-number, .done .step-number:before {
  background: #333333;
}

/* Booking engine cancel button */
.cancel {
  font-size: 12.5px ;
}

/* select room */
.roomName {
background: rgb(0, 68, 97)
}

.on, .roomName:hover {
  background: rgb(5 101 142);
}

.roomName h4 {
color:  white;
}


/*subheaders*/
.roomdescBody h4, 
.roomPolicy h4,
h4.contentHdr {
  color: #333333;
}

/* Mobile portrait */
@media only screen and (max-width : 753px) {
  .shell-footer .shell-inner {
    width: 100%;
    max-width: 90%;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }

  .shell-footer h2 {
    font-size: 3.2rem !important;
  }

  .shell-footer p {
    width: 100%;
    font-size: 1.6rem !important;
  }

  .footer-col-right {
    gap: 2rem;
    flex-direction: column-reverse;
  }
}