body{
    font-size: 14px;
/*     padding-left: 80px;
 */}
/* 
body::before{
    position: fixed;
    top: 0;
    left: 0;
    content: '';
    width: 80px;
    height: 100vh;
    background: #003;
}
 */
body.is-dark::before{
    background: #fff;
}

a.open-nav{
    bottom: calc(50vh - 24px);
    left: 16px;
    right: auto;
}

a.open-nav::before{
    content: 'MENU';
    font-family: 'Montserrat-Bold';
    color: #fff;
    position: absolute;
    top: 4px;
    left: 8.5px;
    font-size: .7em;
}

body.is-dark a.open-nav::before{
    color: #003;
}

a.fb-msg{
    bottom: 24px;
    right: 15px;
}

a.fb-msg img{
    width: 72px;
    height: 72px;
}

.logo{
    display: none;
}

.logo-isotype{
    display: block;
    position: fixed;
    left: 12px;
    top: 24px;
}

.logo-isotype img{
    width: 57px;
    height: 29px;
    object-fit: contain;
}

.logo-slogan{
    margin-top: 24px;
}

section.bg-dark{
    overflow-y: hidden;
}

.banner.banner-2 .ball-1{
    width: 392px;
    height: 392px;
}

.banner.banner-2 .ball-2, 
.banner.banner-2 .ball-3{
    top: 0;
    width: 298px;
    height: 298px;
    left: -298px;
}

.banner.banner-2 .ball-3{
    left: auto;
    right: -298px;
}

nav .logo{
    display: block;
    position: fixed;
    top: 24px;
    left: 16px;
    width: 101px;
    height: 51px;
    object-fit: contain;
}

a.close-nav{
    bottom: calc(50vh - 24px);
    right: auto;
    left: 16px;
}

/* ul.menu{
    padding-left: 205px;
    padding-right: 125px;
    margin: 0;
}

ul.menu li{
    position: relative;
    justify-content: flex-start;
}

ul.menu li.active{
    padding-left: 20px;
}

ul.menu li img{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 43vw;
    max-width: 670px;
    height: auto;
} */

/* nav{
    display: flex;
    justify-content: center;
    align-items: center;
}

nav .socials{
    position: fixed;
    bottom: 48px;
    right: 45px;
    justify-content: flex-end;
}

nav header{
    position: absolute;
    top: 0;
} */

.go-down{
    display: block;
    position: fixed;
    left: 15px;
    bottom: 24px;
    animation: move 1.3s ease infinite;
}

@keyframes move{
    from{
        transform: translateY(-10px);
    }
    to{
        transform: translateY(10px);
    }
}

.post-content img{
    /* min-width: 346px; */
    min-width: 100%;
}

.go-external-home{
    top: 30px;
    right: 125px;
}

.post-info-wrap .post-thumbnail{
    left: 125px;
    width: calc(100% - 125px*2);
}

.post-content{
    width: calc(100% - 18px*2);
    margin-left: 18px;
}

ul.filter-to-scroll li{
    min-width: 180px;
}

.go-back{
    top: 36px;
    left: 205px;
}

.post-author img{
    width: 55px;
    height: 55px;
}

.post-author p{
    width: calc(100% - 62px);
}

.l-d-mode{
    top: 36px;
}

.l-d-mode::before{
    top: 3px;
    left: -110px;
}

.l-d-mode.active::before{
    left: -124px;
}

.category .icon{
    width: 64px;
    height: 64px;
}

.category h5{
    height: 64px;
    justify-content: center;
}

.post-info-author{
    max-width: calc(100%/3);
}

ul.filter-to-scroll.fixed{
    left: 205px;
    width: calc(100% - 205px - 125px);
    padding-top: 20px;
}

.next-to-fixed{
    margin-top: 150px;
}