/* 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;
    }
}

body {
    background-color: #EAEBEF !important;
}

h1, h2, h4, h4, h5 {
    font-family: 'Montserrat', sans-serif !important;
}

.top-bg {
    background-color: #fff;
}

.bg-color {
    background-color: #6DB8E2;
}

.btn-head {
    color: #fff !important;
    background-color: #566679 !important;
    border-color: #566679 !important;
}

.category-badge {
    background-color: #566679;
    color: #fff;
}

.widget-title {
    background: #6DB8E2;
    color: #fff;
    margin-bottom: 0px;
    padding: 10px 0;
    text-transform: lowercase;
}

.footer {
    padding: 2.5rem 0;
    text-align: center;
    background: #566679;
    color: #fff;
}

.current-pagination a {
    background: #6DB8E2;
    color: #fff;
}

.current-pagination a:hover {
    background: #566679;
    color: #fff;
}

.blog-post {
    max-width: 100%;
    background-color: #fff;
}

.blog-post img {
    max-width: 100%;
}

.widget-item {
    margin-bottom: 20px;
}

.tags-sidebar {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}

.widget-item img {
    margin-right: 8px;
}

.tags a {
    background: #6DB8E2;
    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;
}

.list_contents {
    background: #E2EFF6;
    padding: 10px 0 10px 40px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.list_contents li {
    list-style-type: decimal;
}

.table_of_contents {
    background: #E2EFF6;
}

.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;
}