.video-background-holder {
    position: relative;
    background-color: black;
    height: calc(100vh);
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

.video-background-holder 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%);
}

.video-background-content {
    position: relative;
    z-index: 2;
}

.video-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

.navbar-dark .navbar-toggler {
    border-color: rgba(255, 255, 255, .5);
}

.register-cta {
    margin: 5% 0 0 0;
    color: #fff;
    font-size: larger;
}

.register-cta:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.arrow {
    text-align: center;
    margin: 20% 0 0 0;
}

.bounce {
    -moz-animation: bounce 10s infinite;
    -webkit-animation: bounce 10s infinite;
    animation: bounce 10s infinite;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

/* .page-footer {
    background: #6c757d;
}

footer.page-footer {
    bottom: 0;
    color: #fff;
} */

/* social media  */
/* .fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
} */

/* Add a hover effect if you want */
/* .fa:hover {
    opacity: 0.7;
} */

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
    background: #3B5998;
    color: white;
}

/* Twitter */
.fa-twitter {
    background: #55ACEE;
    color: white;
}

/* /Social media  */

.anonym-blocks:hover{
    background: #003c7a;
}