html {
    font-size: 16px;
}

.landing {
    background-color: white;
    overflow: hidden;
}

.landing h1 {
    font-size: 2.5rem;
}

.logo-pwn-full {
    font-size: 2.5rem;
}

.landing .pwnconsulting {
    width: 100vw;
}

.landing img.pwn-svg {
    width: 100%;
}

.landing .pwn-svg,
.landing .photography-svg,
.landing .thoughts-svg,
.landing .interests-svg {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    transform-origin: center top;
    cursor: pointer;
}

.landing .pwn-svg:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transform-origin: center top;
}

.landing .photography-svg:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.landing .thoughts-svg:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.landing .interests-svg:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

body.base h1.logo-pwn-full {
    font-size: 2.0rem;
}

.logo-pwn-full .logo-pwn {
    line-height: 2.5rem;
}

.logo-pwn-full .logo-consulting {
    font-size: 1.8rem;
    line-height: 2.5rem;
}

body.base h1.logo-pwn-full .logo-consulting {
    font-size: 1.45rem;
    line-height: 1.9rem;
}

body.base h1 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

body.base h2 {
    font-size: 1.2rem;
}

body.base h3 {
    font-size: 1.0rem;
    font-weight: bolder;
}

@media (min-width: 576px) {
    .landing h1 {
        font-size: 2.5rem;
    }

    .logo-pwn-full {
        font-size: 2.5rem;
    }

    body.base h1.logo-pwn-full {
        font-size: 2.0rem;
    }

    .logo-pwn-full .logo-pwn {
        line-height: 2.5rem;
    }

    .logo-pwn-full .logo-consulting {
        font-size: 1.8rem;
        line-height: 2.5rem;
    }

    body.base h1.logo-pwn-full .logo-consulting {
        font-size: 1.45rem;
        line-height: 1.9rem;
    }
}

@media (min-width: 768px) {
    .landing h1 {
        font-size: 3rem;
    }

    .logo-pwn-full {
        font-size: 3rem;
    }

    body.base h1.logo-pwn-full {
        font-size: 2.5rem;
    }

    .logo-pwn-full .logo-pwn {
        line-height: 3rem;
    }

    .logo-pwn-full .logo-consulting {
        font-size: 2.1rem;
        line-height: 3rem;
    }

    body.base h1.logo-pwn-full .logo-consulting {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }

    body.base h1 {
        font-size: 2.5rem;
        margin-bottom: 2rem;
    }

    body.base h2 {
        font-size: 1.5rem;
    }

    body.base h3 {
        font-size: 1.2rem;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
    html {
        font-size: 18px;
    }
}

.landing .row .col-sm-4 {
    height: 24vh;
}

.landing img.photography-svg,
.landing img.thoughts-svg,
.landing img.interests-svg {
    width: 100vw;
    height: 20vh;
}

@media (min-width: 576px) {
    .landing .row .col-sm-4 {
        min-height: 50vh;
    }

    .landing .row .col-sm-4 {
        height: 33vh;
    }

    .landing img.photography-svg,
    .landing img.thoughts-svg,
    .landing img.interests-svg {
        width: 30vw;
        height: 50vh;
    }

}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 568px) {
    .landing .row .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .landing img.photography-svg,
    .landing img.thoughts-svg,
    .landing img.interests-svg {
        width: 25vw;
        height: 40vh;
    }

    .row .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
    }

    .row .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .row .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .row .text-sm-right {
        text-align: right !important;
    }

    .row .col-sm {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
}

.landing .row .thoughts {
    /*background-color: #419eeb;*/
}

.landing .row .photography {
    /*background-color: #ea8418;*/
}

.landing .row .pwnconsulting {
    /*background-color: #9bc329;*/
}

.landing .row .interests {
    /*background-color: #a477c2;*/
}

.navbar-toggler {
    margin-top: -1em;
}

.landing h1,
.landing h1 a,
.landing h1 a:visited {
    color: white;
    text-shadow: #4e4e4e 0.05em 0.05em 0.1em;
    font-family: 'Raleway', sans-serif;
}

.logo-pwn-full {
    font-weight: bolder;
}

.logo-pwn-full .logo-pwn {
    font-family: 'Arial Black', 'Arial', sans-serif;
    color: #434141;
}

.logo-pwn-full .logo-spacer {
    font-size: 1rem;
}

