/* Code block scrollbar */
pre {
  overflow-x: auto;
}

.empty_block {
    float:left;
    width:20px;
}
.empty_block:after {
    content: '\200b';
}

.header__container {
    margin: 0 auto;
}
/* Header */
.header {
    background: #000;
    position: sticky;
    top: 0;
    z-index: 2;
}
.header-nav {
    display: grid;
    grid-template-columns: auto auto;
}
.header-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
}
.header-menu a {
    color: #fff;
    margin: 1em;
    transition: .25s all ease;
}
.header-menu a:hover, .header a.active {
    color: #FD7F20;
}
.intro__text {
    font-size: 1.2em;
    padding-bottom: 1.2em;
}
.logo__link {
    position: relative;
}
.logo__imagebox {
    width: 100px;
    height: 100px;
}
.post {
    /*margin: 1em;*/
    padding-left: 2em;
    padding-right: 2em;
}

.deskfont18 {
    font-size: 18px;
}
.deskfont17 {
    font-size: 17px;
}
.deskfont16 {
    font-size: 16px;
}
.deskfont15 {
    font-size: 15px;
}
.deskfont14 {
    font-size: 14px;
}
.deskfont13 {
    font-size: 13px;
}
.deskfont12 {
    font-size: 12px;
}
.deskfont11 {
    font-size: 11px;
}
.deskfont10 {
    font-size: 10px;
}



@media screen and (max-width: 1000px) {
    .post {
        /*margin: 1em;*/
        padding-left: 0em;
        padding-right: 0em;
    }
}
@media screen and (max-width: 900px) {
    .header {
        position: relative;
    }
    .header-menu {
        text-align: left;
        padding-left: 140px;
    }
    .header-nav {
        grid-template-columns: auto;
    }
    .widget-subscribe {
        display: none;
    }
    /* preformatted code e.g. code blocks. Fix no scrollbar on mobile */
    pre {
        /*padding-left: -10px;*/
        display: block;
        overflow: auto;
    }
    code {
        display: block;
        vertical-align: baseline;
        /* Reduce odds of overflow on mobile */
        font-size: 0.9rem;
    }

    .mobfont18 {
        font-size: 18px;
    }
    .mobfont17 {
        font-size: 17px;
    }
    .mobfont16 {
        font-size: 16px;
    }
    .mobfont15 {
        font-size: 15px;
    }
    .mobfont14 {
        font-size: 14px;
    }
    .mobfont13 {
        font-size: 13px;
    }
    .mobfont12 {
        font-size: 12px;
    }
    .mobfont11 {
        font-size: 11px;
    }
    .mobfont10 {
        font-size: 10px;
    }
    .mobfont9 {
        font-size: 9px;
    }
    .mobfont8 {
        font-size: 8px;
    }
}

@media screen and (max-width: 767px) {
    .header-menu {
        text-align: center;
        padding-left: 0;
    }

    #lead-embed-title {
        font-size: 28px;
    }
}

@media screen and (max-width: 500px) {
    .yt-part-player {
        width: 40% !important;
    }

    .svg-full-width-mobile {
        width: 95% !important;
        margin-left: 0px !important;
    }
}
