﻿.center {
    margin: 0 auto !important;
}

h3 {
    font-family: Roboto-Bold;
}

.breadcrumb {
    justify-content: center;
}

ol.wizard {
    font-family: Roboto-Light;
    color: #6c757d;
}

.wizard-active {
    color: black;
    display: block;
}

.icon-breadcrumb {
    margin-right: .5rem;
}

@media (max-width: 767px) {
    .breadcrumb-item {
        display: none !important;
    }
    .wizard-active {
        display: block !important;
    }
}

@media (max-width: 767px){
    .center-sm {
        text-align: center !important;
    }
}