h1 {
    font-size: 1.8rem;
    font-weight: bold;
}

h2 {
    font-size: 1.6rem;
    font-weight: bold;
}

h3 {
    font-size: 1.4rem;
    font-weight: bold;
}

h4 {
    font-size: 1.4rem;
    font-weight: normal;
}

h5 {
    font-size: 1.2rem;
    font-weight: bold;
}

h6 {
    font-size: 1.2rem;
    font-weight: normal;
}

.jk-main img {
    max-width: 100%;
}

.jk-logo img {
    border-radius: 1rem;
}

.jk-top {
    height: 30vw;
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    max-height: 250px;
    border-radius: 1rem 1rem 0 0;
}

.jk-sm-dates {
    border-radius: 0 0 1rem 1rem;
    padding: .2rem .5rem .2rem 1rem;
}

.jk-logo {
    position: absolute;
    bottom: .5rem;
    right: .5rem;
    top: .5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.navbar-toggler {
    border-radius: .5rem;
}

.jk-logo img {
    height: 100%;
    max-height: 218px;
}

.jk-site-title {
    position: absolute;
    left: 1rem;
    bottom: .5rem;
    right: 30vw;
    font-weight: bold;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .8);
    font-size: 1.1rem;
    line-height: 1.3rem;
}



.jk-nav {
    padding: 0;
    display: block;
}

.jk-menu {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-grow: 1;
}

.jk-menu-item {
    display: block;
    list-style: none;
    margin: 0 0 .5rem 0;
    padding: .5rem 1rem;
    border-radius: .5rem;
}

.jk-sponsors {
    text-align: center;
}

.jk-sponsor {
    margin: 1.5rem 0;
}

.jk-sm-sponsors {
    text-align: center;
    border-top: 1px solid #eeeeee;
    margin-top: 3rem;
    padding: 0;
}

.jk-sm-sponsors:empty {
    display: none;
}

.jk-sm-sponsors .jk-sponsor {
    display: block;
    margin: 1.5rem 2rem;
}

.jk-menu-link {
    display: block;
}

.jk-menu-link:hover {
    text-decoration: none;
}

.jk-menu-item:hover {
    box-shadow: 0 2px 5px rgba(150, 150, 150, .5);
}

.jk-menu-item.active {
    font-weight: 600;
}

.navbar-collapse {
    flex-direction: column;
    align-items: stretch;
}

body.cke_editable {
    margin: 2rem;
}

@media (min-width: 400px) {
    .jk-site-title {
        font-size: 1.3rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 576px) {
    .jk-logo {
        bottom: 1rem;
        top: 1rem;
        right: 1rem;
    }

    .jk-site-title {
        bottom: 1rem;
    }

    .jk-site-title1, .jk-site-title2, .jk-site-title3 {
        font-size: 1.5rem;
        line-height: 1.8rem;
    }
}

.news_date {
    color: #666;
    font-size: .9rem;
    margin-bottom: .5rem;
}

.news_item {
    padding-bottom: .2rem;
    border-bottom: 1px solid #eee;
    margin-bottom: 1rem;
}

.news_item h4:first-child {
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 0;
}

.morelink {
    font-weight: bold;
    display: block;
}

@media (min-width: 720px) {
    .jk-sm-sponsors .jk-sponsor {
        display: inline-block;
    }
}

@media (min-width: 992px) {
    .jk-top {
        max-height: 330px;
        border-radius: 1rem;
    }

    .jk-nav-col {
        order: 2;
    }

    .jk-site-title {
        bottom: 1.5rem;
    }
}