
:root{
    --ifm-dark-value:10%;
    --ifm-darker-value:15%;
    --ifm-darkest-value:30%;
    --ifm-light-value:15%;
    --ifm-lighter-value:30%;
    --ifm-lightest-value:50%;
    --ifm-color-primary:#37D4B4;
    --ifm-color-primary-dark:#29A78D;
    --ifm-color-primary-darker:#1F8570;
    --ifm-color-primary-darkest:#1F846F;
    --ifm-color-primary-light:#37D4B4;
    --ifm-color-primary-lighter:#37D4B4;
    --ifm-color-primary-lightest:#37D4B4;
    --ifm-color-secondary:#D4AF37;
    --ifm-color-secondary-dark:#8D7421;
    --ifm-color-secondary-darker:#8D7421;
    --ifm-color-secondary-darkest:#8D7421;
    --ifm-color-secondary-light:#D4AF37;
    --ifm-color-secondary-lighter:#D4AF37;
    --ifm-color-secondary-lightest:#f5D4AF37f6f8;
    --ifm-color-success:#00a400;
    --ifm-color-success-dark:#009400;
    --ifm-color-success-darker:#008b00;
    --ifm-color-success-darkest:#007300;
    --ifm-color-success-light:#26b226;
    --ifm-color-success-lighter:#4dbf4d;
    --ifm-color-success-lightest:#80d280;
    --ifm-color-info:#54c7ec;
    --ifm-color-info-dark:#4cb3d4;
    --ifm-color-info-darker:#47a9c9;
    --ifm-color-info-darkest:#3b8ba5;
    --ifm-color-info-light:#6ecfef;
    --ifm-color-info-lighter:#87d8f2;
    --ifm-color-info-lightest:#aae3f6;
    --ifm-color-warning:#ffba00;
    --ifm-color-warning-dark:#e6a700;
    --ifm-color-warning-darker:#d99e00;
    --ifm-color-warning-darkest:#b38200;
    --ifm-color-warning-light:#ffc426;
    --ifm-color-warning-lighter:#ffcf4d;
    --ifm-color-warning-lightest:#ffdd80;
    --ifm-color-danger:#fa383e;
    --ifm-color-danger-dark:#e13238;
    --ifm-color-danger-darker:#d53035;
    --ifm-color-danger-darkest:#af272b;
    --ifm-color-danger-light:#fb565b;
    --ifm-color-danger-lighter:#fb7478;
    --ifm-color-danger-lightest:#fd9c9f;
    --ifm-color-white:#fff;
    --ifm-color-black:#000;
    --ifm-color-gray-0:var(--ifm-color-white);
    --ifm-color-gray-100:#f5f6f7;
    --ifm-color-gray-200:#ebedf0;
    --ifm-color-gray-300:#dadde1;
    --ifm-color-gray-400:#ccd0d5;
    --ifm-color-gray-500:#bec3c9;
    --ifm-color-gray-600:#8d949e;
    --ifm-color-gray-700:#606770;
    --ifm-color-gray-800:#444950;
    --ifm-color-gray-900:#1c1e21;
    --ifm-color-gray-1000:var(--ifm-color-black);
    --ifm-color-emphasis-0:var(--ifm-color-gray-0);
    --ifm-color-emphasis-100:var(--ifm-color-gray-100);
    --ifm-color-emphasis-200:var(--ifm-color-gray-200);
    --ifm-color-emphasis-300:var(--ifm-color-gray-300);
    --ifm-color-emphasis-400:var(--ifm-color-gray-400);
    --ifm-color-emphasis-500:var(--ifm-color-gray-500);
    --ifm-color-emphasis-600:var(--ifm-color-gray-600);
    --ifm-color-emphasis-700:var(--ifm-color-gray-700);
    --ifm-color-emphasis-800:var(--ifm-color-gray-800);
    --ifm-color-emphasis-900:var(--ifm-color-gray-900);
    --ifm-color-emphasis-1000:var(--ifm-color-gray-1000);
    --ifm-color-content:var(--ifm-color-emphasis-900);
    --ifm-color-content-inverse:var(--ifm-color-emphasis-0);
    --ifm-color-content-secondary:#606770;
    --ifm-background-color:transparent;
    --ifm-background-surface-color:var(--ifm-color-content-inverse);
    --ifm-global-border-width:1px;
    --ifm-global-radius:0.4rem;
    --ifm-hover-overlay:rgba(0,0,0,0.05);
    --ifm-font-base-color:var(--ifm-color-content);
    --ifm-font-base-color-inverse:var(--ifm-color-content-inverse);
    --ifm-font-secondary-color:var(--ifm-color-content-secondary);
    --ifm-font-family-base:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --ifm-font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --ifm-font-size-base:15px;
    --ifm-font-weight-light:300;
    --ifm-font-weight-normal:400;
    --ifm-font-weight-semibold:500;
    --ifm-font-weight-bold:600;
    --ifm-font-weight-base:var(--ifm-font-weight-normal);
    --ifm-line-height-base:1.5;
    --ifm-global-spacing:1rem;
    --ifm-spacing-vertical:var(--ifm-global-spacing);
    --ifm-spacing-horizontal:var(--ifm-global-spacing);
    --ifm-transition-fast:200ms;
    --ifm-transition-slow:400ms;
    --ifm-global-shadow-lw:0 1px 2px 0 rgba(0,0,0,0.1);
    --ifm-global-shadow-md:0 5px 40px rgba(0,0,0,0.2);
    --ifm-global-shadow-tl:0 12px 28px 0 rgba(0,0,0,0.2),0 2px 4px 0 rgba(0,0,0,0.1);
    --ifm-z-index-dropdown:100;
    --ifm-z-index-fixed:200;
    --ifm-z-index-overlay:400;
    --ifm-container-width:1140px;
    --ifm-code-background:var(--ifm-color-emphasis-100);
    --ifm-code-border-radius:var(--ifm-global-radius);
    --ifm-code-color:var(--ifm-color-emphasis-900);
    --ifm-code-font-size:85%;
    --ifm-code-padding-horizontal:0.4rem;
    --ifm-code-padding-vertical:0.2rem;
    --ifm-pre-background:var(--ifm-color-emphasis-100);
    --ifm-pre-border-radius:var(--ifm-code-border-radius);
    --ifm-pre-color:inherit;
    --ifm-pre-line-height:1.45;
    --ifm-pre-padding:1rem;
    --ifm-heading-color:inherit;
    --ifm-heading-margin-top:0;
    --ifm-heading-margin-bottom:var(--ifm-spacing-vertical);
    --ifm-heading-font-family:inherit;
    --ifm-heading-font-weight:var(--ifm-font-weight-bold);
    --ifm-heading-line-height:1.25;
    --ifm-h1-font-size:3rem;
    --ifm-h2-font-size:2.6rem;
    --ifm-h3-font-size:2.2rem;
    --ifm-h4-font-size:1.8rem;
    --ifm-h5-font-size:1.4rem;
    --ifm-h6-font-size:1rem;
    --ifm-image-alignment-padding:1.25rem;
    --ifm-leading-desktop:1.5;
    --ifm-leading:calc(var(--ifm-leading-desktop)*1rem);
    --ifm-list-left-padding:2rem;
    --ifm-list-margin:1rem;
    --ifm-list-item-margin:0.25rem;
    --ifm-list-paragraph-margin:1rem;
    --ifm-table-cell-padding:0.75rem;
    --ifm-table-background:transparent;
    --ifm-table-stripe-background:var(--ifm-color-emphasis-100);
    --ifm-table-border-width:1px;
    --ifm-table-border-color:var(--ifm-color-emphasis-300);
    --ifm-table-head-background:inherit;
    --ifm-table-head-color:inherit;
    --ifm-table-head-font-weight:var(--ifm-font-weight-bold);
    --ifm-table-cell-color:inherit;
    --ifm-link-color:#3578e5;
    --ifm-link-decoration:none;
    --ifm-link-hover-color:var(--ifm-link-color);
    --ifm-link-hover-decoration:underline;
    --ifm-paragraph-margin-bottom:var(--ifm-leading);
    --ifm-blockquote-color:#000000;
    --ifm-blockquote-font-size:var(--ifm-font-size-base);
    --ifm-blockquote-padding-horizontal:1rem;
    --ifm-blockquote-padding-vertical:1rem;
    --ifm-hr-border-color:var(--ifm-color-emphasis-500);
    --ifm-hr-border-width:1px;
    --ifm-hr-margin-vertical:1.5rem;
    --ifm-alert-background-color:inherit;
    --ifm-alert-border-color:var(--ifm-alert-background-color);
    --ifm-alert-border-radius:var(--ifm-global-radius);
    --ifm-alert-border-width:var(--ifm-global-border-width);
    --ifm-alert-color:var(--ifm-font-base-color-inverse);
    --ifm-alert-padding-horizontal:var(--ifm-spacing-horizontal);
    --ifm-alert-padding-vertical:var(--ifm-spacing-vertical);
    --ifm-avatar-intro-left-margin:1rem;
    --ifm-avatar-intro-alignment:inherit;
    --ifm-avatar-photo-bottom-margin:0;
    --ifm-avatar-photo-size-sm:2rem;
    --ifm-avatar-photo-size-md:3rem;
    --ifm-avatar-photo-size-lg:4rem;
    --ifm-avatar-photo-size-xl:6rem;
    --ifm-badge-background-color:inherit;
    --ifm-badge-border-color:var(--ifm-badge-background-color);
    --ifm-badge-border-radius:var(--ifm-global-radius);
    --ifm-badge-border-width:var(--ifm-global-border-width);
    --ifm-badge-color:var(--ifm-color-white);
    --ifm-badge-padding-horizontal:calc(var(--ifm-spacing-horizontal)*0.5);
    --ifm-badge-padding-vertical:calc(var(--ifm-spacing-vertical)*0.25);
    --ifm-breadcrumb-border-radius:1.5rem;
    --ifm-breadcrumb-spacing:0.0625rem;
    --ifm-breadcrumb-color-active:var(--ifm-color-primary);
    --ifm-breadcrumb-item-background-active:var(--ifm-hover-overlay);
    --ifm-breadcrumb-padding-horizontal:1rem;
    --ifm-breadcrumb-padding-vertical:0.5rem;
    --ifm-breadcrumb-size-multiplier:1;
    --ifm-breadcrumb-separator-size:0.5rem;
    --ifm-breadcrumb-separator-size-multiplier:1.25;
    --ifm-button-background-color:inherit;
    --ifm-button-border-color:var(--ifm-button-background-color);
    --ifm-button-border-width:var(--ifm-global-border-width);
    --ifm-button-color:var(--ifm-font-base-color-inverse);
    --ifm-button-font-weight:var(--ifm-font-weight-bold);
    --ifm-button-padding-horizontal:1.5rem;
    --ifm-button-padding-vertical:0.375rem;
    --ifm-button-size-multiplier:1;
    --ifm-button-transition-duration:var(--ifm-transition-fast);
    --ifm-button-border-radius:calc(var(--ifm-global-radius)*var(--ifm-button-size-multiplier));
    --ifm-button-group-margin:2px;
    --ifm-card-background-color:var(--ifm-background-surface-color);
    --ifm-card-border-radius:calc(var(--ifm-global-radius)*2);
    --ifm-card-horizontal-spacing:var(--ifm-global-spacing);
    --ifm-card-vertical-spacing:var(--ifm-global-spacing);
    --ifm-contents-border-color:var(--ifm-color-emphasis-300);
    --ifm-contents-link-color:var(--ifm-color-content-secondary);
    --ifm-contents-padding-left:0.5rem;
    --ifm-contents-padding-vertical:0.5rem;
    --ifm-dropdown-background-color:var(--ifm-background-surface-color);
    --ifm-dropdown-font-weight:var(--ifm-font-weight-semibold);
    --ifm-dropdown-link-color:var(--ifm-font-base-color);
    --ifm-dropdown-hover-background-color:var(--ifm-hover-overlay);
    --ifm-footer-background-color:var(--ifm-color-emphasis-100);
    --ifm-footer-color:inherit;
    --ifm-footer-link-color:var(--ifm-color-emphasis-700);
    --ifm-footer-link-hover-color:var(--ifm-color-primary);
    --ifm-footer-link-horizontal-spacing:0.5rem;
    --ifm-footer-padding-horizontal:calc(var(--ifm-spacing-horizontal)*2);
    --ifm-footer-padding-vertical:calc(var(--ifm-spacing-vertical)*2);
    --ifm-footer-title-color:inherit;
    --ifm-hero-background-color:var(--ifm-background-surface-color);
    --ifm-hero-text-color:var(--ifm-color-emphasis-800);
    --ifm-menu-color:var(--ifm-color-emphasis-700);
    --ifm-menu-color-active:var(--ifm-color-primary);
    --ifm-menu-color-background-active:var(--ifm-hover-overlay);
    --ifm-menu-color-background-hover:var(--ifm-hover-overlay);
    --ifm-menu-link-padding-horizontal:1rem;
    --ifm-menu-link-padding-vertical:0.375rem;
    --ifm-navbar-background-color:var(--ifm-background-surface-color);
    --ifm-navbar-height:72px;
    --ifm-navbar-item-padding-horizontal:1rem;
    --ifm-navbar-item-padding-vertical:0.25rem;
    --ifm-navbar-link-color:var(--ifm-font-base-color);
    --ifm-navbar-link-hover-color:var(--ifm-color-primary);
    --ifm-navbar-link-active-color:var(--ifm-link-color);
    --ifm-navbar-padding-horizontal:var(--ifm-spacing-horizontal);
    --ifm-navbar-padding-vertical:calc(var(--ifm-spacing-vertical)*0.5);
    --ifm-navbar-shadow:var(--ifm-global-shadow-lw);
    --ifm-navbar-search-input-background-color:var(--ifm-color-emphasis-200);
    --ifm-navbar-search-input-color:var(--ifm-color-emphasis-800);
    --ifm-navbar-search-input-placeholder-color:var(--ifm-color-emphasis-500);
    --ifm-navbar-sidebar-width:20rem;
    --ifm-pagination-border-radius:calc(var(--ifm-global-radius)*var(--ifm-pagination-size-multiplier));
    --ifm-pagination-color-active:var(--ifm-color-primary);
    --ifm-pagination-font-size:1rem;
    --ifm-pagination-item-active-background:var(--ifm-hover-overlay);
    --ifm-pagination-page-spacing:0.0625rem;
    --ifm-pagination-padding-horizontal:calc(var(--ifm-spacing-horizontal)*1);
    --ifm-pagination-padding-vertical:calc(var(--ifm-spacing-vertical)*0.25);
    --ifm-pagination-size-multiplier:1;
    --ifm-pagination-nav-border-radius:var(--ifm-global-radius);
    --ifm-pagination-nav-color-hover:var(--ifm-color-primary);
    --ifm-pills-color-active:var(--ifm-color-primary);
    --ifm-pills-color-background-active:var(--ifm-hover-overlay);
    --ifm-pills-spacing:0.0625rem;
    --ifm-tabs-color:var(--ifm-font-secondary-color);
    --ifm-tabs-color-active:var(--ifm-color-primary);
    --ifm-tabs-padding-horizontal:1rem;
    --ifm-tabs-padding-vertical:1rem;
    --ifm-tabs-spacing:0.0625rem;
    --custom-font-base:"Metro",BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif;
    --custom-font-code:"Source Code Pro",Menlo,monospace;
    --custom-border-radius:3px;
    --custom-border-radius-md:6px;
    --custom-primary-darkest:#10633e;
    --custom-primary-darker:#1c8656;
    --custom-primary-dark:#38bc81;
    --custom-primary:#24b47e;
    --custom-primary-light:#65d9a5;
    --custom-primary-lighter:#9fe7c7;
    --custom-primary-lightest:#c5f1dd;
    --custom-background-color:#fdfdfd;
    --custom-background-color-highlight:#fff;
    --custom-background-color-diff:#f5f6f7;
    --custom-background-color-diff-1:#eee;
    --custom-background-color-diff-2:#ccc;
    --custom-content-color:#1f1f1f;
    --custom-content-color-light:#484848;
    --custom-content-color-lightest:#333;
    --custom-content-color-emphasis:#000;
    --custom-border-color:#e0e0e0;
    --custom-color-subtle:#ccc;
    --custom-shadow-lw:0 3px 5px 0 rgba(0,0,0,0.1);
    --custom-shadow-md:0 3px 5px 0 rgba(0,0,0,0.1);
    --custom-shadow-tl:0 12px 28px 0 rgba(0,0,0,0.2),0 2px 4px 0 rgba(0,0,0,0.1);
    --custom-shadow-xl:0 30px 60px 0 rgba(0,0,0,0.1);
    --ifm-color-content:var(--custom-content-color);
    --ifm-heading-color:var(--custom-content-color);
    --ifm-background-color:var(--custom-background-color);
    --ifm-sidebar-background:var(--custom-background-color);
    --ifm-color-content-secondary:var(--custom-content-color-light);
    --ifm-code-background:var(--custom-background-color-diff);
    --ifm-code-background-dark:#2a2a2a;
    --ifm-color-primary-darkest:var(--custom-primary-darkest);
    --ifm-color-primary-darker:var(--custom-primary-darker);
    --ifm-color-primary-dark:var(--custom-primary-dark);
    --ifm-color-primary:var(--custom-primary);
    --ifm-color-primary-light:var(--custom-primary-light);
    --ifm-color-primary-lighter:var(--custom-primary-lighter);
    --ifm-color-primary-lightest:var(--custom-primary-lightest);
    --ifm-color-info-darker:var(--custom-background-color-diff-2);
    --ifm-color-info-dark:var(--custom-background-color-diff-1);
    --ifm-color-info:var(--custom-background-color-diff);
    --ifm-font-base-color:var(--custom-content-color);
    --ifm-font-family-base:var(--custom-font-base);
    --ifm-font-family-monospace:var(--custom-font-code);
    --ifm-heading-font-family:var(--custom-font-base);
    --ifm-heading-font-weight:700;
    --ifm-font-weight-bold:700;
    --ifm-global-shadow-lw:var(--custom-shadow-lw);
    --ifm-global-shadow-md:var(--custom-shadow-md);
    --ifm-global-shadow-tl:var(--custom-shadow-tl);
    --ifm-contents-border-color:var(--custom-border-color);
    --ifm-hr-border-color:var(--custom-border-color);
    --ifm-code-border-radius:var(--custom-border-radius);
    --ifm-button-border-radius:var(--custom-border-radius);
    --ifm-col-spacing-vertical:0.5rem;
    --ifm-link-hover-decoration:none;
    --ifm-button-background-color:var(--custom-background-color);
    --ifm-navbar-background-color:var(--custom-background-color);
    --ifm-footer-background-color:var(--custom-background-color);
    --ifm-hero-background-color:var(--custom-background-color);
    --ifm-hero-text-color:var(--custom-content-color);
    --ifm-sidebar-border-color:var(--custom-border-color);
    --ifm-menu-color-active:var(--custom-primary);
    --ifm-panel-border-color:var(--custom-border-color);
    --ifm-panel-border-color-active:var(--custom-primary);
    --ifm-panel-background-solid:var(--custom-background-color);
    --ifm-card-background-color:var(--custom-background-color);
    --ifm-card-border-radius:var(--custom-border-radius-md);
    --ifm-table-border-color:var(--custom-border-color);
    --ifm-table-stripe-background:var(--custom-background-color-diff);
}

