h1, h2, h3, h4, h5{
    font-family: utopia-std, serif !important;
}

.content {
    font-family: source-sans-pro, sans-serif;
}

.logo{
    font-size: 1.5em;
    color: #bc0031;
}

.scan-info {
    position: absolute;
    top: 2em;
    margin-top: 2em;
}


@media (max-width: 575px) {
    .scan-info {
        position: relative !important;
    } 
} 

.scan-info .card-body {
    display: inline-block;
}

.card-footer {
    min-height: 3.4rem;
}

.inactive {
    opacity: 0.5;
    filter: grayscale(1);
}


.banner-uva{
    background-color: #bc0031 !important;
    color: white;
}

.banner-hva{
    background-color: rgb(53, 31, 183) !important;
    color: white;
}

.btn-uva-action{
    background-color: #bc0031 !important;
    color: white;
}

.btn-uva-action:hover{
    background-color: #96052c !important;
    color: white;
    border-color: white;
}

.btn-hva-action{
    background-color: rgb(53, 31, 183) !important;
    color: white;
}

.btn-hva-action:hover{
    background-color:rgb(243, 82, 121) !important;
    color: white;
    border-color: white;
}

.hva-icon{
    color: rgb(53, 31, 183)  !important;
}

.uva-icon{
    color: #bc0031 !important;
}

.modal-header.uva-red {
    color: #fff;
    background-color:  #96052c !important;
  }