.uk-sticky,
.uk-offcanvas-bar {
    background: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

.uk-offcanvas-bar a {
    color: #222 !important;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
    background: #fff;
    margin: 0 auto;
}

.uk-navbar-item,
.uk-navbar-nav>li>a,
.uk-navbar-toggle {
    min-height: 60px;
}

.logo {
    height: 30px;
}

.heading-line {
    position: relative;
}

.heading-line:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    top: 50%;
    position: absolute;
}

.heading-line h2 {
    font-size: 74px;
    text-transform: uppercase;
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0 40px;
    margin-left: 80px;
}

/* --- */

.uk-modal-full {
    background: #fff;
}

a {
    color: #333;
}

h3 {
    margin-top: 20px;
}

*+.uk-grid-margin,
.uk-grid+.uk-grid,
.uk-grid>.uk-grid-margin {
    margin-top: 0;
}

.uk-totop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99;
}

.divider-nav {
    border-top: 1px solid #e5e5e5;
    border-top-color: #e5e5e5 !important;
}

.article2_title {
    margin: 0 auto;
}

.uk-label {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%);
}

.desc {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translate(-50%);
    background: cornsilk;
    padding: 10px;
    border-radius: 4px;
    width: 140px;
    font-size: 14px;
}

.art_link {
    color: #39f;
}

.magazine {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
    margin-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
}

.magazine img {
    max-width: 60px;
}

.art-credits {
    margin-bottom: 20px;
    gap: 10px;
}

.art-credits p {
    margin: 0;
}

.cat_desc {
    width: 800px;
    margin: 0 auto;
}

.cat_desc a {
    color: #1e87f0;
    text-decoration: underline;
}

.uk-dropcap::first-letter,
.uk-dropcap>p:first-of-type::first-letter {
    line-height: 0.86;
}

.b300-250 {
    display: none;
}

@media only screen and (max-device-width: 959px) {
    h3 {
        margin-top: 0;
    }

    .heading-line h2 {
        font-size: 60px;
        margin-left: 40px;
    }

    .cat {
        max-width: calc(100% + 30px);
        width: calc(100% + 30px);
    }

    .logo_pc {
        display: none;
    }

    .logo_mob {
        display: flex;
    }

    .navbar1 {
        box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    }

    .navbar2,
    .article_right_block {
        display: none;
    }

    *+.uk-grid-margin,
    .uk-grid+.uk-grid,
    .uk-grid>.uk-grid-margin {
        margin-top: 30px;
    }

    .b300-600 {
        display: none;
    }

    .b300-250 {
        display: block;
    }
}

@media only screen and (max-device-width: 959px) {
    .cat_desc {
        width: 600px;
    }
}

@media only screen and (max-device-width: 639px) {
    .heading-line h2 {
        font-size: 40px;
        margin-left: 20px;
        padding: 0 20px;
    }

    .footer-subnav {
        flex-direction: column;
        align-items: flex-start;
        margin: 0;
        margin-bottom: 10px;
    }

    .uk-subnav-divider>::before {
        display: none;
    }

    .uk-subnav>* {
        padding: 0;
    }

    .hide-640 {
        display: none;
    }

    .cat_desc {
        width: 100%;
    }
}

@media only screen and (max-device-width: 425px) {
    .article_remove_pad_hor {
        padding-left: 0;
        padding-right: 0;
    }

    .uk-button {
        padding: 0 10px;
        font-size: 12px;
        line-height: 28px;
    }

    .logo {
        height: 20px;
    }
}