/*******************************************************************************
** Core Elements
*******************************************************************************/

*,html{
    box-sizing:border-box
}

body,html{
    font-smoothing:antialiased;
    -moz-text-size-adjust:100%;
    text-size-adjust:100%;
    -ms-text-size-adjust:100%;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-text-size-adjust:100%;
    height:100%
}

html{
    background-color:transparent;
    -webkit-tap-highlight-color:transparent;
}

html > body {
    color:#1c1e21;
    color:var(--ifm-font-base-color);
    font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-family:var(--ifm-font-family-base);
    font-size:15px;
    font-size:var(--ifm-font-size-base);
    line-height:1.5;
    line-height:var(--ifm-line-height-base);
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
    word-wrap:break-word
    margin:0;
    -webkit-transition:var(--ifm-transition-fast) ease color;
    transition:var(--ifm-transition-fast) ease color;
}

body>div{
    height:100%;
    display:flex;
    flex-direction:column
}

code{
    background-color:#f5f6f7;
    background-color:var(--ifm-code-background);
    border-radius:.4rem;
    border-radius:var(--ifm-code-border-radius);
    color:#1c1e21;
    color:var(--ifm-code-color);
    margin:0;
    padding:var(--ifm-code-padding-vertical) var(--ifm-code-padding-horizontal)
}
code,pre{
    font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
    font-family:var(--ifm-font-family-monospace);
    font-size:85%;
    font-size:var(--ifm-code-font-size)
}
pre{
    background-color:#f5f6f7;
    background-color:var(--ifm-pre-background);
    border-radius:.4rem;
    border-radius:var(--ifm-pre-border-radius);
    color:inherit;
    color:var(--ifm-pre-color);
    line-height:1.45;
    line-height:var(--ifm-pre-line-height);
    margin-bottom:1rem;
    margin-bottom:var(--ifm-spacing-vertical);
    margin-top:0;
    overflow:auto;
    padding:var(--ifm-pre-padding)
}
pre,pre code{
    word-wrap:normal
}
pre code{
    background-color:transparent;
    border:0;
    display:inline;
    font-size:100%;
    line-height:inherit;
    margin:0;
    max-width:auto;
    overflow:visible;
    padding:0;
    white-space:pre;
    word-break:normal
}