.logo-pwn-full .logo-consulting {
    font-family: 'Arial', sans-serif;
    vertical-align: text-top;
    position: relative;
    z-index: 0;
}

.logo-pwn-full .logo-consulting:after {
    position: absolute;
    left: 0;
    bottom: -.07em;
    width: 100%;
    border-bottom: 0.2em solid #434141;
    content: '';
    z-index: -1;
}

body.base {
    margin-top: 1rem;
}

a:hover {
    text-decoration: none;
}

h2 {
    padding-bottom: 0.1rem;
}

/* Thoughts */
body.thoughts {
    font-family: 'Raleway', sans-serif;
}

body.thoughts h1,
body.thoughts a,
body.thoughts a:visited {
    color: #419eeb;
}

body.thoughts a:hover {
    color: #325A85;
}

body.thoughts h1 {
    font-weight: bold;
}

body.thoughts h2 {
    border-bottom: 0.2rem solid rgba(65, 158, 235, 0.3);
}

body.thoughts .blog-entry {
    margin-bottom: 2rem;
}

body.thoughts .blog-entry-meta {
    font-size: 0.9rem;
    color: #bbb;
    margin-bottom: 0.2rem;
}

body.thoughts .blog-entry-meta a,
body.thoughts .blog-entry-meta a:visited {
    color: rgba(65, 158, 235, 1);
}

body.thoughts .blog-entry-meta a:hover {
    color: #325A85;
}

body.thoughts .blog-entry-meta li {
    margin-right: 1rem;
}

.navbar {
    padding-left: 0;
    padding-right: 0;
}

.navbar-nav {
    text-align: right;
}

.http-404 h1 {
    font-family: 'Raleway', sans-serif;

}

.figure-caption {
    -webkit-font-smoothing: antialiased;
    padding-top: 0.1rem;
}

body.thoughts .figure-caption {
    color: #325a85;
}

.btn-outline-primary {
    color: #419eeb;
    border-color: #419eeb;
}

.btn-outline-primary.active,
.btn-outline-primary:active,
.btn-outline-primary:hover {
    background-color: #419eeb;
    border-color: #419eeb;
    color: white !important;
}

pre {
    border: 2px solid rgba(65, 158, 235, 0.3);
    background-color: rgba(65, 158, 235, 0.1);
    border-radius: 5px;
    padding: 1rem;
}

.blockquote {
    font-size: 100%;
    position: relative;
    padding: 15px 20px 15px 45px;
    margin: 0 0 20px;
    border-left: .3rem solid rgba(65, 158, 235, 0.3);
}

.blockquote::before {
    content: "\201C"; /*Unicode for Left Double Quote*/
    font-family: Georgia, serif;
    font-size: 3rem;
    font-weight: bold;
    color: #419eeb;
    position: absolute;
    left: 10px;
    top: 0px;
}

.blockquote::after {
    content: "";
}

.blog-single-entry .blog-entry-body > :last-child::after {
    border: 1px solid #325A85;
    background-color: #419eeb;
    content: '';
    display: block;
    float: right;
    position: relative;

    /* To be changed based on typeface */
    height: 0.625em;
    margin-left: 0.3em;
    top: 0.3em;
    width: 0.625em;
    margin-bottom: 2rem;
}

.blog-category ul {
    margin-bottom: 2rem;
}

body.thoughts .badge-primary {
    background-color: #419eeb;
}

.nav-item.nav-link.active {
    font-weight: bold;
}

/* Photography */
body.photography {
    font-family: 'Cormorant Garamond', serif;
    font-size: 110%;
}

body.photography h1,
body.photography a,
body.photography a:visited {
    color: #ea8418;
}

body.photography a:hover {
    color: #a95518;
}

body.photography h1 {
    font-weight: bold;
}

body.photography h2 {
    border-bottom: 0.2rem solid rgba(234, 132, 24, 0.3);
}

.portfolio .inline-badge:not(:first-child) {
    margin-left: 1rem;
}

.portfolio {
    margin: 1em auto;
}

.portfolio img {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    transform-origin: center top;
    cursor: pointer;
}

.portfolio .flickr-logo {
    max-width: 20vw;
    margin-right: 2em;
}

.portfolio ._500px-logo {
    max-width: 20vw;
}

.portfolio img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transform-origin: center top;
}

body.photography .portfolio,
body.photography .accomplishments {
    margin-bottom: 2rem;
}

body.photography .badge-primary {
    background-color: rgba(169, 85, 24, 0.4);
}

