@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.navbar-nav .nav-link {
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    font-weight: 500;
}

.navbar-nav .nav-link.active {
    border-bottom: 1px solid var(--bs-dark) !important;
    font-weight: 700;
}

.main {
    min-height: 75vh;
}

.hero-bg {
    background-image: url(/images/labi-background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

img {
    user-drag: none; /* Safari/Chrome */
    -webkit-user-drag: none; /* For WebKit browsers */
    user-select: none; /* Prevents selecting image text */
    pointer-events: none; /* (optional) disables mouse interaction */
}

.btn-menu:active {
    box-shadow: 0 0 2px 5px rgba(0, 0, 0, 0.25);
    outline: none;
}

.btn-close,
.no-outline {
    outline: none !important;
    box-shadow: none !important;
}

.side-menu .active {
    font-weight: 700;
}

/*.footer {
    background-color: var(--bs-dark);
    color: #fff;
    font-size: .8rem;
    padding: 5rem 0 2rem;
}*/