*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body{
    padding: 0;
    margin: 0;
}

body{
    font-size: 18px;
    color: #111111;
    background: #F3F3F3 url("../images/bg.jpg") 50% 50% no-repeat fixed;
    background-size: cover;
    font-family: 'Poppins', sans-serif;
}

body::-webkit-scrollbar {
    width: 12px;
}
body::-webkit-scrollbar-track {
    background: #f2f2f2;
}
body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0,0,0, 0.5);
}

h1,h2,h3,h4,h5,h6{
    font-weight: 600;
    color: #111111;
    font-family: inherit;
    margin: 40px 0 20px 0;
    line-height: 1.4;
}

h1{
    font-size: 48px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}
h2{
    font-size: 36px;
}
h3{
    font-size: 30px;
}
h4{
    font-size: 20px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child{
    margin-top: 0;
}

.logo{
    margin-bottom: 15px;
}

.subtitle{
    font-size: 20px;
    margin: 15px 0 25px 0;
}

a{
    color: #CD8F69;
    text-decoration: none;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
a:hover{
    color: #CD8F69;
    text-decoration: underline;
}

strong{
    font-weight: 600;
    color: #CD8F69;
}

a.tap{
    display: inline-block;
    padding: 0 20px;
    margin: 0;
    line-height: 50px;
    color: #ffffff;
    text-decoration: none;
    opacity: 1;
    font-size: 15px;
    text-align: center;
    min-width: 200px;
    background-color: #CD8F69;
    border: 0;
    border-radius: 30px;
}
a.tap:hover{
    color: #ffffff;
    text-decoration: none;
    opacity: 0.85;
}

.tap.green{
    background-color: #82B440;
}
.tap.green:hover{
    background-color: #82B440;
}

hr{
    border: 0;
    background: rgba(0,0,0, 0.15);
    margin: 40px 0;
    height: 1px;
}

svg{
    display: inline-block;
    vertical-align: middle;
}

a.tap svg{
    position: relative;
    top: -1px;
    margin-right: 3px;
}

#wrapper{
    position: relative;
    padding-bottom: 120px;
}

.section{
    padding: 60px 0;
}

.container{
    max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
}

.content{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.docs{
    margin: 60px auto;
}
.docs h2,
.docs h3,
.docs h4{
    margin-top: 30px;
}



.content.left{
    text-align: left;
}

.description{
    margin: 20px auto 0 auto;
}

.text-center{
    text-align: center;
}

#settings{
    padding: 80px 0 30px 0;
}

#settings h4{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    margin: 0 0 5px 15px;
}

.flex-buttons{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

a.flex-btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    line-height: 36px;
    padding: 0 20px;
    min-width: 150px;
    border-radius: 0;
    background-color: #333333;
    text-align: center;
    text-transform: uppercase;
}
a.flex-btn:hover{
    background-color: #444444;
}
a.flex-btn.active{
    background-color: #CD8F69;
}