footer p:first-child {
    margin-top: 4rem;

    border-top: 1px dotted #aaa;
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto
}

.text-muted {
    color: #a9a9a9 !important
}

body.photography .figure-caption {
    color: #a95518;
}

body.contact li {
    padding-bottom: 1rem;
}

body.contact pre.pgp {
    max-width: 34rem;
    font-size: 80%;
}

body.photography .figure-caption {
    color: #a95518;
}

body.photography .btn-outline-primary {
    color: #ea8418;
    border-color: #ea8418;
}

body.photography .btn-outline-primary.active,
body.photography .btn-outline-primary:active,
body.photography .btn-outline-primary:hover {
    background-color: #ea8418;
    border-color: #ea8418;
    color: white !important;
}

body.photography pre {
    border: 2px solid rgba(234, 132, 24, 0.3);
    background-color: rgba(234, 132, 24, 0.1);
}

body.photography .blockquote {
    border-left: .3rem solid rgba(234, 132, 24, 0.3);
}

body.photography .blockquote::before {
    color: #ea8418;
}

/* Interests */
body.interests {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 110%;
}

body.interests h1,
body.interests a,
body.interests a:visited {
    color: #a477c2;
}

body.interests a:hover {
    color: #744992;
}

body.interests h1 {
    font-weight: bold;
}

body.interests h2 {
    border-bottom: 0.2rem solid rgba(164, 119, 194, 0.3);
}

body.interests .badge-primary {
    background-color: #744992;
}

body.interests .figure-caption {
    color: #744992;
}

.article .card .card-img-top {
    box-shadow: #aeaeae 0.4em 0.4em 1em;
}

.article .card {
    max-width: 290px;
    padding: 1rem;
}

.card {
    margin-bottom: 1rem;
}

.card-block {
    margin-top: 1rem;
    padding: 0.5rem;
}

.aquariums .card-block {
    padding: 0;
}

.interests-article .card-block {
    padding: 1rem;
    margin: 0;
}

body.interests .btn-outline-primary {
    color: #a477c2;
    border-color: #a477c2;
}

body.interests .btn-outline-primary.active,
body.interests .btn-outline-primary:active,
body.interests .btn-outline-primary:hover {
    background-color: #a477c2;
    border-color: #a477c2;
    color: white !important;
}

body.interests pre {
    border: 2px solid rgba(164, 119, 194, 0.3);
    background-color: rgba(164, 119, 194, 0.1);
}

body.interests .blockquote {
    border-left: .3rem solid rgba(164, 119, 194, 0.3);
}

body.interests .blockquote::before {
    color: #a477c2;
}

/* Fix for images being 1024px, and full width being 1110px */
.photo-set .card {
    max-width: 1026px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 576px) {
    .card-columns-2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }

    .card-columns-2 .card {
        display: inline-block;
        width: 100%;
        margin-bottom: 0.75rem;
    }
}

.table td.date {
    white-space: nowrap;
}

.long-link {
    word-wrap: break-word;
}

body.interests.aquarium-main .table {
    width: auto;
}

body.interests .nav-pills .nav-item.show .nav-link,
body.interests .nav-pills .nav-link.active {
    background-color: #a477c2;
}

body.interests.aquarium-main .nav {
    margin-bottom: 1rem;
}

/* PWN Consulting */
body.pwn {
    font-family: 'Arial', sans-serif;
    font-size: 110%;
}

body.pwn h1,
body.pwn a,
body.pwn a:visited {
    color: #9bc329;
}

body.pwn a:hover {
    color: #4a7127;
}

body.pwn h1 {
    font-weight: bold;
}

body.pwn h2 {
    border-bottom: 0.2rem solid rgba(155, 195, 41, 0.3);
}

body.pwn .badge-primary {
    background-color: #4A7127;
    color: #fff;
}

body.pwn a.badge-primary {
    color: #fff;
}

body.pwn .badge-primary[href]:focus, body.pwn .badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #294e25;
}

body.pwn .figure-caption {
    color: #4A7127;
}

body.pwn .btn-outline-primary {
    color: #9bc329;
    border-color: #9bc329;
}

body.pwn .btn-outline-primary:focus,
body.pwn .btn-outline-primary.focus,
body.pwn .btn-primary:focus,
body.pwn .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(155, 195, 41, 0.3);
}

