:root {
    --bs-body-font-family: "Open Sans", Verdana, Arial, sans-serif;
    --desktop-hero-bg: url(../img/desktop-hero.jpg);
    --tablet-hero-bg: url(../img/tablet-hero.jpg);
    --hero-bg: var(--tablet-hero-bg);
}

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    padding-top: 66px;
    margin-bottom: 60px;
}

.btn-cta {
    font-size: 0.75rem;
}

section.index-hero {
    background: var(--hero-bg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

section.index-process .container .bi {
    font-size: 60px;
    color: var(--bs-info);
}

header .link-logo .text {
    font-size: 28px;
    font-weight: 900;
    color: #45446D;
    margin-left: 10px;
}

@media (min-width: 768px) {
    section .index-hero {
        --hero-bg: var(--tablet-hero-bg);
    }
}

@media (min-width: 992px) {
    section.index-hero {
        --hero-bg: var(--desktop-hero-bg);
    }
}
