﻿:root, [data-bs-theme=light] {
    --bs-primary: #0056cd !important;
    --bs-primary-rgb: 0, 86, 205 !important;
}
.page-header-image{display:none;}
.card.card-img-scale .img-scale {
    -webkit-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;
    -webkit-transform: scale(1.001) !important;
    transform: scale(1.001) !important;
}
.card.card-img-scale:hover .img-scale {
    -webkit-transform: scale(1.03) !important;
    transform: scale(1.03) !important;
}
.text-muted {
    margin-bottom:0 !important;
}
h1, .h1 {
    font-size: 2.6rem;
}
h2, .h2 {
    font-size: 2rem !important;
}
h3, .h3 {
    font-size: 1.38rem;
}
.input[type=email]{ border:none !important; background:red;}
.inside-article{ padding:0 !important;}
.pagination-primary-soft .page-link:hover {
    color: #fff !important;
    background-color: #488ff1 !important;
}
.bt-form-b {
    margin-top: -9rem !important;
    margin-bottom:0 !important;
}
.btn-wrap {
  width: 100%;
}

@media (min-width: 992px) {
  .btn-wrap {
    width: auto;
    min-width: 160px;
  }
}
@media only screen and (max-width: 768px) {
    .editionBlock .col-md-6 .editionsmall:last-child .mb-3 {
        margin-bottom: 1rem !important;
    }
}