h1,h2,h3,h4,h5,h6{
    color:inherit;
    color:var(--ifm-heading-color);
    font-weight:600;
    font-weight:var(--ifm-heading-font-weight);
    line-height:1.25;
    line-height:var(--ifm-heading-line-height);
    margin-bottom:1rem;
    margin-bottom:var(--ifm-heading-margin-bottom);
    margin-top:0;
    margin-top:var(--ifm-heading-margin-top)
}
h1{
    font-size:3rem;
    font-size:var(--ifm-h1-font-size)
}
h2{
    font-size:2.6rem;
    font-size:var(--ifm-h2-font-size)
}
h3{
    font-size:2.2rem;
    font-size:var(--ifm-h3-font-size)
}
h4{
    font-size:1.8rem;
    font-size:var(--ifm-h4-font-size)
}
h5{
    font-size:1.4rem;
    font-size:var(--ifm-h5-font-size)
}
h6{
    font-size:1rem;
    font-size:var(--ifm-h6-font-size)
}
img{
    border-style:none;
    box-sizing:content-box;
    max-width:100%
}
img[align=right]{
    padding-left:var(--image-alignment-padding)
}
img[align=left]{
    padding-right:var(--image-alignment-padding)
}

ol,ul{
    margin-bottom:1rem;
    margin-bottom:var(--ifm-list-margin);
    margin-top:0;
    padding-left:2rem;
    padding-left:var(--ifm-list-left-padding)
}
ol ol,ul ol{
    list-style-type:lower-roman
}
ol ol,ol ul,ul ol,ul ul{
    margin-bottom:0;
    margin-top:0
}
ol ol ol,ol ul ol,ul ol ol,ul ul ol{
    list-style-type:lower-alpha
}
table{
    border-collapse:collapse;
    border-spacing:0;
    display:block;
    margin-bottom:1rem;
    margin-bottom:var(--ifm-spacing-vertical);
    margin-top:0;
    overflow:auto;
    width:100%
}
table tr{
    background-color:transparent;
    background-color:var(--ifm-table-background);
    border-top:1px solid #dadde1;
    border-top:var(--ifm-table-border-width) solid var(--ifm-table-border-color)
}
table tr:nth-child(2n){
    background-color:#f5f6f7;
    background-color:var(--ifm-table-stripe-background)
}
table td,table th{
    border:1px solid #dadde1;
    border:var(--ifm-table-border-width) solid var(--ifm-table-border-color);
    padding:var(--ifm-table-cell-padding)
}
table th{
    background-color:inherit;
    background-color:var(--ifm-table-head-background);
    color:inherit;
    color:var(--ifm-table-head-color);
    font-weight:600;
    font-weight:var(--ifm-table-head-font-weight)
}
table td{
    color:inherit;
    color:var(--ifm-table-cell-color)
}
strong{
    font-weight:600;
    font-weight:var(--ifm-font-weight-bold)
}
a{
    color:#3578e5;
    color:var(--ifm-link-color);
    -webkit-text-decoration:none;
    -webkit-text-decoration:var(--ifm-link-decoration);
    text-decoration:none;
    text-decoration:var(--ifm-link-decoration)
}
a:hover{
    color:#3578e5;
    color:var(--ifm-link-hover-color);
    -webkit-text-decoration:underline;
    -webkit-text-decoration:var(--ifm-link-hover-decoration);
    text-decoration:underline;
    text-decoration:var(--ifm-link-hover-decoration)
}
a:active,a:hover{
    outline-width:0
}
a:not([href]){
    color:inherit;
    text-decoration:none
}
p{
    margin-top:0;
    margin-bottom:1.5rem;
    margin-bottom:var(--ifm-paragraph-margin-bottom)
}
blockquote{
    border-left:6px solid #dadde1;
    border-left:6px solid var(--ifm-color-emphasis-300);
    color:#000000;
    color:var(--ifm-blockquote-color);
    font-size:15px;
    font-size:var(--ifm-blockquote-font-size);
    margin:0 0 var(--ifm-spacing-vertical);
    padding:var(--ifm-blockquote-padding-vertical) var(--ifm-blockquote-padding-horizontal)
}
blockquote>:first-child{
    margin-top:0
}
blockquote>:last-child{
    margin-bottom:0
}
hr{
    border-color:#bec3c9;
    border-width:1px;
    border:var(--ifm-hr-border-width) solid var(--ifm-hr-border-color);
    box-sizing:content-box;
    margin:var(--ifm-hr-margin-vertical) 0;
    overflow:hidden;
    padding:0
}
hr:after,hr:before{
    content:"";
    display:table
}
hr:after{
    clear: both;
}

li+li{
    margin-top: 0;
}

article header {
    margin-bottom: 3rem;
}

p {
  overflow: auto;
}

section {
  margin-top: 1em;
  margin-bottom: 3em;
}

@-webkit-keyframes nprogress-spinner{
    0%{
        -webkit-transform:rotate(0)
    }
    to{
        -webkit-transform:rotate(1turn)
    }
}
@keyframes nprogress-spinner{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    to{
        -webkit-transform:rotate(1turn);
        transform:rotate(1turn)
    }
}

