/* 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: 'Ubuntu', sans-serif;
}

h1 {
    font-size: 1.8rem!important;
}

.top-bg {
    background: linear-gradient(to top, #ddd, #fff);
}

.bg-color {
    background: #193647;
}

.btn-head {
    background: #C90C0F!important;
}

.tags a {
    background: #C90C0F;
    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: #fff;
}

.tags a:hover {
    color: #fff;
    text-decoration: none;
}

.widget-title {
    border-bottom: 2px solid #193647;
}

.widget-item {
    padding-bottom: 30px;
}

.widget-list-item {
    border: none!important;
}

.widget-item .media {
    padding-bottom: 20px;
}

.footer {
    padding: 1rem 0;
    text-align: center;
    background: #83A846;
    color: #000;
    border-top: 10px solid #193647;
    background: linear-gradient(to bottom, #ddd, #fff);
}

.current-pagination a {
    background: #193647;
    color: #fff;
}

.list_contents {
    background: #EAF7FF;
    padding: 10px 0 10px 40px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.list_contents li {
    list-style-type: decimal;
}

.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;
}