html, body {
    height: 100%;
}

#body-content {
    flex: 1 0 auto;
}

header {
    position: relative;
    background-color: black;
    height: 95vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
	margin-bottom: 50px;
}

    header video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 0;
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    header .container {
        position: relative;
        z-index: 2;
    }

    header .overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: black;
        opacity: 0.50;
        z-index: 1;
    }

    header .header-logo {
        max-width: 300px;
    }

    header .header-title {
        font-weight: 600;
        font-size: 35px;
        line-height: 40px;
    }

.footer-container {
    background-color: #000000;
    padding: 2.5rem 1rem;
    color: #fff;
    font-size: 0.9rem;
    text-align: center;
}

.footer-container a {
    color: #fff;
    text-decoration: none;
}

.footer-container a:hover {
    text-decoration: underline;
}

.footer-logo {
    max-width: 175px;
}


#hotel-logos-container {
    background-color: #fff;
    position: relative;
    margin-top: -40px;
    z-index: 3;
    box-shadow: 17px 17px 18px 4px rgba(0,0,0,0.25);
	display: none;
}

.door-card {
    padding: 0.7rem;
}

.hotel-card-label {
    font-size: 17px;
    text-transform: uppercase;
    margin-top: 0.5rem;
}

/* Utilities */
.btn-supersize {
    border-radius: 2rem;
    font-size: 1.3rem;
    padding: 1.3rem 2.3rem;
    line-height: 1rem;
}

.row-spacer {
    margin-bottom: 6rem;
}

.row-spacer-jumbo {
    margin-bottom: 8rem;
}

.row-title {
    color: #000000;
    font-weight: 800;
    font-size: 2rem;
    margin-bottom: 2.5rem;
}

.btn-supertravel {
    color: #ffffff;
    background-color: #EE2170;
    border-color: #EE2170;
}

    .btn-supertravel:hover,
    .btn-supertravel:focus,
    .btn-supertravel:active,
    .btn-supertravel.active,
    .open .dropdown-toggle.btn-supertravel {
        color: #ffffff;
        background-color: #C20E53;
        border-color: #EE2170;
    }

    .btn-supertravel:active,
    .btn-supertravel.active,
    .open .dropdown-toggle.btn-supertravel {
        background-image: none;
    }

    .btn-supertravel.disabled,
    .btn-supertravel[disabled],
    fieldset[disabled] .btn-supertravel,
    .btn-supertravel.disabled:hover,
    .btn-supertravel[disabled]:hover,
    fieldset[disabled] .btn-supertravel:hover,
    .btn-supertravel.disabled:focus,
    .btn-supertravel[disabled]:focus,
    fieldset[disabled] .btn-supertravel:focus,
    .btn-supertravel.disabled:active,
    .btn-supertravel[disabled]:active,
    fieldset[disabled] .btn-supertravel:active,
    .btn-supertravel.disabled.active,
    .btn-supertravel[disabled].active,
    fieldset[disabled] .btn-supertravel.active {
        background-color: #EE2170;
        border-color: #EE2170;
    }

    .btn-supertravel .badge {
        color: #EE2170;
        background-color: #ffffff;
    }

@media(min-width:576px) {

}

@media(min-width:768px) {

}

@media(min-width:992px) {
    header {
        height: 75vh;
    }

    header .header-title {
        font-size: 55px;
        line-height: 60px;
    }

    .btn-supersize {
        font-size: 1.8rem;
        padding: 1.5rem 3.8rem;
        line-height: 1rem;
    }

    .row-title {
        font-size: 3.5rem;
    }

    .hotel-card-label {
        font-size: 17px;
    }
}

@media(min-width:1200px) {

}

@media(min-width:1600px) {

}