/*******************************************************************************
** Flex
*******************************************************************************/

.row{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    margin-left:-1rem;
    margin-left:calc(var(--ifm-spacing-horizontal)*-1);
    margin-right:-1rem;
    margin-right:calc(var(--ifm-spacing-horizontal)*-1)
}
.row.row--align-top{
    align-items:flex-start
}
.row.row--align-bottom{
    align-items:flex-end
}
.row.row--align-center{
    align-items:center
}
.row .col{
    --ifm-col-width:100%;
    display:block;
    flex:1 0;
    /* margin-left:0; */
    max-width:100%;
    padding-left:1rem;
    padding-left:var(--ifm-spacing-horizontal);
    padding-right:1rem;
    padding-right:var(--ifm-spacing-horizontal);
    width:100%
}
.row .col[class*=col--]{
    flex:0 0 var(--ifm-col-width);
    max-width:var(--ifm-col-width)
}
.row .col.col--1{
    --ifm-col-width:8.33333%;
    flex:0 0 var(--ifm-col-width);
    max-width:var(--ifm-col-width)
}
.row .col.col--2{
    --ifm-col-width:16.66667%;
    flex:0 0 var(--ifm-col-width);
    max-width:var(--ifm-col-width)
}
.row .col.col--3{
    --ifm-col-width:25%;
    flex:0 0 var(--ifm-col-width);
    max-width:var(--ifm-col-width)
}
.row .col.col--4{
    --ifm-col-width:33.33333%;
    flex:0 0 var(--ifm-col-width);
    max-width:var(--ifm-col-width)
}
.row .col.col--5{
    --ifm-col-width:41.66667%;
    flex:0 0 var(--ifm-col-width);
    max-width:var(--ifm-col-width)
}
.row .col.col--6{
    --ifm-col-width:50%;
    flex:0 0 var(--ifm-col-width);
    max-width:var(--ifm-col-width)
}
.row .col.col--7{
    --ifm-col-width:58.33333%;
    flex:0 0 var(--ifm-col-width);
    max-width:var(--ifm-col-width)
}
.row .col.col--8{
    --ifm-col-width:66.66667%;
    flex:0 0 var(--ifm-col-width);
    max-width:var(--ifm-col-width)
}
.row .col.col--9{
    --ifm-col-width:75%;
    flex:0 0 var(--ifm-col-width);
    max-width:var(--ifm-col-width)
}
.row .col.col--10{
    --ifm-col-width:83.33333%;
    flex:0 0 var(--ifm-col-width);
    max-width:var(--ifm-col-width)
}
.row .col.col--11{
    --ifm-col-width:91.66667%;
    flex:0 0 var(--ifm-col-width);
    max-width:var(--ifm-col-width)
}
.row .col.col--12{
    --ifm-col-width:100%;
    flex:0 0 var(--ifm-col-width);
    max-width:var(--ifm-col-width)
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0;
}

/*******************************************************************************
** Centering elements and text Section
*******************************************************************************/

.center {
  width: 100%
  display: flex;
}

.center > * {
  margin-left: auto;
  margin-right: auto;
}

.center-text {
  text-align: center;
}

/*******************************************************************************
** Main Wrapper Section
*******************************************************************************/

.main-wrapper{
    flex:1 0 auto;
    margin-top:calc(1em + var(--ifm-navbar-height));
}

/*******************************************************************************
** Container Section
*******************************************************************************/


.container{
    margin-left:auto;
    margin-right:auto;
    max-width:1140px;
    max-width:var(--ifm-container-width);
    padding-left:1rem;
    padding-left:var(--ifm-spacing-horizontal);
    padding-right:1rem;
    padding-right:var(--ifm-spacing-horizontal);
    width:100%
}

/*******************************************************************************
** Contents Section
*******************************************************************************/

.contents{
    font-size:.8rem;
    margin-bottom:0;
    padding-bottom:.5rem;
    padding-bottom:var(--ifm-contents-padding-vertical);
    padding-top:.5rem;
    padding-top:var(--ifm-contents-padding-vertical)
}
.contents,.contents ul{
    list-style-type:none;
    padding-left:.5rem;
    padding-left:var(--ifm-contents-padding-left)
}
.contents li{
    margin:var(--ifm-contents-padding-vertical)
}
.contents.contents__left-border{
    border-left:1px solid #dadde1;
    border-left-color:var(--ifm-contents-border-color)
}
.contents .contents__link{
    color:#606770;
    color:var(--ifm-contents-link-color)
}
.contents .contents__link.contents__link--active,.contents .contents__link:hover{
    color:#3578e5;
    color:var(--ifm-color-primary);
    text-decoration:none
}

/*******************************************************************************
** Separator Section
*******************************************************************************/

.separator {
    background-color: var(--custom-background-color-diff);
    padding: 35px 0;
}

/*******************************************************************************
** Title  Section
*******************************************************************************/

.title {
    font-weight: 700;
    color: var(--custom-content-color-lightest);
}

/*******************************************************************************
** Markdown Section
*******************************************************************************/

.markdown{
    --ifm-h1-line-height:2;
    --ifm-h2-line-height:1.5;
    --ifm-heading-line-height:1;
    --ifm-h1-vertical-rhythm-top:4;
    --ifm-h2-vertical-rhythm-top:2.5;
    --ifm-h3-vertical-rhythm-top:2;
    --ifm-heading-vertical-rhythm-top:1.5;
    --ifm-h1-vertical-rhythm-bottom:1;
    --ifm-heading-vertical-rhythm-bottom:0.5
}
.markdown:after,.markdown:before{
    content:"";
    display:table
}
.markdown:after{
    clear:both
}
.markdown>:first-child{
    margin-top:0!important
}
.markdown>:last-child{
    margin-bottom:0!important
}
.markdown>h1{
    margin-bottom:calc(var(--ifm-h1-vertical-rhythm-bottom)*var(--ifm-leading));
    margin-top:calc(var(--ifm-h1-vertical-rhythm-top)*var(--ifm-leading))
}
.markdown>h2{
    margin-top:calc(var(--ifm-h2-vertical-rhythm-top)*var(--ifm-leading))
}
.markdown>h2,.markdown>h3{
    margin-bottom:calc(var(--ifm-heading-vertical-rhythm-bottom)*var(--ifm-leading))
}
.markdown>h3{
    margin-top:calc(var(--ifm-h3-vertical-rhythm-top)*var(--ifm-leading))
}
.markdown>h4,.markdown>h5,.markdown>h6{
    margin-bottom:calc(var(--ifm-heading-vertical-rhythm-bottom)*var(--ifm-leading));
    margin-top:calc(var(--ifm-heading-vertical-rhythm-top)*var(--ifm-leading))
}
.markdown>p,.markdown>pre,.markdown>ul{
    margin-bottom:1.5rem;
    margin-bottom:var(--ifm-leading)
}
.markdown li{
    word-wrap:break-all
}
.markdown li>p{
    margin-top:1rem;
    margin-top:var(--ifm-list-paragraph-margin)
}
.markdown li+li{
    margin-top:.25rem;
    margin-top:var(--ifm-list-item-margin)
}

/*******************************************************************************
** Buttons Section
*******************************************************************************/

