body {
    font-family: 'PFDinTextCompPro';
    background-color: #fff;
}

.bg-light {
    background-color: #fff!important;
}



#carouselExampleIndicators {
    padding-top: -50px;
    margin-top: -50px;
}

.nav-link {
    color: #359dd8;
}

.nav-item {
    color: #000000;
    font-size: large;
}

.nav-tabs .nav-link {
    color: #012b54;
}

.nav-fill .nav-item .active {
    background-color: #012b54;
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
}

h1, h2, h3, h4, h5 {
    color: #2a2a20;
}

p, a, li, label, td, th {
    color: #2a2a20;
}

p {
    text-align: justify;
}

a {
    text-decoration: underline;
}


footer {
    background-color: #012b54;
    color: #ffffff;
}

.footer {
    color: #e9f5ff;
    text-decoration: none;
}

a.footer:hover {
    color: #e9f5ff;
    text-decoration: underline;
}
.hp {
    display: none;
}


.btn-primary {
    background-color: #012b54;
    border: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:after, .btn-primary:active {
    background-color: #012b54;
    border: none;
}

.row-striped:nth-of-type(odd){
    background-color: #efefef;
    border-left: 4px #012b54 solid;
}

.row-striped:nth-of-type(even){
    background-color: #ffffff;
    border-left: 4px #efefef solid;
}

.row-striped {
    padding: 15px 0;
}

.badge-secondary {
    background-color: #012b54;
}

@media (max-width: 1000px) {
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }
}

@media (min-width: 1000px) {
    .mobile {
        display: none;
    }

    .desktop {
        display: block;
    }
}

body {
    background-image: url('/skin/wcec/assets/img/bg.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}