:root {
    --lp-black: #1f1f1f;
    --lp-link: #808080;
    --lp-gray: #d4d2d5;
    --lp-main-height: calc(100vh - 160px);
}

/*@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/fonts/OpenSans-VariableFont_wdth,wght.ttf) format('truetype');
}*/

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 {
    margin-bottom: 60px;
    font-family: Open Sans;
    color: var(--lp-black);
}

.bg-gray {
    background-color: var(--lp-gray);
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: var(--lp-gray);
}

.text-opacity-90 {
    opacity: 0.9;
}

.carousel-item {
    height: var(--lp-main-height) !important;
    min-height: 100px;
    max-width: 100%;
    text-align: center;
}

    .carousel-item > img {
        height: 100%;
        max-width: 100%;
    }

main a {
    color: var(--lp-link);
    text-decoration: none;
}

    main a:hover {
        color: var(--lp-black);
        border-bottom: dotted 1px var(--lp-link);
    }

    main a[href=""], a:not([href]) {
        color: var(--lp-gray) !important;
    }

.btn-facebook {
    color: #fff;
    background-color: #1877F2;
    border-color: #004399;
}

.btn-facebook:hover {
    background-color: #258cfb;
}

.btn-x {
    color: #fff;
    background-color: #0f1419;
    border-color: #808080;
}

.btn-x {
    background-color: #2a323a;
}

.btn-facebook, .btn-x {
    font-size: .725rem;
}

.btn.btn-facebook:hover, .btn.btn-x:hover {
    color: #ededed;
}