.button{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background-color:inherit;
    background-color:var(--ifm-button-background-color);
    border-color:inherit;
    border-width:1px;
    border:var(--ifm-button-border-width) solid var(--ifm-button-border-color);
    border-radius:.4rem;
    border-radius:var(--ifm-button-border-radius);
    box-sizing:border-box;
    cursor:pointer;
    display:inline-block;
    /* font-size:.8rem;
    font-size:calc(.8rem*var(--ifm-button-size-multiplier)); */
    font-weight:600;
    font-weight:var(--ifm-button-font-weight);
    line-height:1.5;
    padding:calc(var(--ifm-button-padding-vertical)*var(--ifm-button-size-multiplier)) calc(var(--ifm-button-padding-horizontal)*var(--ifm-button-size-multiplier));
    text-align:center;
    -webkit-transition:color .2s cubic-bezier(.08,.52,.52,1),background .2s cubic-bezier(.08,.52,.52,1),border-color .2s cubic-bezier(.08,.52,.52,1);
    transition:color .2s cubic-bezier(.08,.52,.52,1),background .2s cubic-bezier(.08,.52,.52,1),border-color .2s cubic-bezier(.08,.52,.52,1);
    -webkit-transition:color var(--ifm-button-transition-duration) cubic-bezier(.08,.52,.52,1),background var(--ifm-button-transition-duration) cubic-bezier(.08,.52,.52,1),border-color var(--ifm-button-transition-duration) cubic-bezier(.08,.52,.52,1);
    transition:color var(--ifm-button-transition-duration) cubic-bezier(.08,.52,.52,1),background var(--ifm-button-transition-duration) cubic-bezier(.08,.52,.52,1),border-color var(--ifm-button-transition-duration) cubic-bezier(.08,.52,.52,1);
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    vertical-align:middle;
    white-space:nowrap
}
.button,.button:hover,a[href].button,a.button:visited {
    color:#fff;
    color:var(--ifm-button-color);
    outline:0;
    text-decoration:none
}
.button:focus{
    outline:0
}
.button.button--link{
    --ifm-button-background-color:transparent;
    --ifm-button-border-color:transparent;
    color:#3578e5;
    color:var(--ifm-link-color);
    -webkit-text-decoration:none;
    -webkit-text-decoration:var(--ifm-link-decoration);
    text-decoration:none;
    text-decoration:var(--ifm-link-decoration)
}
.button.button--link.button--active,.button.button--link:active,.button.button--link:hover{
    color:#3578e5;
    color:var(--ifm-link-hover-color);
    -webkit-text-decoration:underline;
    -webkit-text-decoration:var(--ifm-link-hover-decoration);
    text-decoration:underline;
    text-decoration:var(--ifm-link-hover-decoration)
}
.button:disabled,.button[disabled]{
    opacity:.65;
    pointer-events:none
}
.button.button--block{
    display:block;
    width:100%
}
.button.button-primary{
    --ifm-button-border-color:var(--ifm-color-primary);
    text-shadow:0 0 6px rgba(13,128,86,.4)
}
.button.button-primary:not(.button-outline){
    --ifm-button-background-color:var(--ifm-color-primary)
}
.button.button-primary:not(.button-outline):hover{
    --ifm-button-background-color:var(--ifm-color-primary-dark);
    --ifm-button-border-color:var(--ifm-color-primary-dark)
}
.button.button.button-primary.button--active,.button.button.button-primary:active{
    --ifm-button-border-color:var(--ifm-color-primary-darker);
    --ifm-button-background-color:var(--ifm-color-primary-darker);
    background-color:#2d66c3;
    background-color:var(--ifm-color-primary-darker);
    border-color:#2d66c3;
    border-color:var(--ifm-color-primary-darker)
}
.button-group{
    display:inline-flex
}
.button-group>.button:not(:first-child){
    border-bottom-left-radius:0;
    border-top-left-radius:0;
    margin-left:2px;
    margin-left:var(--ifm-button-group-margin)
}
.button-group>.button:not(:last-child){
    border-bottom-right-radius:0;
    border-top-right-radius:0
}
.button-group>.button--active{
    z-index:1
}
.button-group.button-group--block{
    display:flex;
    justify-content:stretch
}
.button-group.button-group--block>.button{
    flex-grow:1
}

.button.button-secondary.button-outline:not(.button--active):not(:hover) {
    color: #1c1e21;
    color: var(--ifm-font-base-color);
}

.button.button-secondary.button-outline {
    border-color: #333;
}

.button-secondary, .button-primary {
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}

/*******************************************************************************
** Brands Section
*******************************************************************************/

.brands-box {
  text-align: center;
}

