body{
    font-family: 'TranscendBold';
}
.video-frame {
    position: relative;
    overflow: hidden;
    height: 100vh;
    width: 100%;
    display: block;
}
.video-frame {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000; 
}
.video-frame:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.video-part-section {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
}
video#home-video {
    display: block;
    min-height: 100%;
    min-width: 100%;
/*    max-width: 1200px;*/
    height: auto;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.videopage-title {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 3;
}
.video-content-center {
    display: table;
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.video-inner-content {
    display: table-cell;
    vertical-align: middle;
}
.video-inner-content img {
    margin: 0 auto;
    padding-bottom: 10px;
}
.video-inner-content a em:before{
    font-size: 4em;
    color: #fff;
}
.about-header-title {
    color: #fff;
    font-size: 2.75rem;
    text-transform: uppercase;
    padding: 10px 0;
    line-height: 1.2;
    margin: 0;
}

.join-header-title {
    color: #000;
    background-color: #fff;
    display: inline-block;
    padding: 6px 50px;
    font-size: 1.5rem;
    margin: 20px 0;
}

.video-inner-content p, .video-inner-content a {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25rem;
    letter-spacing: 2px;
}

.video-inner-content a {
    text-decoration: none;
}

.video-inner-content a:hover, .video-inner-content a:focus {
    text-decoration: underline;
}

.form-section .form-control::placeholder {
    color: #000;
    font-family: 'TranscendBold';
}

.form-section .form-control {
    color: #000;
    border-radius: 0;
    font-family: var(--bs-body-font-family);
    padding: 1.05rem .75rem;
}

.form-section button {
    border-radius: 0;
    background-color: #1754A5;
    border: #000;
    color: #fff;
    text-transform: uppercase;
}
.form-section button:hover, .form-section button:focus{
    background-color: #000;
} 
.form-section {
    max-width: 450px;
    margin: 0 auto 50px;
}
.form-response {
    padding: 0;
}
.form-response p {
    color: #fff;
    margin: 0;
    font-size: 16px;
    font-family: 'TranscendRegular';
}
.alert-danger {
    background: #ce2a2a !important;
}
.alert-success {
    background: #00b337 !important;
    color: #000000;
}
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/

@media (max-width:767px){
    .form-section{
        max-width: 90%;
        margin: 0 auto 50px;
    }
}