.flex-buttons > div:first-child a.flex-btn{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.flex-buttons > div:last-child a.flex-btn{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.copy{
    font-size: 13px;
    text-align: center;
    margin-top: 30px;
    color: #666666;
}

pre, code{
    font-size: 14px!important;
    max-height: 600px;
    overflow-y: auto;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-track {
    background: #f2f2f2;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0,0,0, 0.3);
}

pre{
    box-shadow: rgba(0,0,0, 0.15) 0 0 40px;
}

.grid{
    display: flex;
    align-items: center;
}
.grid > div:first-child{
    width: 160px;
    text-align: center;
}
.grid > div:last-child{
    width: calc(100% - 160px);
}

blockquote{
    margin: 30px 0;
    padding: 30px 20px;
    text-align: center;
    border-left: 4px solid #cccccc;
}





















code[class*="language-"],
pre[class*="language-"] {
    color: black;
    background: none;
    text-shadow: 0 1px white;
    font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
    font-size: 1em;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;

    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;

    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
    text-shadow: none;
    background: #b3d4fc;
}

pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
    text-shadow: none;
    background: #b3d4fc;
}

@media print {
    code[class*="language-"],
    pre[class*="language-"] {
        text-shadow: none;
    }
}

/* Code blocks */
pre[class*="language-"] {
    padding: 1em;
    margin: .5em 0;
    overflow: auto;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
    background: #f5f2f0;
}

/* Inline code */
:not(pre) > code[class*="language-"] {
    padding: .1em;
    border-radius: .3em;
    white-space: normal;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
    color: slategray;
}

.token.punctuation {
    color: #999;
}

.token.namespace {
    opacity: .7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
    color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
    color: #690;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
    color: #9a6e3a;
    /* This background color was intended by the author of this theme. */
    background: hsla(0, 0%, 100%, .5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
    color: #07a;
}

.token.function,
.token.class-name {
    color: #DD4A68;
}

.token.regex,
.token.important,
.token.variable {
    color: #e90;
}

.token.important,
.token.bold {
    font-weight: bold;
}
.token.italic {
    font-style: italic;
}

.token.entity {
    cursor: help;
}

pre[data-line] {
    position: relative;
    padding: 1em 0 1em 3em;
}

.line-highlight {
    position: absolute;
    left: 0;
    right: 0;
    padding: inherit 0;
    margin-top: 1em; /* Same as .prism’s padding-top */

    background: hsla(24, 20%, 50%,.08);
    background: linear-gradient(to right, hsla(24, 20%, 50%,.1) 70%, hsla(24, 20%, 50%,0));

    pointer-events: none;

    line-height: inherit;
    white-space: pre;
}

@media print {
    .line-highlight {
        /*
         * This will prevent browsers from replacing the background color with white.
         * It's necessary because the element is layered on top of the displayed code.
         */
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }
}

.line-highlight:before,
.line-highlight[data-end]:after {
    content: attr(data-start);
    position: absolute;
    top: .4em;
    left: .6em;
    min-width: 1em;
    padding: 0 .5em;
    background-color: hsla(24, 20%, 50%,.4);
    color: hsl(24, 20%, 95%);
    font: bold 65%/1.5 sans-serif;
    text-align: center;
    vertical-align: .3em;
    border-radius: 999px;
    text-shadow: none;
    box-shadow: 0 1px white;
}

.line-highlight[data-end]:after {
    content: attr(data-end);
    top: auto;
    bottom: .4em;
}

.line-numbers .line-highlight:before,
.line-numbers .line-highlight:after {
    content: none;
}

pre[id].linkable-line-numbers span.line-numbers-rows {
    pointer-events: all;
}
pre[id].linkable-line-numbers span.line-numbers-rows > span:before {
    cursor: pointer;
}
pre[id].linkable-line-numbers span.line-numbers-rows > span:hover:before {
    background-color: rgba(128, 128, 128, .2);
}

pre[class*="language-"].line-numbers {
    position: relative;
    padding-left: 3.8em;
    counter-reset: linenumber;
}

pre[class*="language-"].line-numbers > code {
    position: relative;
    white-space: inherit;
}

.line-numbers .line-numbers-rows {
    position: absolute;
    pointer-events: none;
    top: 0;
    font-size: 100%;
    left: -3.8em;
    width: 3em; /* works for line-numbers below 1000 lines */
    letter-spacing: -1px;
    border-right: 1px solid #999;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.line-numbers-rows > span {
    display: block;
    counter-increment: linenumber;
}

.line-numbers-rows > span:before {
    content: counter(linenumber);
    color: #999;
    display: block;
    padding-right: 0.8em;
    text-align: right;
}

@media (max-width: 767px) {
    .flex-buttons{
        display: block;
    }

    .flex-buttons > div:first-child a.flex-btn{
        border-radius: 12px 12px 0 0;
    }
    .flex-buttons > div:last-child a.flex-btn{
        border-radius: 0 0 12px 12px;
    }

    a.flex-btn{
        width: 100%;
        line-height: 40px;
        text-align: left;
        padding: 0 20px;
    }

    h1{
        font-size: 30px;
    }
    h2{
        font-size: 24px;
    }
    h3{
        font-size: 20px;
    }
    h4{
        font-size: 17px;
    }

    .logo img{
        max-width: 90px;
    }

    a.tap{
        line-height: 48px;
        min-width: 250px;
        font-size: 14px;
    }

    body{
        font-size: 16px;
    }

    #wrapper{
        padding-bottom: 40px;
    }

    .subtitle{
        font-size: 17px;
    }

    .grid{
        flex-wrap: wrap;
    }
    .grid > div{
        width: 100%!important;
    }
    .grid-image{
        margin-bottom: 15px;
    }


    blockquote{
        margin: 25px 0;
        padding: 20px 15px;
    }
}