.brand-logos {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.brand-logo {
  vertical-align: middle;
  max-height: 50px;
  padding: 10px;
}

/*******************************************************************************
** Cards Section
*******************************************************************************/

.card{
    background-color:#fff;
    background-color:var(--ifm-card-background-color);
    border-radius:.8rem;
    border-radius:var(--ifm-card-border-radius);
    box-shadow:0 1px 2px 0 rgba(0,0,0,.1);
    box-shadow:var(--ifm-global-shadow-lw);
    overflow:hidden;
    display:flex;
    flex-direction:column
}
.card.card--full-height{
    height:100%
}
.card .card__image{
    padding-top:1rem;
    padding-top:var(--ifm-card-vertical-spacing)
}
.card .card__image:first-child{
    padding-top:0
}
.card .card__body,.card .card__footer,.card .card__header{
    padding:var(--ifm-card-vertical-spacing) var(--ifm-card-horizontal-spacing)
}
.card .card__body:not(:last-child),.card .card__footer:not(:last-child),.card .card__header:not(:last-child){
    padding-bottom:0
}
.card .card__body>:last-child,.card .card__footer>:last-child,.card .card__header>:last-child{
    margin-bottom:0
}
.card .card__footer{
    margin-top:auto
}

a.card{
    text-decoration:none!important;
    color:var(--ifm-color-content);
    box-shadow:none;
    border:1px solid #333
}

a.card:hover{
    -webkit-transition:all .2s ease;
    transition:all .2s ease;
    border:1px solid var(--custom-primary);
    box-shadow:var(--custom-shadow-xl),0 0 0 1px var(--custom-primary)!important
}

/*******************************************************************************
** Footer Section
*******************************************************************************/

.footer{
    padding:var(--ifm-footer-padding-vertical) var(--ifm-footer-padding-horizontal);
    width:100%
}
.footer,.footer.footer--dark{
    background-color:#f5f6f7;
    background-color:var(--ifm-footer-background-color);
    color:inherit;
    color:var(--ifm-footer-color)
}
.footer.footer--dark{
    --ifm-footer-background-color:#303846;
    --ifm-footer-color:var(--ifm-footer-link-color);
    --ifm-footer-link-color:var(--ifm-color-secondary);
    --ifm-footer-title-color:var(--ifm-color-white)
}
.footer.footer--dark .footer__link-item{
    color:#606770;
    color:var(--ifm-footer-link-color)
}
.footer.footer--dark .footer__title{
    color:inherit;
    color:var(--ifm-footer-title-color)
}
.footer .footer__links{
    margin-bottom:1rem
}
.footer .footer__link-item{
    color:#606770;
    color:var(--ifm-footer-link-color);
    line-height:2
}
.footer .footer__link-item:hover{
    color:#3578e5;
    color:var(--ifm-footer-link-hover-color)
}
.footer .footer__logo{
    margin-top:1rem;
    max-width:10rem
}
.footer .footer__title{
    color:inherit;
    color:var(--ifm-footer-title-color)
}
.footer .footer__item{
    margin-top:0
}
.footer .footer__items{
    list-style-type:none;
    margin-bottom:0;
    padding-left:0
}


/*******************************************************************************
** Navbar Section
*******************************************************************************/

.navbar{
    background-color:#fff;
    background-color:var(--ifm-navbar-background-color);
    box-shadow:0 1px 2px 0 rgba(0,0,0,.1);
    box-shadow:var(--ifm-navbar-shadow);
    /* box-shadow:var(--ifm-global-shadow-md) */
    box-sizing:border-box;
    height:3.75rem;
    height:var(--ifm-navbar-height);
    padding:var(--ifm-navbar-padding-vertical) var(--ifm-navbar-padding-horizontal);
    width:100vw;
}
.navbar,.navbar>.container{
    display:flex
}
.navbar.navbar--fixed-top{
    position:fixed;
    left:0;
    right:0;
    top:0;
    z-index:200;
    z-index:var(--ifm-z-index-fixed)
}
.navbar .navbar__inner{
    align-items:stretch;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    width:100%
}
.navbar .navbar__brand{
    align-items:center;
    color:#1c1e21;
    color:var(--ifm-navbar-link-color);
    display: block;
    font-weight:700;
    height:3.5rem;
    margin-right:1rem;
    text-decoration:none
}
.navbar .navbar__logo{
    height:100%;
    margin-right:.5rem;
    display:inline-block;
}
.navbar .navbar__items{
    align-items:center;
    display:flex;
    flex:1 0 0
}
.navbar .navbar__items.navbar__items--center{
    flex:0 0 auto
}
.navbar .navbar__items.navbar__items--center .navbar__brand{
    margin:0
}
.navbar .navbar__items.navbar__items--right{
    justify-content:flex-end
}
.navbar .navbar__item{
    display:inline-block;
    padding:var(--ifm-navbar-item-padding-vertical) var(--ifm-navbar-item-padding-horizontal)
}
.navbar .navbar__link{
    color:#1c1e21;
    color:var(--ifm-navbar-link-color);
    cursor:pointer;
    font-weight:500;
    font-weight:var(--ifm-font-weight-semibold);
    padding:var(--ifm-navbar-item-padding-vertical) var(--ifm-navbar-item-padding-horizontal);
    text-decoration:none
}
.navbar .navbar__link.navbar__link--active,.navbar .navbar__link:hover{
    color:#3578e5;
    color:var(--ifm-navbar-link-hover-color)
}
.navbar.navbar--dark{
    --ifm-navbar-background-color:#303846;
    --ifm-navbar-link-color:var(--ifm-color-white);
    --ifm-navbar-link-hover-color:var(--ifm-color-primary);
    --ifm-navbar-search-input-background-color:hsla(0,0%,100%,0.1);
    --ifm-navbar-search-input-color:var(--ifm-color-white);
    --ifm-navbar-search-input-placeholder-color:hsla(0,0%,100%,0.5);
    background-color:#fff;
    background-color:var(--ifm-navbar-background-color)
}
.navbar.navbar--dark .navbar__brand,.navbar.navbar--dark .navbar__link{
    color:#1c1e21;
    color:var(--ifm-navbar-link-color)
}
.navbar.navbar--dark .navbar__link:hover{
    color:#3578e5;
    color:var(--ifm-navbar-link-hover-color)
}
.navbar.navbar--dark .navbar__search .navbar__search-input{
    background-color:#ebedf0;
    background-color:var(--ifm-navbar-search-input-background-color);
    background-image:url(data:image/svg+xml;
    utf8,SVG_REPLACED);
    background-image:var(--ifm-navbar-search-input-icon);
    color:#444950;
    color:var(--ifm-navbar-search-input-color)
}
.navbar.navbar--dark .navbar__search .navbar__search-input::-webkit-input-placeholder{
    color:#bec3c9;
    color:var(--ifm-navbar-search-input-placeholder-color)
}
.navbar.navbar--dark .navbar__search .navbar__search-input:-ms-input-placeholder{
    color:#bec3c9;
    color:var(--ifm-navbar-search-input-placeholder-color)
}
.navbar.navbar--dark .navbar__search .navbar__search-input::-ms-input-placeholder{
    color:#bec3c9;
    color:var(--ifm-navbar-search-input-placeholder-color)
}
.navbar.navbar--dark .navbar__search .navbar__search-input::placeholder{
    color:#bec3c9;
    color:var(--ifm-navbar-search-input-placeholder-color)
}
.navbar.navbar--primary{
    --ifm-navbar-background-color:var(--ifm-color-primary);
    --ifm-navbar-link-hover-color:var(--ifm-color-white);
    --ifm-navbar-search-input-background-color:hsla(0,0%,100%,0.1);
    --ifm-navbar-search-input-color:var(--ifm-color-emphasis-500);
    --ifm-navbar-search-input-placeholder-color:hsla(0,0%,100%,0.5);
    background-color:#fff;
    background-color:var(--ifm-navbar-background-color)
}
.navbar.navbar--primary .navbar__link:hover{
    color:#3578e5;
    color:var(--ifm-navbar-link-hover-color)
}
.navbar.navbar--primary .navbar__search .navbar__search-input{
    background-color:#ebedf0;
    background-color:var(--ifm-navbar-search-input-background-color);
    background-image:url(data:image/svg+xml;
    utf8,SVG_REPLACED);
    background-image:var(--ifm-navbar-search-input-icon);
    color:#444950;
    color:var(--ifm-navbar-search-input-color)
}
.navbar.navbar--primary .navbar__search .navbar__search-input::-webkit-input-placeholder{
    color:#bec3c9;
    color:var(--ifm-navbar-search-input-placeholder-color)
}
.navbar.navbar--primary .navbar__search .navbar__search-input:-ms-input-placeholder{
    color:#bec3c9;
    color:var(--ifm-navbar-search-input-placeholder-color)
}
.navbar.navbar--primary .navbar__search .navbar__search-input::-ms-input-placeholder{
    color:#bec3c9;
    color:var(--ifm-navbar-search-input-placeholder-color)
}
.navbar.navbar--primary .navbar__search .navbar__search-input::placeholder{
    color:#bec3c9;
    color:var(--ifm-navbar-search-input-placeholder-color)
}
.navbar .navbar__search{
    padding-left:1rem;
    padding-left:var(--ifm-navbar-padding-horizontal)
}
.navbar .navbar__search .navbar__search-input{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background-color:#ebedf0;
    background-color:var(--ifm-navbar-search-input-background-color);
    background-image:url(data:image/svg+xml;
    utf8,SVG_REPLACED);
    background-image:var(--ifm-navbar-search-input-icon);
    background-position-x:.75rem;
    background-position-y:center;
    background-repeat:no-repeat;
    background-size:1rem 1rem;
    border-radius:2rem;
    border-width:0;
    cursor:text;
    color:#444950;
    color:var(--ifm-navbar-search-input-color);
    display:inline-block;
    font-size:.9rem;
    line-height:2rem;
    outline:0;
    padding:0 .5rem 0 2.25rem;
    -webkit-transition:all .2s ease;
    transition:all .2s ease;
    -webkit-transition:all var(--ifm-transition-fast) ease;
    transition:all var(--ifm-transition-fast) ease;
    width:12.5rem
}
.navbar .navbar__search .navbar__search-input::-webkit-input-placeholder{
    color:#bec3c9;
    color:var(--ifm-navbar-search-input-placeholder-color)
}
.navbar .navbar__search .navbar__search-input:-ms-input-placeholder{
    color:#bec3c9;
    color:var(--ifm-navbar-search-input-placeholder-color)
}
.navbar .navbar__search .navbar__search-input::-ms-input-placeholder{
    color:#bec3c9;
    color:var(--ifm-navbar-search-input-placeholder-color)
}
.navbar .navbar__search .navbar__search-input::placeholder{
    color:#bec3c9;
    color:var(--ifm-navbar-search-input-placeholder-color)
}


/*******************************************************************************
** Code Blocks Section
*******************************************************************************/

.code-with-header pre{
    border-radius:0 0 4px 4px
}
.code-with-response pre{
    border-radius:0
}
.code-header{
    background:var(--ifm-code-background-dark);
    color:#ccc;
    padding:5px 15px;
    border-radius:4px 4px 0 0;
    font-weight:700;
    border-bottom:1px solid #444
}

/*******************************************************************************
** Footer Section
*******************************************************************************/

.footer{
    border-top:1px solid var(--custom-border-color);
    padding-bottom:80px
}

/*******************************************************************************
** Tabs Section
*******************************************************************************/

.code-tabs .row {
    display: flex;
    flex-direction: row-reverse;
}

.code-tabs__inner {
margin: 10px 0px 0px 00px;
}

.nav-tabs > button.is-active, .nav-tabs > button:hover {
color: #000 !important;
background: transparent;
}

.ButtonTabs > .nav-tabs {
  border: none;
}

.ButtonTabs > .nav-tabs > .button,
.ButtonTabs > .nav-tabs > .button.is-active {
  box-shadow: none;
  white-space: normal;
}

.ButtonTabs .button.is-active, .ButtonTabs .button:hover, .ButtonTabs:hover .button.is-active:hover {
    border: 2px solid var(--custom-primary);
    box-shadow: var(--custom-shadow-lw);
}

.button.button--info:not(.button-outline) {
    --ifm-button-background-color: var(--ifm-color-info);
}
.ButtonTabs .button {
    width: 100%;
    display: block;
    color: var(--custom-content-color);
    margin-right: 10px;
    margin-bottom: 8px;
    border: 2px solid var(--ifm-button-background-color)
    text-align: left;
}

.row .col.ButtonTabs {
  padding: 0;
}

.copyButton {
    background: #011627;
    border: 1px solid #d6deeb;
    border-radius: var(--ifm-global-radius);
    color: #d6deeb;
    cursor: pointer;
    line-height: 12px;
    opacity: 0;
    outline: none;
    padding: 4px 8px;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease-in-out,visibility 0.2s ease-in-out,bottom 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out,visibility 0.2s ease-in-out,bottom 0.2s ease-in-out;
    float: right;
}

.codeBlockWrapper:hover > .copyButton {
    visibility: visible;
    opacity: 1;
}

/*******************************************************************************
** info-buttons Section
*******************************************************************************/

.info-buttons {
    background-color: var(--custom-background-color-diff);
    margin-top: 100px;
    padding: 50px 0;
    border-top: 1px solid var(--custom-border-color);
}


/********** Everything below here was main before adding goblin **************/

div.widgets {
  text-align: center;
}

#mentions, #fediverse {
  border: none;
  width: 100%;
}

img.profile.photo {
  width: 32px;
  height: 32px;
  border-radius: 50% 50%;
}

aside {
  background-color: wheat;
  color: black;
  padding: 1em;
  border-radius: 0.5em;
  margin: 1em;
  border: dashed 3px #b78529;
}

.me {
  margin: auto;
  text-align: left;
  max-width: 720px;
}

.me div {
  margin: 2em;
}

.me img {
  border-radius: 50%;
  float: right;
  width: 20%;
}

pre {
  overflow: auto;
  width: 100%;
}

body.list .post header {
  padding-top: 1em;
  margin-bottom: 2em;
  font-family: var(--font-sans)
}

body.blogpost header {
  max-width: 720px;
  margin: auto;
  text-align: left;
  padding: 0 1em;
  font-family: var(--font-sans)
}

:where(:not(pre)>code) {
  white-space: break-spaces;
  word-break: break-word;
}

