#room_rules {
    display: none;
}

.page-index #pageContent .section2 {
    background: #2563EB;
}

.page-index #pageContent .section2 p {
    color: #fff;
}

.page-index #pageContent .section3 {
    background: #fff;
}

.navbar-nav {
    justify-content: end;
}

.page-index .card {
    background: #fff;
    padding: 32px;
}

.page-index .card .fs-5 {
    color: #2563EB;
}

.contact-page h2.contact__label,
.contact-page .contact__locations {
    display: none;
}

.contact-page #map_container {
    margin-top: 25px;
}

.page-index .news-container {
    display: none;
}