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