﻿h1 {
    font-size: 52px;
    font-weight: 300;
}

h2 {
    font-size: 46px;
    font-weight: 200;
}

h3 {
    color: #F3A712;
    font-size: 25px;
    font-weight: 200;
    font-style: italic;
}

h4 {
    color: #F3A712;
    font-size: 40px;
    font-weight: 200;
}

.navbar.lineris-theme.footer,
.header.lineris-theme {
    background-color: #38424E;
    color: #F3A712;
}

.navbar.lineris-theme.menu {
    font-size: 1.5em;
}

.navbar.lineris-theme.footer a {
    color: #F3A712;
    text-decoration: none;
}

    .navbar.lineris-theme.footer a:visited {
        color: #F3A712;
    }

    .navbar.lineris-theme.footer a:hover {
        color: #F3A712;
        text-decoration: none;
    }

    .navbar.lineris-theme.footer a:active {
        color: #F3A712;
    }

.navbar.lineris-theme.menu {
    background-color: #FFFFFF;
    color: #38424E;
}

    .navbar.lineris-theme.menu a.nav-link {
        color: #38424E;
        text-decoration: none;
    }

        .navbar.lineris-theme.menu a.nav-link:hover {
            color: #F3A712;
            text-decoration: none;
        }

        .navbar.lineris-theme.menu a.nav-link.active {
            color: #F3A712;
            text-decoration: none;
        }

            .navbar.lineris-theme.menu a.nav-link.active:hover {
                color: #F3A712;
                text-decoration: none;
            }

.navbar-toggler.lineris-theme {
    background-color: #F3A712;
    color: #38424E;
}

.lineris-logo {
    height: 40px;
}

.nav-pills .nav-link.active {
    background-color: #DDDDDD;
    color: #38424E;
    border-radius: 0px;
    /* color: #F3A712;*/
    /*color: #F1FEC6;*/
    /*background-color: #3B8EA5*/
}

.nav-pills .nav-link {
    color: #38424E;
}

.btn {
    border-radius: 3px;
}

.bg-primary {
    background-color: #F3A712 !important;
    color: #38424E !important;
    border: 1px solid #F3A712 !important;
}

.bg-secondary {
    background-color: #38424E !important;
    color: #F3A712 !important;
    border: 1px solid #38424E !important;
}

.btn-primary {
    background-color: #F3A712;
    color: #38424E;
    border: 1px solid #F3A712;
}

.btn-outline-primary {
    background-color: #EEEEEE;
    color: #38424E;
    border: 1px solid #F3A712;
}

    .btn-primary:active,
    .btn-outline-primary:active {
        background-color: #F3A712;
        color: #38424E;
    }

    .btn-primary:hover,
    .btn-outline-primary:hover {
        background-color: #38424E;
        border-color: #38424E;
        color: #FFFFFF;
    }

    .btn-primary:focus,
    .btn-outline-primary:focus {
        background-color: #F3A712;
        border-color: #F3A712;
        color: #38424E;
    }

.btn-secondary {
    background-color: #38424E;
    color: #F3A712;
    border: 1px solid #38424E;
}

    .btn-secondary:active {
        background-color: #38424E;
        border-color: #38424E;
        color: #F3A712;
    }

    .btn-secondary:hover {
        background-color: #F3A712;
        border-color: #F3A712;
        color: #38424E;
    }

    .btn-secondary:focus {
        background-color: #38424E;
        border-color: #38424E;
        color: #F3A712;
    }

/* Grids, Tables ----------------------- begin */
.table.table-striped {
    background-color: #FFFFFF;
}

    .table.table-striped .lineris-theme {
        background-color: #F3A712;
        color: #38424E;
    }

.selected-table-row {
    background-color: #F3A712;
    color: #38424E;
}

.table.table-striped .btn.grid span {
    font-size: 1em;
}

.page-item > .page-link {
    color: #38424E;
}

.page-item.active > .page-link {
    background-color: #38424E;
    border-color: #38424E;
}

.page-item.active a {
    color: #F3A712;
}

/* Grids, Tables ----------------------- end */

.autocomplete-li-selected {
    background-color: #F1FEC6;
}

/* Hero Section */
.hero-section {
    /*
    background-image: url('../images/Logo_Lineris_Charcoal_Marigold.png');
    background-size: contain;
    background-position: bottom;
    padding: 20px 0 160px 0;
    */
    color: #38424E;
}

    .hero-section h1 {
        font-size: 3rem;
        margin-bottom: 20px;
    }

    .hero-section p {
        font-size: 1.25rem;
        margin-bottom: 10px;
    }

    .hero-section .btn-primary {
        background-color: #007bff;
        border-color: #007bff;
    }

/* Features Section */
.features-section {
    background-color: #f8f9fa;
}

.icon-feature {
    font-size: 3rem;
    color: #F3A712;
}

.features-section h5 {
    margin-top: 15px;
    margin-bottom: 10px;
}

/* Contact Section */
.contact-section {
    background-color: #fff;
}

.lineris-header-text {
    color: #F3A712;
}

/* cards */
.card-header {
    background-color: #ddd;
}

a.card-shadow {
    transition: box-shadow 0.2s ease-in-out;
    text-decoration: none;
}

    a.card-shadow:hover {
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
        background-color: #FCFCFC;
    }