body.pwn .btn-primary {
    color: #fff;
    background-color: #9bc329;
    border-color: #9bc329;
}

body.pwn a.btn-primary {
    color: #fff;
}

body.pwn .btn-outline-primary.active,
body.pwn .btn-outline-primary:active,
body.pwn .btn-outline-primary:active:focus,
body.pwn .btn-outline-primary:hover {
    background-color: #9bc329;
    border-color: #9bc329;
    color: white !important;
}

body.pwn .btn-outline-primary:active:focus {
    box-shadow: 0 0 0 0.2rem rgba(155, 195, 41, 0.3);
}

body.pwn .btn-outline-primary:focus, body.pwn .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(155, 195, 41, 0.3);
}

body.pwn .btn-primary.active,
body.pwn .btn-primary:active,
body.pwn .btn-primary:hover {
    background-color: #81a828;
}

body.pwn .btn-primary:not([disabled]):not(.disabled):active,
body.pwn .btn-primary:not([disabled]):not(.disabled).active,
body.pwn .show > body.pwn .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #769925;
    border-color: #9bc329;
    box-shadow: 0 0 0 0.2rem rgba(155, 195, 41, 0.3);
}

body.pwn .btn-outline-primary:not([disabled]):not(.disabled):active,
body.pwn .btn-outline-primary:not([disabled]):not(.disabled).active,
body.pwn .show > body.pwn .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #769925;
    border-color: #9bc329;
    box-shadow: 0 0 0 0.2rem rgba(155, 195, 41, 0.3);
}

body.pwn pre {
    border: 2px solid rgba(155, 195, 41, 0.3);
    background-color: rgba(155, 195, 41, 0.1);
}

body.pwn .blockquote {
    border-left: .3rem solid rgba(155, 195, 41, 0.3);
}

body.pwn .blockquote::before {
    color: #9bc329;
}

body.pwn h3.display-4 {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.1;
}

body.pwn h3 .badge-primary {
    background-color: rgba(155, 195, 41, 1);
    margin-bottom: 0.5rem;
    margin-top: 1rem;
}

body.pwn pre.pgp {
    max-width: 38rem;
    font-size: 80%;
}

.http-404 .col {
    min-height: 100vh;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 1rem;
}

.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.faded {
    opacity: 0.3;
}

.login .card-container.card {
    max-width: 350px;
    padding: 40px 40px;
}

.login .btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

