﻿/* buttons */
.btn-primary {
    background-color: #9a1c1f !important;
    border: #9a1c1f solid !important;
}
.btn-primary:hover {
    border: #11becd solid !important;
    background-color: #11becd !important;
}

h1::first-letter {
    color: #9a1c1f;
}
h1 {
    border-bottom: 4px solid #9a1c1f;
}
h3::before {
    background: url(/images/menu/bg_marcom.png);
}
main .panel .btn-primary:hover {
    background-color: #9a1c1f !important;
    border: #9a1c1f 1px solid !important;
}

/* Content - Pagination */
.pagination .page-item.active .page-link {
    background-color: #9a1c1f;
    color: #fff;
}
