.field--name-field-landing-background img {
    max-width: 100%;
    height: auto;
}

.field.field--name-field-landing-background.field--type-image {
    width: 66.66666667%;
    float: left;
}


/* General Layout */
.row {
    display: flex;
    flex-wrap: wrap;
}
.col-12 {
    width: 100%;
}
.col {
    flex: 1 1 100%;
}
@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .col {
        flex: 1 1 33.33%;
    }
}

/* Room Cards */
.room {
    text-align: center;
    margin-bottom: 30px;
    overflow: hidden;
    width: 100%;
}
.room-img-container {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.room-img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
}
.room h3 {
    margin-top: 15px;
    font-size: 1.5em;
}
.room p {
    margin-top: 10px;
    color: #666;
}

/* Typography */
.section-heading {
    font-size: 2em;
    margin-bottom: 10px;
}
.text-muted {
    font-size: 1.2em;
    color: #777;
    margin-bottom: 30px;
}

/* Testimonials */
.testimonial-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.testimonial {
    text-align: center;
    width: 30%;
    margin-bottom: 20px;
}
.testimonial img {
    width: 100%;
    border-radius: 50%;
}
@media (max-width: 768px) {
    .testimonial {
        width: 80%;
    }
}

/* Video Embeds */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin-top: 20px;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Section Layout */
.main-section-under {
    clear: both;
    width: 100%;
}
hr {
    margin: 60px 0;
    color: inherit;
    border: 0;
    border-top: 5px solid;
    opacity: 0.25;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .room-img-container {
        height: 300px;
    }
    .col-md-4, .col-sm-6, .col-12 {
        width: 100%;
        margin-bottom: 20px;
    }
    .well {
        width: 100%;
    }
    .field.field--name-field-landing-background.field--type-image {
        width: 100%;
        float: none;
    }
}

/* Visibility Tweaks */
ul.menu.nav.navbar-nav {
    visibility: visible;
}
section#block-system-user-menu,
section#block-masquerade-masquerade,
a.element-invisible.element-focusable,
.footer {
    visibility: hidden;
}
h1.page-header {
    display: none;
}

/* Newsletter Signup (Mailchimp) */
#mc_embed_signup input.button,
#mc_embed_signup input.email {
    width: 100%;
}
#mc_embed_signup input.button,
#mc_embed_signup .button:hover {
    background-color: red;
}
div#mc_embed_signup {
    max-width: 300px;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
}

/* Navbar */
button.navbar-toggle {
    display: none;
}