.login .card {
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.login .form-signin #email,
.login .form-signin #password {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.login .form-signin input[type=email],
.login .form-signin input[type=password],
.login .form-signin input[type=text],
.login .form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.login .form-signin .form-control:focus {
    border-color: rgb(155, 195, 41);
    outline: 0;
}

.login .btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color: rgb(155, 195, 41);
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

.login .btn.btn-signin:hover,
.login .btn.btn-signin:active,
.login .btn.btn-signin:focus {
    background-color: #434141;
}

.error {
    color: darkred;
    font-size: 0.8rem;
}

.badge-issue {
    color: #fff;
    background-color: #dc3545;
}

.badge-question {
    color: #fff;
    background-color: #117a8b;
}

.badge-changerequest {
    color: #fff;
    background-color: #28a745;
}

.badge-task {
    color: #fff;
    background-color: #343a40;
}

.comments dt {
    font-weight: normal;
    font-style: italic;
}

.comments .row {
    border-bottom: 0.1rem solid rgba(155, 195, 41, 0.3);
}

.ticket-status-closed {
    color: #d6d8d9;
}

.ticket-status-closed .badge {
    opacity: 0.3;
}

.pwn form ul.errorlist {
    list-style-type: none;
    padding-left: 0;
}

body.support.pwn table.table,
body.support-main.pwn table.table {
    font-size: 0.9rem;
}


.modal-dialog input.form-control[type='checkbox'] {
    width: auto;
}


body.pwn .navigation a {
    font-size: 0.8rem;
}

@media (min-width: 576px) {
    body.pwn .navigation a {
        font-size: 1rem;
    }
}

.js-reg-sort {
    cursor: pointer;
}

.click-to-show {
    display: none;
}

.click-to-hide {
    display: inline;
    cursor: pointer;
}

.toggle {
    position: absolute;
    top: 20px;
    right: 80px;
    background: #fff;
    border: 2px solid #1e1e1e;
    width: 45px;
    height: 20px;
    cursor: pointer;
    border-radius: 20px;
}


@media (min-width: 576px) {
    .toggle {
        top: 20px;
    }
}

@media (min-width: 768px) {
    .toggle {
        top: 30px;
    }
}

@media (min-width: 992px) {
    .toggle {
        top: 30px;
    }
}


@media (min-width: 1200px) {
    .toggle {
        top: 35px;
    }
}

.toggle:before {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 2px;
    width: 14px;
    height: 14px;
    background: black;
    border-radius: 50%;
}

.toggle.active {
    border: 2px solid #eeeeee;
    background: #1e1e1e;
}

.toggle.active:before {
    left: 24px;
    background: #eeeeee;
}

body.dark {
    background: #1e1e1e;
    color: #9fa3a7;
}

body.landing.dark {
    background: #000;
}

body.dark .page-link {
    background-color: #1e1e1e;
    border: 1px solid #eeeeee;
}

body.dark .page-item.disabled .page-link {
    color: #7C878D;
    background-color: #1e1e1e;
    border: 1px solid #eeeeee;
}

body.dark .page-link:hover {
    background-color: #292c2f;
    border: 1px solid #eeeeee;
}

body.thoughts.dark .figure-caption {
    color: rgba(65, 158, 235, 1);
}

body.photography.dark .figure-caption {
    color: #bc6618;
}

body.dark pre {
    color: #b8c4cc;
}

body.interests.article.dark figure img,
body.photo-article.dark figure img {
    background-color: white; /* Legacy */
}

body.interests.dark .card,
body.interests-article.dark .card,
body.pwn.dark .card,
body.interests-main.dark .card {
    background-color: #1e1e1e;
    border: 1px solid rgba(255, 255, 255, .725);
}

body.pwn.dark .card img.faded {
    opacity: 1;
}

body.interests.dark .card .card-footer,
body.interests-article.dark .card .card-footer,
body.pwn.dark .card .card-footer,
body.interests-main.dark .card  .card-footer {
    background-color: rgba(255,255,255,.09);
    border-top: 1px solid rgba(255,255,255,.125);
}


/** Bootstrap Dark Modal Styles **/
body.dark .modal-open .modal,
body.dark .btn:focus {
    outline: none !important;
}

body.dark .modal .modal-body {
  background: #40464b;
}

body.dark .modal .modal-header {
  background: #2d3032;
  border-bottom: 1px solid #2a2c2e;
}
body.dark .modal .modal-header h1,
body.dark .modal .modal-header h2,
body.dark .modal .modal-header h3,
body.dark .modal .modal-header h4 {
  color: #ccc;
}

body.dark .modal .modal-footer {
  background: #2d3032;
  border-top: 1px solid #2a2c2e;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

body.dark .form-control,
body.dark .form-control:focus {
    background-color: #2d3032;
    color: #a3aab1;
}


body.dark .btn-light {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

body.dark .btn-light:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

body.dark .btn-light:focus,body.dark .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

body.dark .btn-light.disabled, body.dark .btn-light:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

body.dark .btn-light:not(:disabled):not(.disabled):active, body.dark .btn-light:not(:disabled):not(.disabled).active,
body.dark .show > .btn-light.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

body.dark .btn-light:not(:disabled):not(.disabled):active:focus, body.dark .btn-light:not(:disabled):not(.disabled).active:focus,
body.dark .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

code {
    white-space: pre-wrap;
}



.codehilite pre { line-height: 125%; margin: 0; }
td.linenos pre { color: #000000; background-color: #f0f0f0; padding-left: 5px; padding-right: 5px; }
span.linenos { color: #000000; background-color: #f0f0f0; padding-left: 5px; padding-right: 5px; }
td.linenos pre.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }

.codehilite .hll { background-color: #ffffcc }
.codehilite { margin-bottom: 1em; }
.codehilite .c { color: #888888 } /* Comment */
.codehilite .err { color: #FF0000; background-color: #FFAAAA } /* Error */
.codehilite .k { color: #008800; font-weight: bold } /* Keyword */
.codehilite .o { color: #777777
} /* Operator */
.codehilite .ch { color: #888888 } /* Comment.Hashbang */
.codehilite .cm { color: #888888 } /* Comment.Multiline */
.codehilite .cp { color: #557799 } /* Comment.Preproc */
.codehilite .cpf { color: #888888 } /* Comment.PreprocFile */
.codehilite .c1 { color: #888888 } /* Comment.Single */
.codehilite .cs { color: #cc0000; font-weight: bold } /* Comment.Special */
.codehilite .gd { color: #A00000 } /* Generic.Deleted */
.codehilite .ge { font-style: italic } /* Generic.Emph */
.codehilite .gr { color: #FF0000 } /* Generic.Error */
.codehilite .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.codehilite .gi { color: #00A000 } /* Generic.Inserted */
.codehilite .go { color: #888888 } /* Generic.Output */
.codehilite .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
.codehilite .gs { font-weight: bold } /* Generic.Strong */
.codehilite .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.codehilite .gt { color: #0044DD } /* Generic.Traceback */
.codehilite .kc { color: #008800; font-weight: bold } /* Keyword.Constant */
.codehilite .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */
.codehilite .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */
.codehilite .kp { color: #003388; font-weight: bold } /* Keyword.Pseudo */
.codehilite .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */
.codehilite .kt { color: #4646f2; font-weight: bold } /* Keyword.Type */
.codehilite .m { color: #6600EE; font-weight: bold } /* Literal.Number */
.codehilite .s { color: lightcoral } /* Literal.String */
.codehilite .na { color: #2020fb
} /* Name.Attribute */
.codehilite .nb { color: #007020 } /* Name.Builtin */
.codehilite .nc { color: #BB0066; font-weight: bold } /* Name.Class */
.codehilite .no { color: #003366; font-weight: bold } /* Name.Constant */
.codehilite .nd { color: #555555; font-weight: bold } /* Name.Decorator */
.codehilite .ni { color: #880000; font-weight: bold } /* Name.Entity */
.codehilite .ne { color: #FF0000; font-weight: bold } /* Name.Exception */
.codehilite .nf { color: #0066BB; font-weight: bold } /* Name.Function */
.codehilite .nl { color: #997700; font-weight: bold } /* Name.Label */
.codehilite .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */
.codehilite .nt { color: #007700 } /* Name.Tag */
.codehilite .nv { color: #996633 } /* Name.Variable */
.codehilite .ow { color: #000000; font-weight: bold } /* Operator.Word */
.codehilite .w { color: #bbbbbb } /* Text.Whitespace */
.codehilite .mb { color: #6600EE; font-weight: bold } /* Literal.Number.Bin */
.codehilite .mf { color: #6600EE; font-weight: bold } /* Literal.Number.Float */
.codehilite .mh { color: #005588; font-weight: bold } /* Literal.Number.Hex */
.codehilite .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */
.codehilite .mo { color: #4400EE; font-weight: bold } /* Literal.Number.Oct */
.codehilite .sa { color: #ddd0d0 } /* Literal.String.Affix */
.codehilite .sb { color: #ddd0d0 } /* Literal.String.Backtick */
.codehilite .sc { color: #0044DD } /* Literal.String.Char */
.codehilite .dl { color: #ddd0d0 } /* Literal.String.Delimiter */
.codehilite .sd { color: #DD4422 } /* Literal.String.Doc */
.codehilite .s2 { color: #ddd0d0 } /* Literal.String.Double */
.codehilite .se { color: #666666; font-weight: bold;  } /* Literal.String.Escape */
.codehilite .sh { color: #ddd0d0 } /* Literal.String.Heredoc */
.codehilite .si { color: #aaaaaa } /* Literal.String.Interpol */
.codehilite .sx { color: #DD2200;  } /* Literal.String.Other */
.codehilite .sr { color: #000000;  } /* Literal.String.Regex */
.codehilite .s1 { color: #ddd0d0 } /* Literal.String.Single */
.codehilite .ss { color: #AA6600 } /* Literal.String.Symbol */
.codehilite .bp { color: #007020 } /* Name.Builtin.Pseudo */
.codehilite .fm { color: #0066BB; font-weight: bold } /* Name.Function.Magic */
.codehilite .vc { color: #336699 } /* Name.Variable.Class */
.codehilite .vg { color: #dd7700; font-weight: bold } /* Name.Variable.Global */
.codehilite .vi { color: #3333BB } /* Name.Variable.Instance */
.codehilite .vm { color: #996633 } /* Name.Variable.Magic */
.codehilite .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */


.temp-ice-cold {
    color: purple;
}

.temp-cold {
    color: dodgerblue;
}

.temp-normal {
    color: #1c7430;
}

.temp-warm {
    color: darkgoldenrod;
}

.temp-hot {
    color: darkred;
}
