.pageDefault {
    background-size: contain;
    background-repeat: no-repeat;
}


@media (max-width: 1199px) {
    .PageDefault {
        background-size: auto;
        background-repeat: no-repeat;
    }
}

body {
    background-color: #e6f0f9;
}


.breadcrumb li.active a {
    color: white;
}