﻿body {
}


@media (max-width: 991.98px) {
    .lntsoft-logo {
        width: 90px;
        height: 90px;
        background-image: url('../img/lntlogo.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 70px;
    }
}


@media (min-width: 992px) {
    .lntsoft-logo {
        width: 90px;
        height: 90px;
        background-image: url('../img/LNTlogo_S.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 70px;
    }
}
.sticky-top .lntsoft-logo {
    width: 203px;
    height: 90px;
    background-image: url('../img/LNTlogo_horizontal_color.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 203px;
}

    .lntsoft-name {
        padding-left: 15px;
        color: #ff9933;
    }


    .btn-learn-more {
        border: none;
        width: 40%;
    }

    .nav-header-text {
        background-color: #06A3DA;
        /* background-color:#2596be;*/
        color: #fff;
    }

        .nav-header-text a {
            color: #ffd800;
        }

            .nav-header-text a:hover {
                font-style: italic;
            }

        .nav-header-text h5 {
            color: #fff;
        }


    .data-analytic-toolkit img {
        max-width: 60%;
    }