/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
    }
    .dropdown>.dropdown-toggle:active {
        /*Without this, clicking will make it sticky*/
        pointer-events: none;
    }
}

h1, h2, h3, h4, h5 {
    font-family: 'Montserrat Alternates', sans-serif;
}

.headbg {
    background-color: #E21529;
}

.btn-search {
    color: #000 !important;
    background-color: #FED975 !important;
    border-color: #FED975 !important;
}

.recent-links {
    color: #000;
}

.recent {
    font-weight: bold;
}

.border-bottom {
    border-bottom: 1px solid #fefefe;
}

.category-badge {
    background-color: #E21529;
    color: #fff;
}

.footer {
    padding: 2.5rem 0;
    color: #fff;
    text-align: center;
    background-color: #E21529;
}

.current-pagination a {
    background: #FED975;
}

.tags a {
    background: #FED975;
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-right: 3px;
    margin-bottom: 3px;
}

.tags a {
    color: #E21529;
}

.tags a:hover {
    color: #E21529;
    text-decoration: none;
}

.list_contents {
    background: #f7f7f7;
    padding: 10px 0 10px 40px;
    border-radius: 10px;
}

.list_contents li {
    list-style-type: decimal;
}

.related-item img {
    margin-right: 10px;
}

.blog-post {
    max-width: 100%;
}

.blog-post img {
    max-width: 100%;
    display: block;
    margin: 2em auto;
}

h1 {
    font-size: 1.6em !important;
}

h2 {
    font-size: 1.5em !important;
}

h3 {
    font-size: 1.4em !important;
}

h4 {
    font-size: 1.3em !important;
}

h5 {
    font-size: 1.2em !important;
}

h5 {
    font-size: 1.1em !important;
}

h2.card-title {
    font-size: 1em !important;
}