/* 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;
    }
}

.nav-border {
    border-bottom: 3px solid #6616A9;
}

.logotype {
    font-size: 30px !important;
    font-weight: bold !important;
    font-family: 'Russo One', sans-serif;
}

.violet {
    color: #fff !important;
    background-color: #6616A9 !important;
    border-color: #6616A9 !important;
}

.news-item {
    -webkit-box-shadow: 0 0px 0px rgba(255, 255, 255, 0.12), 0 0px 60px rgba(165, 153, 153, 0.24);
    box-shadow: 0 0px 0px rgba(255, 255, 255, 0.12), 0 0px 60px rgba(165, 153, 153, 0.24);
    margin-bottom: 20px;
    border: 1px solid #e0b8d2;
    cursor: pointer;
    position: relative;
}

.cat-title {
    padding: 5px 15px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #da401e26;
    background: #38006b;
    font-family: 'Jura', sans-serif !important;
}

.cat-color {
    color: #F5274A !important;
}

.title-color a {
    color: #38006b !important;
    font-family: 'Jura', sans-serif !important;
}

.sidebar {
    border-bottom: 1px solid #38006b;
}

.footer {
    padding: 2.5rem 0;
    text-align: center;
    border-top: 3px solid #6616A9;
}

.current-page a {
    background-color: #6616A9 !important;
    color: #fff;
}

.current-page a:hover {
    color: #F5274A !important;
}

.tags-sidebar {
    font-size: 75%;
}

.recent img {
    margin-right: 5px;
}

.tags a {
    background: #38006B;
    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: #f7f7f7;
    border: 1px solid rgba(0, 0, 0, .125);
    padding: 10px 0 10px 40px;
    border-radius: 10px;
}

.list_contents li {
    list-style-type: decimal;
}

.related-posts 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;
}