.color-red {
    color: #dc3545;
}

header {
    position: relative;
}

header .background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../images/header.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    opacity: 0.4;
}

.navbar .info-item {
    display: flex;
    align-items: center;
}

.navbar .info-item .text,
footer .footer-container .text {
    display: flex;
    flex-direction: column;
}

.navbar .info-item .text .sub-text {
    font-size: 0.9em;
}

footer .footer-container {
    display: flex;
    align-items: center;
}

@media (min-width: 576px) {
    footer .footer-container .d-sm-block {
        display: flex!important;
    }
}

@media (max-width: 575.98px) {
    footer .footer-container {
        justify-content: center;
    }
}

.navbar .logo,
footer .footer-container .logo {
    max-height: 100px;
}

footer .footer-container .text {
    flex: 1;
    align-items: flex-end;
}

.carousel-control-next,
.carousel-control-prev {
    filter: invert(100%);
}

.carousel-control-prev {
    margin-left: -100px;
}

.carousel-control-next {
    margin-right: -100px;
}

.custom-card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .custom-card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .custom-card-deck .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}