body.blogpost hr {
  height: 1px;
  margin-right: 2em;
  margin-left: 2em;
  border: 0;
  background: #333;
  background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

body.blogpost div.draft {
  border: solid red 1px;
  background-color: pink;
  color: black;
  padding: 1em;
}

body.blogpost div.draft a {
  color: blue;
}

body.blogpost header,
body.list main .post header {
  background-repeat: repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-origin: padding-box;
  background-attachment: scroll;
  box-sizing: border-box;
}

body.blogpost header.with-background,
body.list main .post header.with-background {
  height: 520px;
  margin: 0;
  margin-bottom: 2em;
  width: 100%;
  max-width: initial;
  position: relative;
}

body.blogpost .byline {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: solid 1px #e9e9e9;
  font-size: 0.8em;
}

div.subscribe,
div.share {
  text-decoration: none;
  color: #2a2a2a;
  background-color: #2196f3;
  text-align: center;
  letter-spacing: 0.5px;
  transition: 0.2s ease-out;
  cursor: pointer;
  outline: 0;
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  padding: 0 1rem;
  text-transform: uppercase;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.post.moi {
  background-color: var(--blue-10);
  color: var(--gray-3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1rem;
  border-radius: 1em;
}

section.post.moi {
  margin: 0;
  padding: 0 1em;
}

.post.moi div>img {
  width: 3em;
  height: 3em;
  padding: 2em;
  border-radius: 50%;
}

.post.moi div p {
  font-weight: 600;
}

.post.moi div+div {
  padding: 1em;
}

.moi-links {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.post.moi div p+p {
  font-weight: inherit;
  font-style: italic;
}

.post.moi a.email img,
.post.moi a.rss img,
.post.moi a.twitter img,
.post.moi a.medium img {
  padding: 0.5em;
  width: 32px;
  height: 32px;
}

body.blogpost figure img, main p img {
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

body.list main.main-wrapper,
body.blogpost main.main-wrapper {
  margin: auto;
  display: flex;
  padding: 5em 1em 5em 1em;
  flex-direction: column;
  justify-content: center;
  max-width: 720px;
}

body.list main p,
body.blogpost main p {
  margin-block-start: 1em;
}

body main section {
  padding-top: 0;
  text-align: left;
}

.author {
  font-style: italic;
}

body.list .post .description {
  padding-bottom: 1em;
}

body .menu {
  font-family: var(--font-sans);
  font-weight: 400;
  color: #333;
  color: var(--text-color);
  padding: 1em;
  text-align: center;
  border-bottom: solid 1px #ccc;
  border-bottom: solid 1px var(--block-quote-before-color);
}

body .menu .search {
  max-width: 720px;
  margin: auto;
  padding-top: 1em;
}

body .menu .search form {
  display: flex;
  gap: 1em;
}

body .menu .search input[type=search] {
  width: 100%;
  padding: 0.5em;
  font-size: 1em;
}

body .menu .menu-items {
  margin: auto;
  text-align: center;
  max-width: 720px;
  display: flex;
  justify-content: space-evenly;
}

body .menu a {
  color: initial;
  color: var(--text-color);
}

figure {
  text-align: center;
}

figure img {
  width: 100%;
}

figure video {
  width: 100%;
}

body.list figure {
  text-align: center;
  margin: 1em -1em;
  padding: 0;
}

body.list figure img {
  box-shadow: 0px 10px 10px -10px black;
}

body.list figure video {
  box-shadow: 0px 10px 10px -10px black;
}

figcaption {
  font-size: 0.7em;
  font-weight: 600;
  font-style: italic;
}

blockquote {
  font-style: italic;
  position: relative;
  quotes: "\201C""\201D";
}

div.podcast,
div.video {
  margin: 1em 0em;
  text-align: center;
}

div.podcast audio,
div.video video {
  display: block;
  margin: 1em auto;
  width: 100%;
}

.widgets {
  display: flex;
  align-items: center;
  justify-content: center;
}

.webmentions .comments .reply img {
  float: left;
  margin-right: 1em;
}

div.subscribe,
div.share {
  margin: 1em;
  display: flex;
  align-items: center;
}

div.subscribe a {
  color: white;
  filter: contrast(100);
}

div.subscribe a img {
  display: block;
}

div.share {
  background-color: #ff4081;
  color: white;
  text-align: center;
  max-height: 36px;
  height: 36px;
}

.share svg {
  pointer-events: none;
}

div.widgets.source a {
  margin: 1em;
}

div.related.pages:empty {
  display: none;
}


/**************************************************************************
**    Some formatting tweaks after merging everything intentional...
**************************************************************************/


code {
  background-color: #f5f5f5;
  color: #000; }

.modal img {
  max-width: 100%; }

.navbar {
  margin-bottom: 0; }

.navbar-brand {
  padding: 0; }
  .navbar-brand img {
    height: 100%;
    padding: 15px;
    width: auto; }

.navbar-nav {
  border-left: 1px #e7e7e7 solid; }
  .navbar-nav li > a {
    font-size: 13px;
    font-weight: bold; }
  .navbar-nav .active > a {
    background-color: #f8f8f8; }
    .navbar-nav .active > a:hover {
      background-color: #f8f8f8; }
  .navbar-nav .subscribe-button {
    border-right: 1px #e7e7e7 solid;
    margin-right: 10px; }

.navbar-default .navbar-nav .current-item {
  color: #434343; }
  .navbar-default .navbar-nav .current-item:hover {
    color: #434343; }

.subheader {
  border-bottom: 1px #e7e7e7 solid;
  margin-bottom: 15px; }
  .subheader h2 {
    margin-bottom: 26px;
    margin-top: 26px;
    padding: 0; }

.post {
  margin-bottom: 50px; }
  .post img {
    max-width: 100%;
    padding: 4px;
    display: block;
    margin-left: auto;
    margin-right: auto; }

.post-image {
  border: 1px solid #ddd;
  border-radius: 4px;
  display: block;
  padding: 4px;
  width: 100%; }
  .post-image div {
    background-position: center;
    background-size: cover;
    height: 250px;
    max-height: 350px; }

.post-header {
  margin-bottom: 10px; }
  .post-header h2 {
    margin-bottom: 0; }

.post-meta ul li {
  font-size: 13px;
  padding-right: 20px; }
.post-meta a {
  color: #777; }

.author-image {
  background-position: center center;
  background-size: cover;
  border-radius: 4px;
  display: inline-block;
  height: 18px;
  vertical-align: top;
  width: 18px; }

.share {
  margin-bottom: 30px; }
  .share a {
    color: #aaa;
    transition: .5s all; }
    .share a:hover, .share a:focus {
      text-decoration: none;
      transition: .5s all; }
    .share a.share-twitter:hover {
      color: #55acee; }
    .share a.share-facebook:hover {
      color: #3b5998; }
    .share a.share-google-plus:hover {
      color: #dc4e41; }

.subscribe-panel {
  margin: auto;
  min-width: 300px;
  width: 30%; }

.site-footer {
  font-size: 13px;
  margin-bottom: 30px; }
  .site-footer hr {
    margin-bottom: 5px; }
  .site-footer p {
    margin: 0; }

/**************************************
**     Everything below here are my additions
***************************************/

/* tabs shortcode */
#body .nav-tabs {
position: unset;
width: unset;
}

.tab-content > .tab-pane {
 display: none;
}

.tab-pane {
padding: 3px 0px;
}

.tab-pane {
padding: 0px 0px;
}

.tab-content > .tab-pane.is-active {
display: block;
}

.nav-tabs {
color: #0f0f0f;
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
}

.nav-tabs > button {
color: #0f0f0f;
float: left;
display: block;
padding: 5px 10px;
font-size: 14px;
}

pre {
display: block;
padding: 9.5px;
margin: 0px 0px 10px;
line-height: 1;
}



/* highlight styles */

.highlight {
  background-color: black;
}

.highlight > pre > code {
  color: #ffffff;
  text-shadow: none;
}

.code-header {
  font-size: 1em;
}

/* header button */

.navbar__items > .button, .hero .button {
  font-size: 0.8em;
}

.nav-tabs > .button {
  padding: 2px 5px 5px 5px;
}

/* misc fixes */

section > .container > .row > .col {
  margin-top: 1em;
  margin-bottom: 1em;
}

.container .row .menu {
  padding: 0;
  border: solid 1px #ccc;
  text-align: left;
}

.hero .button {
  margin: 0;
}

.navbar > .navbar__inner > .navbar__items--right {
  padding-right: 1em;
}

.microblog .more {
  padding-right: 1em;
  padding-bottom: 1em;
  display: flex;
}

.microblog .more .btn {
  margin-left: auto;
  margin-right: 0;
}

/* Styling for table of contents */

#TableOfContents {
    border: 1px black solid;
    display: inline-block;
    padding-right: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: floralwhite;
    width: 400px;
    margin-left: 40px;
    margin-bottom: 10px;
}

#TableOfContents ul {
    padding-inline-start: 40px;
}

#TableOfContents ul,
#TableOfContents ol {
    padding-left: 40px;
    margin-bottom: 10px;
}

/* Adjusts links within the same page so as to not be covered by the header menu */

:target::before {
  content: "";
  display: block;
  height: calc(1em + var(--ifm-navbar-height)); /* fixed header height*/
  margin: calc(-1em * (1em + var(--ifm-navbar-height))) 0 0; /* negative fixed header height */
}

/* Adjusting cal-heatmap stuff */

div#ch-tooltip {
  height: 2em;
}

.cal-heatmap-legend {
  justify-content: center;
  display: flex;
}

/* Adding pretty text boxes */

.text-box {
  text-align: left;
	color: #3f3f5a;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
  padding-left: 5em;
}

.text-box > blockquote {
	font-size: 1.5rem;
	max-width: 600px;
	line-height: 1.4;
	position: relative;
	padding: .5rem;
  border-left: none;
  font-style: normal;
  margin: auto;
  text-align: start;
}

.text-box > blockquote:before,
.text-box > blockquote:after {
	position: absolute;
	color: #ccc;
	font-size: 8rem;
	width: 4rem;
	height: 4rem;
}

.text-box > blockquote:before {
	/* content: '“'; */
	left: -5rem;
	top: -2rem;
}

.text-box > blockquote:after {
	/* content: '”'; */
	right: 0;
	bottom: 1rem;
}

.text-box > cite {
	line-height: 3;
	text-align: right;
  font-size: 2rem;
  margin: auto;
}

.text-box > cite:before {
	content: '- ';
  font-size: 2rem;
}

.text-box-highlight {
  color: var(--ifm-color-secondary);
}

/* Adding pretty quote boxes */

.quote-box {
  text-align: left;
	color: #3f3f5a;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
  padding-left: 5em;
}

.quote-box > blockquote {
	font-size: 1.5rem;
	max-width: 600px;
	line-height: 1.4;
	position: relative;
	padding: .5rem;
  border-left: none;

  margin: auto;
}

.quote-box > blockquote:before,
.quote-box > blockquote:after {
	position: absolute;
	color: #ccc;
	font-size: 8rem;
	width: 4rem;
	height: 4rem;
}

.quote-box > blockquote:before {
	content: '“';
	left: -5rem;
	top: -2rem;
}

.quote-box > blockquote:after {
	content: '”';
	right: 0;
	bottom: 1rem;
}

.quote-box > cite {
	line-height: 3;
	text-align: right;
  font-size: 2rem;
  margin: auto;
}

.quote-box > cite:before {
	content: '- ';
  font-size: 2rem;
}

/* Infofield css */

.info-field h2 {
  font-size: 1.2em;
  border-bottom-style: double;
  font-weight: bold;
}

.info-field h3 {
  font-size: 1em;
  border-bottom-style: ridge;
}

.entry {
  display: grid;
  grid-template-columns: auto max-content;
  grid-template-areas: "key value";

  align-items: end;
  gap: 0 .25rem;
}

.value {
  grid-area: value;
}

.key {
  grid-area: key;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

.key::after {
  content: " . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . "
  ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . "
  ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
  position: absolute;
  text-align: right;
}

 /* Stuff taken from ghost css */

 :after, :before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
 }

 * {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
 }

 /******navbar*****/
/* :root {
    --ifm-navbar-height: 2rem;
    --ifm-navbar-item-padding-vertical: 0.25rem;
}

.navbar {
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar {
    background-color: #fff;
    background-color: var(--ifm-navbar-background-color);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    box-shadow: var(--ifm-navbar-shadow);
    box-sizing: border-box;
    height: var(--ifm-navbar-height);
    padding: var(--ifm-navbar-padding-vertical) var(--ifm-navbar-padding-horizontal);
} */


/***contact****/

.info-field h1,
.info-field h2,
.info-field h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/******front page******/


.cal-heatmap {
    direction: rtl;
    display: block;
    overflow: hidden;
}

.cal-heatmap > svg {
    direction: ltr;
    margin-left: auto;
    margin-right: auto;
}

/****** blog ********/

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.page-title {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.page-title .small,
.page-title small {
  font-size: 65%;
  font-weight: 400;
  line-height: 1;
  color: #777;
}

.MathJax, .MathJax_Display, .MJXc-display, .MathJax_SVG_Display {
    overflow-x: auto;
    overflow-y: hidden;
}

/******** copied over responsive stuff ******/
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

/**********responsive burger menu*********/

ul.navbar-menu {
  display: flex;
  list-style: none;
  margin-top: auto;
  margin-bottom: auto;
}

ul.navbar-menu li {
  margin-top: auto;
  margin-bottom: auto;
}

li.navbar-menu-item > .button {
  font-size: inherit;
}

.navbar .menu-btn {
  display: none;
}

  /*****************************************************************************
  ** Titled-side section
  *****************************************************************************/

  .titled-side--content img {
    width: 20em;
  }

/*******************************************************************************
********************************************************************************
** Media specific css (max-width)
********************************************************************************
*******************************************************************************/

@media (max-width: 400px) {

  /*****************************************************************************
  ** Button Section
  *****************************************************************************/

  .button.button-secondary,
  .button.button-primary {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
  }
}

@media (max-width:600px){

  /*****************************************************************************
  ** Footer Section
  *****************************************************************************/

  .row .col {
    padding-top: var(--ifm-col-spacing-vertical);
    padding-bottom: var(--ifm-col-spacing-vertical);
  }

  .row .col.col.col{
      --ifm-col-width:100%;
      flex-basis:var(--ifm-col-width);
      margin-left:0;
      max-width:var(--ifm-col-width)
  }

  /*****************************************************************************
  ** Footer Section
  *****************************************************************************/
  .footer{
      --ifm-footer-padding-horizontal:0;
      padding:var(--ifm-footer-padding-vertical) var(--ifm-footer-padding-horizontal)
  }

  .footer .footer__col{
      margin-bottom:3rem;
      margin-bottom:calc(var(--ifm-spacing-vertical)*3)
  }

  .footer .footer__link-item{
      display:block
  }

  /*****************************************************************************
  ** Info-field Section
  *****************************************************************************/

  .info-field > div {
    width: 100%;
  }

  .entry {
    display: block;
    margin-bottom: 1em;
  }
}

@media (max-width:992px) {

  /*****************************************************************************
  ** Flex Section
  *****************************************************************************/

  .row {
    display: block;
  }

  /*****************************************************************************
  ** Side Menu Section
  *****************************************************************************/
  .side-menu {
    width: 100%;
  }

  /*****************************************************************************
  ** Navbar Section
  *****************************************************************************/

  .navbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
  }

  .navbar li a {
    display: block;
    padding: 20px 20px;
    text-decoration: none;
  }

  .navbar li a:hover,
  .navbar .menu-btn:hover {
    background-color: #f4f4f4;
  }

  /* menu */

  .navbar .navbar-menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
  }

  /* menu icon */

  .navbar .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding-top: 5px;
    padding-bottom: 10px;
    position: relative;
    user-select: none;
  }

  .navbar .menu-icon .navicon {
    background: #333;
    display: inline-flex;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
  }

  .navbar .menu-icon .navicon:before,
  .navbar .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
  }

  .navbar .menu-icon .navicon:before {
    top: 5px;
  }

  .navbar .menu-icon .navicon:after {
    top: -5px;
  }

  /* menu btn */

  .navbar .menu-btn:checked ~ .navbar-menu {
    max-height: 240px;
  }

  .navbar .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
  }

  .navbar .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }

  .navbar .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }

  .navbar .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
  .navbar .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
  }

  /****** my stuff ******/
  .navbar .navbar-menu {
    display: block;
  }

  .navbar .navbar__inner {
    display: block;
  }

  .navbar .navbar__inner .navbar__items--left {
    display: block;
    float: left;
  }

  .navbar .navbar__inner .navbar__items--right {
    display: block;
  }

  .navbar__brand strong{
      font-family:var(--ifm-heading-font-family);
      font-size:1.5rem;
      font-weight:700;
      letter-spacing:.03rem
  }

  .navbar .navbar__link{
      font-weight:700
  }

  /*****************************************************************************
  ** Titled-side section
  *****************************************************************************/

  .titled-side .container .titled-side__inner .titled-side--title {
    max-width: 100%;
  }

  .titled-side .container .titled-side__inner .titled-side--content {
    margin-left: auto;
    margin-right: auto;
  }
}

  /*****************************************************************************
  ** W3C formatting
  *****************************************************************************/
.w3c_logo {
  margin-left: 90%;
}

/*******************************************************************************
********************************************************************************
** Media specific css (min-width)
********************************************************************************
*******************************************************************************/

@media (min-width: 768px) {

  /*****************************************************************************
  ** Flex Section
  *****************************************************************************/

  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  /*****************************************************************************
  ** Optimize Screen Section
  *****************************************************************************/

  @media screen {
    body,
    html {
        text-rendering: optimizeLegibility;
    }
  }

}

@media (min-width: 992px) {

  /*****************************************************************************
  ** Flex section
  *****************************************************************************/

  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0;
  }

  /*****************************************************************************
  ** Container section
  *****************************************************************************/

  .container {
      width: 970px;
  }
}

@media (min-width: 1200px) {

  /*****************************************************************************
  ** Flex section
  *****************************************************************************/

  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0; }

    /*****************************************************************************
    ** Container section
    *****************************************************************************/

    .container {
        width: 1150px;
    }
}
