body {padding-top:56px;}

pre {line-height: 1.15;}

.header-line {
    position: -webkit-sticky;
    position: sticky;
    top: 56px;
}

.navbar-brand {
    font-family: 'Rationale', sans-serif; font-size:36px; line-height: 1.1;
}

.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .75);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 1);
}

.breadcrumb-item.active {
    color: #3e474f;
}

.sidebar {
    min-width: 230px;
    max-width: 230px;
    min-height: calc(100vh - 56px);
    transition: all 0.3s;
}
.sidebar ul li a {
    display: block;
    padding: .40rem 1rem;
    color: rgba(255, 255, 255, .75);
    text-decoration: none;
}
.sidebar ul li a:hover, .sidebar ul .active a {
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, .25);
}
.sidebar ul ul a {
    padding-left: 2.5rem;
    background: rgba(0, 0, 0, .25);
}
.sidebar [data-toggle="collapse"] {
    position: relative;
}
.sidebar [data-toggle="collapse"]:before {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 1rem;
}
.sidebar [aria-expanded="true"] {
    background: rgba(0, 0, 0, .25);
}
.sidebar [aria-expanded="true"]:before {
    content: "\f0d8";
}
.sidebar.toggled {
    margin-left: -230px;
}

.content {
    width: 100%;
}

.w-90 {
    width: 90% !important;
}
.display-5 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.bg-darkblue {
    background-color: #0D47A1!important;
}

#directory {
    font-size: 1em; /* 12/16 */
    width: 81.875%; /* 650/960 */
    max-width: 960px;
    text-align: left;
    margin: 0px auto; /*auto centers the container */
    padding: 2.84615384615385%; /* 25/650 */
}
/*CSS3 multiple columns.*/
/* Get em size for colums: 184/16 */
.directory-columns {
    -moz-column-width: 11.5em; /* Firefox */
    -webkit-column-width: 11.5em; /* webkit, Safari, Chrome */
    column-width: 11.5em;
}
/*remove standard list and bullet formatting from ul*/
.directory-columns ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
/* correct webkit/chrome uneven margin on the first column*/
.directory-columns ul li:first-child {
    margin-top:0px;
}

.form-group label {
    margin-bottom: .2rem;
}

footer .nav-link {
    padding: .25rem .75rem;
}

a.facebook:hover {
    color:#3b5998;
}
a.twitter:hover {
    color:#55acee;
}
a.linkedin:hover {
    color:#007bb5;
}

.fw-medium {font-weight: 500!important;}
.rounded-3 {border-radius: 8px;}
.card-rounded {border-radius: 0 0 8px 8px;}
.li-padding-10 li {margin-bottom: 12px;}
.g-1, .gy-1 {--bs-gutter-y: 0.25rem;gap: 0.25rem;}
.g-1, .gx-1 {--bs-gutter-x: 0.25rem;gap: 0.25rem;}
.g-2, .gy-2 {--bs-gutter-y: 0.5rem;gap: 0.5rem;}
.g-2, .gx-2 {--bs-gutter-x: 0.5rem;gap: 0.5rem;}
.g-4, .gy-4 {--bs-gutter-y: 1rem;gap: 1rem;}
.g-4, .gx-4 {--bs-gutter-x: 1rem;gap: 1rem;}

.head-with-lines {
    text-align: center;
    font-style: italic;
    margin: 23px 0 13px;
    font-size: 14px;
    position: relative;
}
.head-with-lines div {
    display: inline-block;
    margin: 0 auto;
    background: #fff;
    padding: 0 4px;
    position: relative;
    z-index: 1;
}
.head-with-lines:after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #d3d3d3;
}

.card-href {
    color: black!important;
    font-weight: normal!important;
    text-decoration: none!important;
    cursor: pointer;
}
.card-href:hover {
    background-color: #f1f4f6;
}
.tool-grid {
    display: grid;
    grid-template-rows: repeat(1, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

#pre-container, #pre-container pre {
    background-color: #fff!important;
    color: #000!important;
}

#pre-container.black-white, #pre-container.black-white pre {
    background-color: #000!important;
    color: #fff!important;
}

.small-scrollbar::-webkit-scrollbar {
    width: 16px;
    background-color: inherit
}

.small-scrollbar::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 5px solid #fff
}

.small-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #a0a0a5;
    border: 4px solid #f4f4f4
}

.small-scrollbar::-webkit-scrollbar-button {
    display: none
}

.small-scrollbar::-webkit-scrollbar-corner {
    display: none
}

.small-scrollbar-gray::-webkit-scrollbar-thumb {
    border-color: #f0f0f0
}

.btn-toolbox {
    color: #212121;
    background-color: #f1f1f1;
    border-color: #dcdcdc
}

.btn-toolbox:hover {
    color: #212121;
    background-color: #e3e3e3;
    border-color: #e3e3e3
}

.btn-toolbox:disabled {
    color: #212121;
    background-color: #e3e3e3;
    border-color: #e3e3e3
}

.btn-toolbox-outline {
    color: #212121;
    border-color: #dcdcdc
}

.btn-toolbox-outline:hover {
    color: #212121;
    background-color: #f1f1f1;
    border-color: #dcdcdc
}

.list-group-item.active {
    background-color: #1F71CA;
    border-color: #1F71CA;
}

.list-group-item.active:hover {
    color: white!important;
    background-color: #1F71CA!important;
    border-color: #1F71CA;
}

