/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
section#home-banner {
    margin: 0;
    padding: 206px 0 205px;
    background-color: #294a98;
    background-image: url('/templates/digiworks2025/images/frontbg.jpg');
    background-position: center;
    color: #fff;
}

.price.onl {background-color:#7AC142;color:#fff}
.price.nl {background-color:#e14f15;color:#fff}
.price.de {background-color:#267a9d;color:#fff}
.price.be {background-color:#000000;color:#fff}

section#home-banner h2 {
    margin: 0;
    padding: 0 25px 10px 25px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    font-weight: bolder;
}

.navbar-main {
    margin-bottom: 0;
    background-color: #1F4C9B;
    border: 0;
    min-height: 38px;
    font-family: Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
}

ul.top-nav>li.primary-action>a.btn {
    padding: 6px 15px;
    background-color: #1F4C9B;
    color: #fff;
    border-radius: 3px;
}

.home-shortcuts {
    margin: 0;
    background: #1f4c9c;
    color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
    color: #1F4C9B;
}

.navbar-main li.account {
    background-color: #416fbf;
}