html,
body {
    overflow-x: hidden;
    font-variant-numeric: lining-nums;
}

body {
    position: relative;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-style: normal;
}

header {
    background-color: #FFFFFF;
    color: black;
}

footer {
    min-width: 300px;
    background-color: #292e33;
    color: #FFFFFF;
}

footer a {
    color: #FFFFFF;
}

.icon-vk {
    background-color: black;
    -webkit-mask-image: url('/static/icons/vk.svg');
    mask-image: url('/static/icons/vk.svg');
    display: inline-block;
    height: 1rem;
    width: 1rem;
    scale: 1.4;
    margin-left: 3px;
    margin-right: 5px;
}

#btn-back-to-top {
    position: fixed;
    bottom: 1.5em;
    right: 1.5em;
    display: none;
    z-index: 100;
    height: 64px;
    width: 64px;
    border-radius: 50%;
    background-color: #858e99;
    border: none;
}

#btn-back-to-top:hover {
    background-color: #545960;
}

a {
    color: black;
    border-style: none;
    font-size: medium;
    letter-spacing: 1px;
    font-weight: 700;
    text-decoration: none;
}

.brand {
    font-size: large;
    font-weight: bold;
    margin: 0;
}

.text-first {
    font-size: small;
    font-weight: bold;
    color: black;
    border-style: none;
}

.text-second {
    font-size: small;
}

.btn-whatsapp {
        border-radius: 16px;
        --bs-btn-bg: #25D366;
        --bs-btn-border-color: #25D366;
}

.btn-whatsapp-circle{
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50% !important;
        min-height: 2.5rem;
        min-width: 2.5rem;
        font-size: large;
}

@media only screen and (min-width: 768px) {
    a {
        color: black;
        border-style: none;
        font-size: 1.25rem;
        letter-spacing: 1px;
        font-weight: 700;
        text-decoration: none;
    }

    .brand {
        font-size: x-large;
    }

    .text-first {
        font-size: medium;
        font-weight: bold;
    }

    .text-second {
        font-size: medium;
    }

    .btn-whatsapp-circle {
        min-height: 3rem;
        min-width: 3rem;
        font-size: x-large;
    }
}

.btn-secondary {
    border-radius: 16px;
    --bs-btn-color: #fff;
    --bs-btn-bg: #293033;
    --bs-btn-border-color: #293033;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
}