.timeline {
    border-left: 4px solid #4C84C2FF;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(255, 255, 255, 0.03);

    margin: 5px auto;
    position: relative;
    padding: 25px 0 25px 30px;
    list-style: none;
    text-align: left;
    max-width: 95%;
}
.timeline .event {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}
.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}
.timeline .event:after {
    box-shadow: 0 0 0 4px #4C84C2FF;
    left: -37.85px;
    background: #ffffff;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    content: "";
    top: 7px;
}

.repeat-hr {
    border: none;
    height: 1.2em;
    text-align: center;
    font-family: monospace;
    color: #333;
    position: relative;
    overflow: visible;
}

.repeat-hr::before {
    content: "<><><><><><><><><><><><><><><>";
    white-space: nowrap;
}

.repeat-hr[data-fill]::before {
    content: attr(data-fill);
}

.ascii-frame {
    padding: 10px;
    border-width: 15px;
    border-style: solid;
    border-image: url("/images/ascii-frame.png") 15 / 15px / 0 round;
}

.game-area-container {
    font-family: monospace;
}

.border-header {
    border-radius: 0;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #dee2e6;
}

@media (max-width: 1200px) {
}

@media (max-width: 992px) {
    .pre-80-70 {font-size: 80%;}
    .pre-LG {font-size: 80%;}
    .ascii-art-label pre {font-size: 70%;}
    .ascii-art-label span {font-size: 80%;}
    #directory {width: 90%;}
}

@media (max-width: 768px) {
    .pre-80-70 {font-size: 70%;}
    .pre-LG {font-size: 70%;}
    .ascii-art-label pre {font-size: 60%;}
    .ascii-art-label span {font-size: 70%;}
    .sidebar {margin-left: -230px;}
    .sidebar.toggled {margin-left: 0;}
    #directory {width: 100%;}
    .tool-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 576px) {
    .pre-LG {font-size: 60%;}
    .pre-SM {font-size: 80%;}
    .ascii-art-label pre {font-size: 50%;font-weight: 600;}

    .ce-window {flex-direction: column;}
    .ce-compliance {margin-top:20px;}
}

@media (min-width: 576px) {
    .w-sm-90 {
        width: 90% !important;
    }
    .border-header {
        border-radius: .25rem !important;
        border: 1px solid #dee2e6 !important;
    }
}
@media (min-width: 768px) {
    .w-md-50 {
        width: 50% !important;
    }
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-invert:before {
    content: "\e909";
}
.icon-maze-generator:before {
    content: "\e908";
}
.icon-night-sky-generator:before {
    content: "\e902";
}
.icon-pattern-generator:before {
    content: "\e907";
}
.icon-text-to-ascii:before {
    content: "\e903";
}
.icon-image-to-ascii:before {
    content: "\e904";
}
.icon-webcam-to-ascii:before {
    content: "\e905";
}
.icon-ascii-draw-studio:before {
    content: "\e906";
}
.icon-flip-vertical:before {
    content: "\e900";
}
.icon-flip-horizontal:before {
    content: "\e901";
}
.icon-power-off:before {
    content: "\f011";
}
.icon-home:before {
    content: "\f015";
}
.icon-download:before {
    content: "\f019";
}
.icon-lock:before {
    content: "\f023";
}
.icon-flag:before {
    content: "\f024";
}
.icon-external-link:before {
    content: "\f08e";
}
.icon-bars:before {
    content: "\f0c9";
}
.icon-caret-right:before {
    content: "\f0da";
}
.icon-plus-square:before {
    content: "\f0fe";
}
.icon-angle-double-up:before {
    content: "\f102";
}
.icon-circle:before {
    content: "\f111";
}
.icon-minus-square:before {
    content: "\f146";
}
.icon-paint-brush:before {
    content: "\f1fc";
}
.icon-stop-circle:before {
    content: "\f28d";
}
.icon-webcam:before {
    content: "\f832";
}
.icon-webcam-slash:before {
    content: "\f833";
}
.icon-copy:before {
    content: "\f0c5";
}
.icon-file-alt:before {
    content: "\f15c";
}
.icon-twitter-square:before {
    content: "\f081";
}
.icon-facebook-square:before {
    content: "\f082";
}
.icon-linkedin:before {
    content: "\f08c";
}
.icon-star:before {
    content: "\f005";
}
.icon-map-marker:before {
    content: "\f041";
}
.icon-shield-check:before {
    content: "\f2f7";
}
.icon-star1:before {
    content: "\f006";
}
.icon-map-marker1:before {
    content: "\f042";
}
.icon-shield-check1:before {
    content: "\f2f8";
}
.icon-badge-check:before {
    content: "\f336";
}
.icon-splotch:before {
    content: "\f5bc";
}
.icon-link:before {
    content: "\f0c1";
}
.icon-search:before {
    content: "\f002";
}
.icon-user:before {
    content: "\f007";
}
.icon-grid:before {
    content: "\f00a";
}
.icon-align-justify:before {
    content: "\f039";
}
.icon-pencil:before {
    content: "\f040";
}
.icon-users:before {
    content: "\f0c0";
}
.icon-ellipsis-v:before {
    content: "\f142";
}
.icon-sliders-h:before {
    content: "\f1de";
}
.icon-user-crown:before {
    content: "\f6a4";
}
.icon-line-columns:before {
    content: "\f870";
}
.icon-cog:before {
    content: "\f013";
}
.icon-adjust:before {
    content: "\f043";
}
.icon-gamepad:before {
    content: "\f11b";
}
.icon-eye:before {
    content: "\f06e";
}
