/* Dev Additional Global Styles */

html {
    background: url(../img/ceva-php-main-bg.jpg) no-repeat;
    background-color: #171c4d;
    background-size: cover;
    min-height: 100vh;
}

.navbar-brand-text {
    color: #FFF;
}

.col-left {
    width: 100%;
}

.col-right {
    height: 100vh;
    padding: 0;
}

@media (min-width: 576px) {
    .col-left {
        background-image: url(../img/ceva-php-main-pigs.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (max-width: 1000px) {
    .col-left {
        display: none;
    }

    .col-right {
        margin-left: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        -webkit-box-flex: 1;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.applis-group .card {
    min-width: 15rem;
    max-width: 15rem !important;
}

@media (max-width: 576px) {
    .applis-group .card {
        min-width: 12rem;
    }
}
