.bk-header-outer {
    position: absolute;
    width: 100%;
}

.bk-header-inner {
    background-image: url("/static/img/header1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 146px;
    z-index: 9001;
    padding: 0;
}

.bk-header-links {
    height: 100px;
}

.bk-logo {
    height: 75px;
    width: 75px;
    transition: all 0.3s ease-in-out;
}

.bk-navbar-link3 {
    display: none;
}

.navbar-collapse {
    margin-left: 20px;
}

.navbar-nav {
    margin-top: 20px;
}

.dropdown-menu {
    border: unset;
    border-radius: unset;
    background-color: transparent;
}


@media (min-width: 576px) {
    .bk-header-inner {
        height: 246px;
    }

    .bk-header-links {
        height: 200px;
    }

    .bk-logo {
        height: 150px;
        width: 150px;
    }
}

@media (min-width: 992px) {
    .bk-header-inner {
        height: 235px;
    }

    .bk-navbar-link3 {
        display: unset;
    }

    .navbar-collapse {
        margin-left: unset;
    }

    .navbar-nav {
        margin-top: unset;
    }

    .dropdown-menu {
        background-color: rgba(223, 220, 217, 0.7);
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
    }

}


.bk-navbar {
    height: 35px;
    width: 100%;
    z-index: 9000;
}

.bk-bg-navbar {
    background-color: rgba(211, 211, 211, 0.7);
}

.bk-bg-navbar::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    top: 0;
    left: 0;
    z-index: -1;
}

.bk-navbar-link {
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.3s ease-out;
}

.bk-navbar-link {
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.3s ease-out;
}

.bk-navbar-link2,
.bk-navbar-link2:focus,
.bk-navbar-link2:hover {
    color: rgb(204, 204, 204);
    text-shadow: rgb(0, 0, 0) 1px 0 4px;
}

@media (min-width: 992px) {
    .bk-nav {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        align-items: flex-end !important;
    }

    .nav-link {
        display: inline-block;
        align-self: flex-end;
        padding-top: 0px !important;
        padding-bottom: 0.4rem !important;
        padding-left: 0.3rem !important;
        padding-right: 0.3rem !important;
    }

    .bk-nav-item {
        display: flex;
        align-items: flex-end !important;
        min-height: 2.2rem;
        font-size: 0.9rem;
        transition: all 0.3s ease-in-out;
    }

    .bk-nav-item:hover,
    .bk-nav-item:focus {
        color: black !important;
        background-color: rgba(250, 240, 230, 0.5);
    }

    .dropdown-menu {
        margin-top: 0px !important;
    }

    .dropdown-toggle::after {
        margin-left: 0.1rem;
    }

    .dropdown-item {
        transition: all 0.3s ease-in-out;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        background-color: rgba(0, 0, 0, 0.171);
    }

    .dropdown-item.active,
    .dropdown-item:active {
        background-color: rgba(0, 0, 0, 0.171);
    }
}

.bk-navbar-link-show {
    opacity: 1;
    transform: translateY(0px);
}

body,
.bk-bg {
    background-color: linen;
}

.content {
    background-color: transparent;
}

.null-btn {
    all: unset;
}

.bk-doc-img {
    max-height: 400px;
    display: block;
    justify-content: center;
    margin: auto;
}

.bk-map-box {
    height: 517px;
    display: block;
    justify-content: center;
    margin: auto;
}

.bk-img-desc {
    font-weight: bolder;
    size: 0.9em;
    color: rgb(75, 75, 75);
    text-align: center;
}

.bk-btn-outline-secondary {
    background-color: rgb(232, 239, 240);
}

.card-input-element {
    display: none;
}

.bk-card-input {
    background-color: linen;
    transition: background-color 0.6s;
}

.bk-card-input-a,
.bk-card-input-a:hover {
    color: black;
    text-decoration: unset;
}

.bk-card-input:hover,
.bk-card-input:active {
    background-color: lightgrey;
}

.navbar {
    padding: 3px 10px 3px 10px;
}

.navbar-toggler {
    padding: 2px 10px 2px 10px;
}

.scrollable-menu {
    height: auto;
    max-height: calc(90vh - 300px);
    overflow-x: hidden;
}

@media (min-width: 768px) {
    .row.vertical-divider {
        overflow: hidden;
    }

    .row.vertical-divider>div[class^="col-"] {
        padding-bottom: 100px;
        margin-bottom: -100px;
        border-left: 1px solid rgba(0, 0, 0, .1);
    }

    .row.vertical-divider div[class^="col-"]:first-child {
        border-left: none;
    }

    .row.vertical-divider div[class^="col-"]:last-child {
        border-right: none;
    }

    .scrollable-menu {
        height: unset;
        max-height: unset;
        overflow-x: unset;
    }
}



.nav-link {
    padding: 4px;
}

.logo-img {
    max-height: 130px;
    transition: all 0.4s ease-in-out;
}

.logo-img:hover {
    filter: opacity(70%);
}

.link-anchor::before {
    content: '';
    display: block;
    height: 100px;
    margin-top: -100px;
    visibility: hidden;
}

h1 {
    font-size: 1.35rem;
}

h2 {
    margin-top: 1.5em;
    font-size: 1.2rem;
}

h3 {
    font-size: 1.1rem;
}

h4 {
    font-size: 1.05rem;
}

h5 {
    font-size: 1.0rem;
}

h6 {
    font-size: 1.00rem;
}



.red-link:link {
    color: #a50000;
}

.red-link:visited {
    color: #a50000;
}

.red-link:hover {
    color: #dd0000;
}

.red-link:active {
    color: #dd0000;
}


/* unvisited link */

a:not([class]):link {
    color: #a50000;
}


/* visited link */

a:not([class]):visited {
    color: #a50000;
}


/* mouse over link */

a:not([class]):hover {
    color: #dd0000;
}


/* selected link */

a:not([class]):active {
    color: #dd0000;
}

.bk-px-3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.bk-px-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.circ_loader {
    width: 1em;
    height: 1em;
    border: 0.2em solid #dc3545;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 0.7s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.percent_loader {
    position: relative;
    width: auto;
    font-size: 0.4em;
    margin-top: -6px;
    height: 6px;
    background-color: transparent;
}

.percent_loader div {
    background-color: tranparent;
    border-bottom-left-radius: 3px;
    max-width: 0%;
    animation: loader_animation_appear 1s ease-in-out forwards;
}

.percent_loader div div {
    background-color: rgba(0, 0, 0, 0.125);
    height: 6px;
    width: 0%;
}

@keyframes loader_animation_appear {
    from {
        max-width: 0%;
    }

    to {
        max-width: 100%;
    }
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}