body {
    font-family: Montserrat, sans-serif;
    color: #2b2a2a;
    background: #fefefe;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

#logo {
    background-image: url("../assets/logo-for-light.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 175px;
    height: 50px;
}

header {
    position: relative;
    background-color: #2b2a2a;
    height: 75vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

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: #2b2a2a;
    opacity: 0.5;
    z-index: 1;
}

.btn-primary {
    color: #fefefe;
    background-color: #2657a4;
    border-color: #f6fbfe;
    text-transform: uppercase;
    padding: 10px 50px 10px 50px;
}


.btn-primary {
    color: #fefefe;
    background-color: #2657a4;
    border-color: #f6fbfe;
}

.btn-primary:hover {
    color: #fefefe;
    background-color: #2c60a9;
    border-color: #f6fbfe;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fefefe;
    background-color: #2c60a9;
    border-color: #f6fbfe;
    outline: none !important;
    box-shadow: none;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #2b2a2a;
    background-color: #f6fbfe;
    border-color: #f6fbfe;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fefefe;
    background-color: #2c60a9;
    border-color: #f6fbfe;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
    color: #2b2a2a;
    background-color: #f6fbfe;
    border-color: #f6fbfe;
}

.btn-link {
    font-weight: 400;
    color: #2657a4;
    text-decoration: none;
}

.btn-link:hover {
    color: #2c60a9;
    text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
    text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
    color: #2b2a2a;
    pointer-events: none;
}


@media screen and (prefers-color-scheme: dark) {
    body {
        font-family: Montserrat, sans-serif;
        color: #f6fbfe;
        background: #2b2a2a;
        font-size: 16px;
        line-height: 28px;
        font-weight: 400;
    }

    .text-muted {
        color: #f6fbfe !important;
    }

    .btn-primary {
        color: #2b2a2a;
        background-color: #f6fbfe;
        border-color: #f6fbfe;
    }

    .btn-primary:hover {
        color: #fefefe;
        background-color: #2b2a2a;
        border-color: #fefefe;
    }

    .btn-primary:focus, .btn-primary.focus {
        color: #fefefe;
        background-color: #2b2a2a;
        border-color: #fefefe;
        outline: none !important;
        box-shadow: none;
    }


    .btn-link {
        font-weight: 400;
        color: #f6fbfe;
        text-decoration: none;
    }

    .btn-link:hover {
        color: #fefefe;
        text-decoration: underline;
    }

    #logo {
        background-image: url("../assets/logo-for-dark.png");
        background-repeat: no-repeat;
        background-size: cover;
        width: 175px;
        height: 50px;
    }
}

.grecaptcha-badge {
    visibility: hidden;
}
