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;
}

.logo-img {
    width: 200px;
}

.btn-icon .bi {
    width: 1em;
    height: 1em;
}

.btn-icon .bi {
    display: inline-block;
    vertical-align: -0.125em;
    fill: currentcolor;
}

.credits-info {
    background-color: #F1F1F1;
    color: #A0A0A0;
    text-align: center;
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 11px !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1em;
}

    .credits-info .container, .credits-info .site-footer .container {
        padding-bottom: 0px
    }

    .credits-info svg {
        vertical-align: -0.25em;
        margin: 0 0.25em;
    }

        .credits-info svg#purelab_leaf {
            margin: 0px 3px -3px
        }

    .credits-info a {
        color: #A0A0A0 !important;
        text-decoration: none !important;
        font-weight: 400 !important
    }

        .credits-info a:hover {
            color: #333 !important
        }

    .credits-info #cdd > div {
        display: inline-block;
        margin: 0px 10px 3px 10px
    }

        .credits-info #cdd > div:last-child {
            margin-right: 0px
        }

@media only screen and (max-width: 979px) {
    .credits-info #cdd > div:last-child {
        margin-right: 10px
    }
}

.credits-info #cdd > div:first-child {
    margin-left: 0px
}

@media only screen and (max-width: 979px) {
    .credits-info #cdd > div:first-child {
        margin-left: 10px
    }
}

.credits-info #cdd > div > span, .credits-info #cdd > div span, .credits-info #cdd > div a {
    color: #A0A0A0 !important;
    transition: all 0.4s ease-in-out
}

.credits-info #cdd > div svg path {
    transition: all 0.4s ease-in-out
}

.credits-info #cdd > div:hover {
    color: #333 !important
}

    .credits-info #cdd > div:hover > span, .credits-info #cdd > div:hover span, .credits-info #cdd > div:hover a {
        color: #333 !important;
        text-decoration: none;
        transition: all 0.4s ease-in-out
    }

    .credits-info #cdd > div:hover svg#purelab_leaf path {
        fill: #333 !important
    }

@media only screen and (max-width: 979px) {
    .credits-info {
        text-align: center
    }
}
