body {font-family: 'Montserrat', sans-serif; font-weight: 400;}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.bd-mode-toggle {
    z-index: 999;
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}

.bg-body-tertiary {
    background-color: var(--bd-pre-bg);
    margin-bottom: 80px;
}

@media (max-height: 720px) {
    .container {
        max-width: 850px;
    }
}

@media (max-width: 1400px) {
    .nav-link, .dropdown-item {
        font-size: 0.8em !important;
    }
}

@media (max-width: 1280px) {
    .nav-link, .dropdown-item {
        font-size: 0.7em !important;
    }
    /*
    .container-fluid {
        overflow-x: auto;
    }
    */
}

@media (max-width: 1200px) {
    .nav-link, .dropdown-item {
        font-size: 1em !important;
    }
    .container-fluid {
        max-height: 450px;
        overflow-y: auto;
    }
}

@media (max-width: 574px) {
    .nav-link, .dropdown-item {
        font-size: 1em !important;
    }
    .container-fluid {
        max-height: 450px;
        overflow-y: auto;
    }
}

#video_frame {
    position: relative;
    width: 100%;
    max-width: 1280px;
    padding-top: 56.25%;
    background:url("../img/loading.png") no-repeat center center;
}

#video_frame video, #video_frame .video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#mode-toggle {
    bottom: 70px !important;
    right: 15px !important;
}

.navbar  {
    box-shadow: 0px 0px 78px -10px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 0px 78px -10px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 78px -10px rgba(0,0,0,0.4);
}

.nav-link, .dropdown-item {
    font-size: 0.9em;
    cursor: pointer;
}

.disable-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container_embed {
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
    height: 100%;
    padding: 0;
}

.container_center {
    position: fixed !important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: none !important;
    width: 100%;
    height: 100%;
}
