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%;
}

header {
    min-height: 200px;
    background-image: url(/images/background.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

dl#modalita-consultazione > div {
    flex-basis: 33%;
}

dl#modalita-consultazione > div > dt > img {
    display: block;
    margin: 0px auto;
    margin-bottom: 5px;
}

#screenshot-container {
    overflow: hidden;
    max-height: 30vh;
    position: relative;
}

#screenshot-container > a {
    display: inline-block;
    position: relative;
    bottom: -1.5rem;
}

#screenshot-container > a > img.screenshot {
    box-shadow: var(--bs-box-shadow);
    width: 100%;
    transition: all 0.3s ease-in-out;
}

#screenshot-container > a:hover > img.screenshot {
    box-shadow: none !important;
    transform: scale(.98);
}

@media (min-width: 768px) {
    #screenshot-container > a > img.screenshot {
        box-shadow: var(--bs-box-shadow-lg);
        max-width: 700px;
    }
}

.stimatrix-social {
    font-size: 24px;
}

/*Footer*/

footer {
    white-space: nowrap;
    line-height: 60px;
}
