body {
    height: 100vh;
    display: block;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 10px;
    margin: 0;
    background-image: url('/images/bg.png');
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

.video-image {
    width: 100%;
    max-width: 640px;
    display: block;
    margin: 0 auto;
}

.large-dropdown {
    font-size: 1.5em;
    width: 100%;
}

.btn-xl {
    padding: 1rem 2rem;
    font-size: 1.5rem;
}

.logo {
    margin-bottom: 30px;
}

.section-badge {
    display: inline-block;
    background-color: #0d6efd;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 0.75rem;
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: .3px;
    box-shadow: 0 6px 16px rgba(13,110,253,0.35);
    margin: 0 auto 12px;
}

.title {
    display: inline-block;
    background-color: #0d6efd;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 0.75rem;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: .3px;
    box-shadow: 0 6px 16px rgba(13,110,253,0.35);
    margin-top: 40px;
    margin-bottom: 20px;
}

.content {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 0;
}

footer {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    height: 50px;
    padding: 10px 0;
    background-color: #f8f9fa;
    width: 100%;
    text-align: center;
    font-size: 1.25em;
    z-index: 1000;
}

