﻿.page-h1 {
    text-transform: none !important;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 800;
    line-height: 1.2;
    font-size: calc(1.375rem + 1.5vw) !important;
}

.page-hr {
    color: white;
    background: white;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-bottom: 0px;
    border-right: 0px;
    border-left: 0px;
    border-top: 1px solid white;
    width: 50% !important;
}


/* Coding Syntax Overrides */
code[class*=language-], pre[class*=language-] {
    color: #ccc;
    background: #1E1E1E;
    font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace;
    font-size: 14px !important;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5em;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

/* Comment color */
.token.block-comment, .token.cdata, .token.comment, .token.doctype, .token.prolog {
    color: #43A64A;
}

/*
.line-numbers-rows > span {
    display: block;
    counter-increment: linenumber;
    font-size: 14px !important;
} */

/* Callouts */
.callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

    .callout .h4 {
        margin-top: 0;
        margin-bottom: 5px;
        padding-left: 20px;
    }

    .callout .p:last-child {
        margin-bottom: 0;
    }

    .callout .code {
        border-radius: 3px;
    }

    .callout .bs-callout {
        margin-top: -5px;
    }

.callout-success {
    border-left-color: #5cb85c;
}

.callout-warning {
    border-left-color: #FFB634;
}

.callout-danger {
    border-left-color: #d9534f;
}